https://www.youtube.com/watch?v=OP0a7Wp4My0
Back on 2018-10-27 I participated in the SpeedBots 2 Challenge, where people use RLBot to make custom Rocket League bots in only 3 hours, then throw them in a tournament. This is how VolleyBot was born!
This was built on top of https://github.com/RLBot/RLBotJavaExample Check out http://www.rlbot.org/ and join our discord to learn more: https://discord.gg/nhdwbSz
Speedbots rules: https://docs.google.com/document/d/1Docm1yc84PpwhjIVjtzdQtbAclA0LuWeHIsxlJkMv2c/edit
- Make sure you've installed Python 3.6.5 or newer. Here's Python 3.7 64 bit. Some older versions like 3.6.0 will not work. During installation:
- Select "Add Python to PATH"
- Make sure pip is included in the installation
- Make sure you've installed Java 8 or newer.
- If you just want to run the bot, get the Java 8 JRE.
- If you also want to modify the bot, get the Java 8 JDK.
- Make sure you've set the JAVA_HOME environment variable.
- Download this repository
- Open Rocket League
- Double click on run-bot.bat and leave it running. It's supposed to stay open and it's OK if it says something like "75%".
- Double click on run-framework-gui.bat
- Click the 'Run' button
See the wiki for tips to improve your programming experience.