-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrlbot.toml
61 lines (54 loc) · 1.52 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
[rlbot]
launcher = "steam"
auto_start_bots = true
[match]
game_mode = "Soccer"
game_map_upk = "Stadium_P"
skip_replays = false
start_without_countdown = false
existing_match_behavior = "Restart"
enable_rendering = true
enable_state_setting = true
auto_save_replay = false
[mutators]
match_length = "TwentyMinutes"
ball_max_speed = "Fast"
ball_type = "Puck"
ball_weight = "SuperLight"
ball_size = "Large"
ball_bounciness = "SuperHigh"
boost_amount = "UnlimitedBoost"
rumble = "SpikesOnly"
boost_strength = "OneAndAHalf"
respawn_time = "One_Second"
[[cars]]
# The location of the configuration file for your agent here
# The path is always relative to the folder that this file is in
config = "atba/atba.bot.toml"
# Which team the player should be on:
# team 0 (blue) shoots on positive goal, team 1 (orange) shoots on negative goal
team = 0
# Accepted values are "human", "rlbot", "psyonix"
# If no player is specified you will be spawned in as spectator!
# human - not controlled by the framework
# rlbot - controlled by the framework
# psyonix - default bots
type = "rlbot"
[[cars]]
config = "atba/atba.bot.toml"
team = 1
# you don't have to specify type/skill for rlbots
[[cars]]
config = "necto/bot.toml"
team = 0
[[cars]]
# you don't need to specify a config for psyonix bots and humans
team = 0
type = "psyonix"
# If participant is a bot and not RLBot controlled, this value will be used to set bot skill.
# possible values are "beginner", "rookie", "pro", and "allstar"
# default is "allstar"
skill = "pro"
[[cars]]
type = "human"
team = 1