-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrlbot.toml
74 lines (70 loc) · 2.6 KB
/
rlbot.toml
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
[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_bots = 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"
# "Default", "OneGoal", "ThreeGoals", "FiveGoals", "SevenGoals", "Unlimited"
max_score = "Default"
# "One", "Two", "Four", "Six"
multi_ball = "One"
# "Unlimited", "FiveMaxFirstScore", "FiveMaxRandomTeam"
overtime = "Unlimited"
# "Default", "SloMo", "TimeWarp"
game_speed = "Default"
# "Default", "Slow", "Fast", "SuperFast"
ball_max_speed = "Default"
# "Default", "Cube", "Puck", "Basketball", "Beachball", "Anniversary", "Haunted", "Ekin"
ball_type = "Default"
# "Default", "Light", "Heavy", "SuperLight", "CurveBall", "BeachBallCurve", "MagnusFutBall"
ball_weight = "Default"
# "Default", "Small", "Medium", "Large", "Gigantic"
ball_size = "Default"
# "Default", "Low", "LowishBounciness", "High", "SuperHigh"
ball_bounciness = "Default"
# "NormalBoost", "UnlimitedBoost", "SlowRecharge", "RapidRecharge", "NoBoost"
boost_amount = "NormalBoost"
# "NoRumble", "Default", "Slow", "Civilized", "DestructionDerby", "SpringLoaded", "SpikesOnly", "SpikeRush", "HauntedBallBeam", "Tactical", "BatmanRumble"
rumble = "NoRumble"
# "One", "OneAndAHalf", "Two", "Five", "Ten"
boost_strength = "One"
# "Default", "Low", "High", "SuperHigh", "Reverse"
gravity = "Default"
# "Default", "Disabled", "FriendlyFire", "OnContact", "OnContactFF"
demolish = "Default"
# "Three_Seconds", "TwoSeconds", "OneSecond", "DisableGoalReset"
respawn_time = "ThreeSeconds"
# "Default", "ElevenMinutes"
max_time = "Default"
# "Default", "Haunted", "Rugby"
game_event = "Default"
# "Default", "Haunted"
audio = "Default"
[[cars]]
type = "human"
team = 0
[[cars]]
config_file = "src/bot.toml"
team = 1