11[rlbot ]
2- # rocket_league_exe_path = "epicgames/path/to/rocketleague.exe"
3- # "Steam", "Epic"
2+ # use this along with launcher = "custom"
3+ # game_path = "legendary"
4+ # "Steam", "Epic", "Custom"
45launcher = " steam"
56# Should RLBot start the bot processes automatically, or will a separate script start them
67auto_start_bots = true
@@ -11,7 +12,7 @@ num_cars = 2
1112# Number of scripts which will be spawned.
1213num_scripts = 0
1314# What game mode the game should load.
14- # Accepted values are "Soccer", "Hoops", "Dropshot", "Hockey", "Rumble", "Heatseeker", "Gridiron"
15+ # Accepted values are "Soccer", "Hoops", "Dropshot", "Hockey", "Rumble", "Heatseeker", "Gridiron", "Knockout"
1516game_mode = " Soccer"
1617# Which map the game should load into
1718game_map_upk = " Stadium_P"
@@ -41,26 +42,32 @@ overtime = "Unlimited"
4142game_speed = " Default"
4243# "Default", "Slow", "Fast", "Super_Fast"
4344ball_max_speed = " Default"
44- # "Default", "Cube", "Puck", "Basketball", "Beachball", "Anniversary", "Haunted"
45+ # "Default", "Cube", "Puck", "Basketball", "Beachball", "Anniversary", "Haunted", "Ekin", "SpookyCube"
4546ball_type = " Default"
46- # "Default", "Light", "Heavy", "Super_Light", "Curve_Ball", "Beach_Ball_Curve"
47+ # "Default", "Light", "Heavy", "Super_Light", "Curve_Ball", "Beach_Ball_Curve", "Magnus_FutBall"
4748ball_weight = " Default"
48- # "Default", "Small", "Large", "Gigantic"
49+ # "Default", "Small", "Medium", " Large", "Gigantic"
4950ball_size = " Default"
50- # "Default", "Low", "High", "Super_High"
51+ # "Default", "Low", "LowishBounciness", " High", "Super_High"
5152ball_bounciness = " Default"
5253# "Normal_Boost", "Unlimited_Boost", "Slow_Recharge", "Rapid_Recharge", "No_Boost"
5354boost_amount = " Normal_Boost"
54- # "No_Rumble", "Default", "Slow", "Civilized", "Destruction_Derby", "Spring_Loaded", "Spikes_Only", "Spike_Rush", "Haunted_Ball_Beam", "Tactical"
55+ # "No_Rumble", "Default", "Slow", "Civilized", "Destruction_Derby", "Spring_Loaded", "Spikes_Only", "Spike_Rush", "Haunted_Ball_Beam", "Tactical", "BatmanRumble"
5556rumble = " No_Rumble"
56- # "One", "OneAndAHalf", "Two", "Ten"
57+ # "One", "OneAndAHalf", "Two", "Five", " Ten"
5758boost_strength = " One"
5859# "Default", "Low", "High", "Super_High", "Reverse"
5960gravity = " Default"
6061# "Default", "Disabled", "Friendly_Fire", "On_Contact", "On_Contact_FF"
6162demolish = " Default"
62- # "Three_Seconds", "Two_Seconds", "One_Seconds ", "Disable_Goal_Reset"
63+ # "Three_Seconds", "Two_Seconds", "One_Second ", "Disable_Goal_Reset"
6364respawn_time = " Three_Seconds"
65+ # "Default", "Eleven_Minutes"
66+ max_time = " Default"
67+ # "Default", "Haunted", "Rugby"
68+ game_event = " Default"
69+ # "Default", "Haunted"
70+ audio = " Default"
6471
6572[[cars ]]
6673type = " human"
@@ -69,4 +76,3 @@ team = 0
6976[[cars ]]
7077config = " src/bot.toml"
7178team = 1
72-
0 commit comments