/RLBotRustTemplateBot

A template for Rocket League bots made in Rust

Primary LanguagePythonMIT LicenseMIT

Rust Bot

A template bot made in Rust for Rocket League made with the RLBot framework.

Setup and run

  • Install Rust and Cargo.
  • Install RLBotGUI. See the install video for guidance.
  • Run RLBotGUI, press "Add > Load Cfg File" and select rustbot_dev/rustbot.cfg. The bot should now appear in the GUI.
  • Add the bot to a team and start a match. Rocket League should open and immediately start a match with the bot.

Distribution

When the bot is ready to be distributed (for example, submitted to a tournament), run python package.py to create a .zip file you can submit.