Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.32 KB

README_Tournament.md

File metadata and controls

19 lines (16 loc) · 1.32 KB

These instructions are intended for a tournament organizer. In theory, you're reading this because you've just extracted a zip file submitted to a tournament. If that's not your situation, go look at README.md instead.

  1. Make sure you've installed Java 8 or newer. Here's the Java 10 JRE.
  2. Make sure you've set the JAVA_HOME environment variable.
  3. Run the framework as normal, and point to one of the bot cfg files in this directory. For an example of running the framework, see the setup video.
  4. IF you see the message Can't auto-start java because no executable is configured. Please start java manually! then you will need to double click on the ReliefBot.bat file included in the bin directory. Doing this once is enough to support all bots in this zip in the whole game.
  5. To give ReliefBot the best performance, please do not open the tactical overlay during important matches.

Advanced:

  • It's fine to close and restart ReliefBot.bat while runner.py is active.
  • You can also run the .bat on the command line to see stack traces for debugging purposes.
  • If there is a port conflict, you can modify relief_bot.py's get_port method.