File tree 2 files changed +48
-1
lines changed
2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ agent_id = "testing/atba"
4
4
# The name that will be displayed in game
5
5
name = " ATBA_v5"
6
6
# Path to loadout config from runner
7
- loadout_file = " ../necto/ loadout.toml"
7
+ loadout_file = " loadout.toml"
8
8
# (OPTIONAL) - what you want the working directory set to
9
9
# This is relative to the location of this file
10
10
root_dir = " "
Original file line number Diff line number Diff line change
1
+ [blue_loadout ]
2
+ team_color_id = 44
3
+ custom_color_id = 57
4
+ car_id = 7947
5
+ decal_id = 11330
6
+ wheels_id = 3150
7
+ boost_id = 5744
8
+ antenna_id = 0
9
+ hat_id = 0
10
+ paint_finish_id = 0
11
+ custom_finish_id = 0
12
+ engine_audio_id = 7864
13
+ trails_id = 5167
14
+ goal_explosion_id = 9718
15
+ [blue_loadout .paint ]
16
+ car_paint_id = 9
17
+ decal_paint_id = 0
18
+ wheels_paint_id = 9
19
+ boost_paint_id = 5
20
+ antenna_paint_id = 0
21
+ hat_paint_id = 0
22
+ trails_paint_id = 8
23
+ goal_explosion_paint_id = 4
24
+
25
+ [orange_loadout ]
26
+ team_color_id = 7
27
+ custom_color_id = 68
28
+ car_id = 7947
29
+ decal_id = 11330
30
+ wheels_id = 3150
31
+ boost_id = 5744
32
+ antenna_id = 0
33
+ hat_id = 0
34
+ paint_finish_id = 0
35
+ custom_finish_id = 0
36
+ engine_audio_id = 7864
37
+ trails_id = 5167
38
+ goal_explosion_id = 9718
39
+ [orange_loadout .paint ]
40
+ car_paint_id = 1
41
+ decal_paint_id = 0
42
+ wheels_paint_id = 5
43
+ boost_paint_id = 1
44
+ antenna_paint_id = 0
45
+ hat_paint_id = 0
46
+ trails_paint_id = 5
47
+ goal_explosion_paint_id = 10
You can’t perform that action at this time.
0 commit comments