If you just want to make a bot, you don't need to be here. Instead, start with one of these:
- Python - https://github.com/RLBot/RLBotPythonExample
- Java - https://github.com/RLBot/RLBotJavaExample
- .NET (C#, VB.NET, F# and other CLI languages) - https://github.com/RLBot/RLBotCSharpExample
- Scratch - https://github.com/RLBot/RLBotScratchInterface
- Rust - https://crates.io/crates/rlbot
But if you want to make improvements that help out everyone, you're in the right place!
The RLBot framework helps people create bots for use in Rocket League's offline modes, just for fun. It provides values from the game like car and ball position, and carries back button presses. RLBot works for up to 10 bots.
Windows, Rocket League, Python 3.6.
- Double-click on setup.bat
- Open up Rocket League
- Open a terminal and execute
python runner.py
setup.bat
- This generates some code from our message spec, and also installs python package dependencies.copy-dlls.bat
- This copies any built dlls from visual studio into the correct folder to speed up compile -> run time.
Gradle is a build / dependency management system. You can execute various tasks with gradlew.bat some_task
.
To use gradle, you'll need to install JDK 8 or higher.
publishToPyPI
- Uploads our package to PyPI. This is done when we want to make an update available to bot makers. See https://github.com/RLBot/RLBot/wiki/Deploying-Changes for details.build
- Generates and builds Java code.bintrayUpload
- Uploads Java artifacts to bintray. This is done when we're ready to make an update available to java bots. To run this successfully, you will need to create a local.properties file. See the build.gradle file for details.
For more details, visit the Setup guide. When you're done, there are more wikis with additional information.
- We have a Discord server (the heart of the community, please join!)
- We also have a subreddit.
- We are now on v4 of RLBot so be wary of outdated information.
Tournament results are recorded in our braacket league.
Videos: