-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrlbot.toml
More file actions
103 lines (99 loc) · 3.95 KB
/
rlbot.toml
File metadata and controls
103 lines (99 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#:schema https://rlbot.org/schemas/match.json
[rlbot]
# use this along with launcher = "custom"
# launcher_arg = "legendary"
# "Steam", "Epic", "Custom", "NoLaunch"
launcher = "Steam"
# Should RLBot start the bot processes automatically, or will a separate script start them
auto_start_agents = true
# Should RLBot wait for the bot processes to start before starting the match
wait_for_agents = true
[match]
# What game mode the game should load.
# Accepted values are "Soccer", "Hoops", "Dropshot", "Hockey", "Rumble", "Heatseeker", "Gridiron", "Knockout"
game_mode = "Soccer"
# Which map the game should load into
game_map_upk = "Stadium_P"
# Automatically skip replays after a goal. Also stops match replays from being saved.
skip_replays = false
# Skip the kickoff countdown
start_without_countdown = false
# What should we do if you click run while a match is already in progress?
# "RestartIfDifferent", "Restart", "ContinueAndSpawn"
existing_match_behavior = "Restart"
enable_rendering = false
enable_state_setting = true
auto_save_replay = false
# Whether or not to use freeplay instead of an exhibition match
freeplay = false
[mutators]
# "FiveMinutes", "TenMinutes", "TwentyMinutes", "Unlimited"
match_length = "FiveMinutes"
# "Unlimited", "OneGoal", "ThreeGoals", "FiveGoals", "SevenGoals", "TenGoals", "TwentyGoals", "ThirtyGoals", "FortyGoals", "FiftyGoals", "SixtyGoals", "SeventyGoals", "EightyGoals", "NinetyGoals", "HundredGoals"
max_score = "Unlimited"
# "One", "Two", "Four", "Six"
multi_ball = "One"
# "Unlimited", "FiveMaxFirstScore", "FiveMaxRandomTeam"
overtime = "Unlimited"
# "Unlimited", "ThreeGames", "FiveGames", "SevenGames"
series_length = "Unlimited"
# "Default", "SloMo", "TimeWarp"
game_speed = "Default"
# "Default", "Slow", "Fast", "SuperFast"
ball_max_speed = "Default"
# "Default", "Cube", "Puck", "Basketball", "Beachball", "Anniversary", "Haunted", "Ekin", "SpookyCube", "Egg", "PlayerSeeking", "Dropshot", "ScoreAbsorb"
ball_type = "Default"
# "Default", "Light", "Heavy", "SuperLight", "CurveBall", "BeachBallCurve", "MagnusFutBall"
ball_weight = "Default"
# "Default", "Small", "Medium", "Large", "Gigantic"
ball_size = "Default"
# "Default", "Low", "Lowish", "High", "SuperHigh"
ball_bounciness = "Default"
# "NormalBoost", "UnlimitedBoost", "SlowRecharge", "RapidRecharge", "NoBoost"
boost_amount = "NormalBoost"
# "Off", "Default", "Slow", "Civilized", "DestructionDerby", "SpringLoaded", "SpikesOnly", "SpikeRush", "HauntedBallBeam", "Tactical", "BatmanRumble", "GrapplingOnly", "HaymakerOnly"
rumble = "Off"
# "One", "OneAndAHalf", "Two", "Five", "Ten"
boost_strength = "One"
# "Default", "Low", "High", "SuperHigh", "Reverse"
gravity = "Default"
# "Default", "Disabled", "FriendlyFire", "OnContact", "OnContactFF", "OnContactFF", "OnBallContact", or "OnBallContactFF"
demolish = "Default"
# "Three_Seconds", "TwoSeconds", "OneSecond", "DisableGoalReset"
respawn_time = "ThreeSeconds"
# "Unlimited", "ElevenMinutes"
max_time = "Unlimited"
# "Default", "Haunted", "Rugby"
game_event = "Default"
# "Default", "Haunted"
audio = "Default"
# "Default", "Low", "High", "SuperHigh"
ball_gravity = "Default"
# "Off", "Territory"
territory = "Off"
# "Unlimited", "ThirtySeconds"
stale_ball = "Unlimited"
# "Default", "Grounded", "Two", "Three", "Four", "Unlimited", "NoJumps"
jump = "Default"
# "OnePointTwentyFiveSeconds", "TwoSeconds", "ThreeSeconds", "Unlimited"
dodge_timer = "OnePointTwentyFiveSeconds"
# "Off", "OneSecond", "TwoSeconds", "ThreeSeconds"
possession_score = "Off"
# "Zero", "One", "Two", "Three"
demolish_score = "Zero"
# "One", "Zero", "Two", "Three", "Five", "Ten"
normal_goal_score = "One"
# "One", "Zero", "Two", "Three", "Five", "Ten"
aerial_goal_score = "One"
# "Zero", "One", "Two", "Three"
assist_goal_score = "Zero"
# "Default", "Backwards"
input_restriction = "Default"
[[cars]]
type = "Human"
team = "Blue"
[[cars]]
config_file = "src/bot.toml"
team = "Orange"
# If RLBot should start this bot automatically with its specified `run_command` or not
auto_start = true