Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.66 KB

VolleyBot

How it was made

https://www.youtube.com/watch?v=OP0a7Wp4My0

Why it was made

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

Usage Instructions:

  1. 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
  2. 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.
  1. Make sure you've set the JAVA_HOME environment variable.
  2. Download this repository
  3. Open Rocket League
  4. 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%".
  5. Double click on run-framework-gui.bat
  6. Click the 'Run' button

See the wiki for tips to improve your programming experience.