1+ # :schema https://rlbot.org/schemas/match.json
12[rlbot ]
23#  use this along with launcher = "custom"
34#  launcher_arg = "legendary"
45#  "Steam", "Epic", "Custom", "NoLaunch"
5- launcher  = " steam " 
6+ launcher  = " Steam " 
67#  Should RLBot start the bot processes automatically, or will a separate script start them
78auto_start_agents  = true 
89#  Should RLBot wait for the bot processes to start before starting the match
@@ -12,7 +13,7 @@ wait_for_agents = true
1213#  What game mode the game should load.
1314#  Accepted values are "Soccer", "Hoops", "Dropshot", "Hockey", "Rumble", "Heatseeker", "Gridiron", "Knockout"
1415game_mode  = " Soccer" 
15- #  Which map the game should load into
16+ #  Which map the game should load into. Ensure the map doesn't end in '.upk'. 
1617game_map_upk  = " Stadium_P" 
1718#  Automatically skip replays after a goal. Also stops match replays from being saved.
1819skip_replays  = false 
@@ -61,9 +62,9 @@ rumble = "Off"
6162boost_strength  = " One" 
6263#  "Default", "Low", "High", "SuperHigh", "Reverse"
6364gravity  = " Default" 
64- #  "Default", "Disabled", "FriendlyFire", "OnContact", "OnContactFF", "OnContactFF", " OnBallContact", or  "OnBallContactFF"
65+ #  "Default", "Disabled", "FriendlyFire", "OnContact", "OnContactFF", "OnBallContact", "OnBallContactFF"
6566demolish  = " Default" 
66- #  "Three_Seconds ", "TwoSeconds", "OneSecond", "DisableGoalReset"
67+ #  "ThreeSeconds ", "TwoSeconds", "OneSecond", "DisableGoalReset"
6768respawn_time  = " ThreeSeconds" 
6869#  "Unlimited", "ElevenMinutes"
6970max_time  = " Unlimited" 
0 commit comments