File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
69num_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!
1419participant_config_0 = python_example/python_example.cfg
1520participant_config_1 = python_example/python_example.cfg
Original file line number Diff line number Diff line change 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();"
You can’t perform that action at this time.
0 commit comments