Skip to content

Commit d13113a

Browse files
committed
Updating to run with the new gui.
1 parent 1716b01 commit d13113a

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

rlbot.cfg

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[RLBot Configuration]
2+
# Visit https://github.com/RLBot/RLBot/wiki/Config-File-Documentation to see what you can put here.
23

4+
[Team Configuration]
5+
# Visit https://github.com/RLBot/RLBot/wiki/Config-File-Documentation to see what you can put here.
36

47
[Match Configuration]
58
# Number of bots/players which will be spawned. We support up to max 10.
69
num_participants = 2
7-
game_mode = 0
8-
game_map = 1
10+
game_mode = Soccer
11+
game_map = Mannfield
912

13+
[Mutator Configuration]
14+
# Visit https://github.com/RLBot/RLBot/wiki/Config-File-Documentation to see what you can put here.
1015

1116
[Participant Configuration]
12-
# Put the name of your bot config file here. Only total_num_participants config files will be read!
17+
# Put the name of your bot config file here. Only num_participants config files will be read!
1318
# Everything needs a config, even players and default bots. We still set loadouts and names from config!
1419
participant_config_0 = python_example/python_example.cfg
1520
participant_config_1 = python_example/python_example.cfg

run-gui.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@rem Change the working directory to the location of this file so that relative paths will work
2+
cd /D "%~dp0"
3+
4+
@rem You will automatically get updates for all versions starting with "0.0.".
5+
python -m pip install rlbot==0.0.* --upgrade
6+
7+
python -c "from rlbot.gui.qt_root import RLBotQTGui; RLBotQTGui.main();"

0 commit comments

Comments
 (0)