|
1 | 1 | [rlbot]
|
2 | 2 | # use this along with launcher = "custom"
|
3 |
| -# game_path = "legendary" |
4 |
| -# "Steam", "Epic", "Custom" |
| 3 | +# launcher_arg = "legendary" |
| 4 | +# "Steam", "Epic", "Custom", "NoLaunch" |
5 | 5 | launcher = "steam"
|
6 | 6 | # Should RLBot start the bot processes automatically, or will a separate script start them
|
7 | 7 | auto_start_bots = true
|
@@ -31,39 +31,63 @@ freeplay = false
|
31 | 31 | [mutators]
|
32 | 32 | # "FiveMinutes", "TenMinutes", "TwentyMinutes", "Unlimited"
|
33 | 33 | match_length = "FiveMinutes"
|
34 |
| -# "Default", "OneGoal", "ThreeGoals", "FiveGoals", "Seven Goals", "Unlimited" |
35 |
| -max_score = "Default" |
| 34 | +# "Unlimited", "OneGoal", "ThreeGoals", "FiveGoals", "SevenGoals", "TenGoals", "TwentyGoals", "ThirtyGoals", "FortyGoals", "FiftyGoals", "SixtyGoals", "SeventyGoals", "EightyGoals", "NinetyGoals", "HundredGoals" |
| 35 | +max_score = "Unlimited" |
36 | 36 | # "One", "Two", "Four", "Six"
|
37 | 37 | multi_ball = "One"
|
38 | 38 | # "Unlimited", "FiveMaxFirstScore", "FiveMaxRandomTeam"
|
39 | 39 | overtime = "Unlimited"
|
| 40 | +# "Unlimited", "ThreeGames", "FiveGames", "SevenGames" |
| 41 | +series_length = "Unlimited" |
40 | 42 | # "Default", "SloMo", "TimeWarp"
|
41 | 43 | game_speed = "Default"
|
42 | 44 | # "Default", "Slow", "Fast", "SuperFast"
|
43 | 45 | ball_max_speed = "Default"
|
44 |
| -# "Default", "Cube", "Puck", "Basketball", "Beachball", "Anniversary", "Haunted", "Ekin", "SpookyCube" |
| 46 | +# "Default", "Cube", "Puck", "Basketball", "Beachball", "Anniversary", "Haunted", "Ekin", "SpookyCube", "Egg", "PlayerSeeking", "Dropshot", "ScoreAbsorb" |
45 | 47 | ball_type = "Default"
|
46 | 48 | # "Default", "Light", "Heavy", "SuperLight", "CurveBall", "BeachBallCurve", "MagnusFutBall"
|
47 | 49 | ball_weight = "Default"
|
48 | 50 | # "Default", "Small", "Medium", "Large", "Gigantic"
|
49 | 51 | ball_size = "Default"
|
50 |
| -# "Default", "Low", "LowishBounciness", "High", "SuperHigh" |
| 52 | +# "Default", "Low", "Lowish", "High", "SuperHigh" |
51 | 53 | ball_bounciness = "Default"
|
52 | 54 | # "NormalBoost", "UnlimitedBoost", "SlowRecharge", "RapidRecharge", "NoBoost"
|
53 | 55 | boost_amount = "NormalBoost"
|
54 |
| -# "NoRumble", "Default", "Slow", "Civilized", "DestructionDerby", "SpringLoaded", "SpikesOnly", "SpikeRush", "HauntedBallBeam", "Tactical", "BatmanRumble" |
55 |
| -rumble = "NoRumble" |
| 56 | +# "Off", "Default", "Slow", "Civilized", "DestructionDerby", "SpringLoaded", "SpikesOnly", "SpikeRush", "HauntedBallBeam", "Tactical", "BatmanRumble", "GrapplingOnly", "HaymakerOnly" |
| 57 | +rumble = "Off" |
56 | 58 | # "One", "OneAndAHalf", "Two", "Five", "Ten"
|
57 | 59 | boost_strength = "One"
|
58 | 60 | # "Default", "Low", "High", "SuperHigh", "Reverse"
|
59 | 61 | gravity = "Default"
|
60 |
| -# "Default", "Disabled", "FriendlyFire", "OnContact", "OnContactFF" |
| 62 | +# "Default", "Disabled", "FriendlyFire", "OnContact", "OnContactFF", "OnContactFF", "OnBallContact", or "OnBallContactFF" |
61 | 63 | demolish = "Default"
|
62 |
| -# "ThreeSeconds", "TwoSeconds", "OneSecond", "DisableGoalReset" |
| 64 | +# "Three_Seconds", "TwoSeconds", "OneSecond", "DisableGoalReset" |
63 | 65 | respawn_time = "ThreeSeconds"
|
64 |
| -# "Default", "ElevenMinutes" |
65 |
| -max_time = "Default" |
| 66 | +# "Unlimited", "ElevenMinutes" |
| 67 | +max_time = "Unlimited" |
66 | 68 | # "Default", "Haunted", "Rugby"
|
67 | 69 | game_event = "Default"
|
68 | 70 | # "Default", "Haunted"
|
69 | 71 | audio = "Default"
|
| 72 | +# "Default", "Low", "High", "SuperHigh" |
| 73 | +ball_gravity = "Default" |
| 74 | +# "Off", "Territory" |
| 75 | +territory = "Off" |
| 76 | +# "Unlimited", "ThirtySeconds" |
| 77 | +stale_ball = "Unlimited" |
| 78 | +# "Default", "Grounded", "Two", "Three", "Four", "Unlimited", "NoJumps" |
| 79 | +jump = "Default" |
| 80 | +# "OnePointTwentyFiveSeconds", "TwoSeconds", "ThreeSeconds", "Unlimited" |
| 81 | +dodge_timer = "OnePointTwentyFiveSeconds" |
| 82 | +# "Off", "OneSecond", "TwoSeconds", "ThreeSeconds" |
| 83 | +possession_score = "Off" |
| 84 | +# "Zero", "One", "Two", "Three" |
| 85 | +demolish_score = "Zero" |
| 86 | +# "One", "Zero", "Two", "Three", "Five", "Ten" |
| 87 | +normal_goal_score = "One" |
| 88 | +# "One", "Zero", "Two", "Three", "Five", "Ten" |
| 89 | +aerial_goal_score = "One" |
| 90 | +# "Zero", "One", "Two", "Three" |
| 91 | +assist_goal_score = "Zero" |
| 92 | +# "Default", "Backwards" |
| 93 | +input_restriction = "Default" |
0 commit comments