File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,21 +9,22 @@ It shows you how to:
99- Install the RLBot GUI
1010- Use it to create a new bot
1111
12+ ## Changing the bot
13+
14+ - Bot behavior is controlled by ` python_example/python_example.py `
15+ - Bot appearance is controlled by ` python_example/appearance.cfg `
16+
17+ See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.
18+
19+ ### Older Setup Technique
1220
13- ## The Hard Way
21+ ** Please don't do this unless you've followed the quick start video and it doesn't work! **
1422
1523https://www.youtube.com/watch?v=UjsQFNN0nSA
1624
17- 1 . Make sure you've installed [ Python 3.7 64 bit] ( https://www.python.org/downloads/ ) . During installation:
25+ 1 . Make sure you've installed [ Python 3.7 64 bit] ( https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe ) . During installation:
1826 - Select "Add Python to PATH"
1927 - Make sure pip is included in the installation
20281 . Download or clone this repository
21291 . In the files from the previous step, find and double click on run-gui.bat
22301 . Click the 'Run' button
23-
24- ## Changing the bot
25-
26- - Bot behavior is controlled by ` python_example/python_example.py `
27- - Bot appearance is controlled by ` python_example/appearance.cfg `
28-
29- See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.
You can’t perform that action at this time.
0 commit comments