-
Notifications
You must be signed in to change notification settings - Fork 6
/
botimus-appearance.cfg
100 lines (96 loc) · 2.31 KB
/
botimus-appearance.cfg
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
[Bot Loadout]
# Primary Color selection
team_color_id = 34
# Secondary Color selection
custom_color_id = 54
# Car type (Octane, Merc, etc)
car_id = 23
# Type of decal
decal_id = 1437
# Wheel selection
wheels_id = 2059
# Boost selection
boost_id = 2899
# Antenna Selection
antenna_id = 0
# Hat Selection
hat_id = 0
# Paint Type (for first color)
paint_finish_id = 0
# Paint Type (for secondary color)
custom_finish_id = 0
# Engine Audio Selection
engine_audio_id = 0
# Car trail Selection
trails_id = 2000
# Goal Explosion Selection
goal_explosion_id = 5134
# Finds the closest primary color swatch based on the provided RGB value like [34, 255, 60]
primary_color_lookup = None
# Finds the closest secondary color swatch based on the provided RGB value like [34, 255, 60]
secondary_color_lookup = None
[Bot Loadout Orange]
# Primary Color selection
team_color_id = 18
# Secondary Color selection
custom_color_id = 25
# Car type (Octane, Merc, etc)
car_id = 23
# Type of decal
decal_id = 1437
# Wheel selection
wheels_id = 2059
# Boost selection
boost_id = 2837
# Antenna Selection
antenna_id = 0
# Hat Selection
hat_id = 0
# Paint Type (for first color)
paint_finish_id = 0
# Paint Type (for secondary color)
custom_finish_id = 0
# Engine Audio Selection
engine_audio_id = 0
# Car trail Selection
trails_id = 2000
# Goal Explosion Selection
goal_explosion_id = 5134
# Finds the closest primary color swatch based on the provided RGB value like [34, 255, 60]
primary_color_lookup = None
# Finds the closest secondary color swatch based on the provided RGB value like [34, 255, 60]
secondary_color_lookup = None
[Bot Paint Blue]
# car_paint_id
car_paint_id = 2
# decal_paint_id
decal_paint_id = 0
# wheels_paint_id
wheels_paint_id = 2
# boost_paint_id
boost_paint_id = 0
# antenna_paint_id
antenna_paint_id = 0
# hat_paint_id
hat_paint_id = 0
# trails_paint_id
trails_paint_id = 0
# goal_explosion_paint_id
goal_explosion_paint_id = 0
[Bot Paint Orange]
# car_paint_id
car_paint_id = 4
# decal_paint_id
decal_paint_id = 0
# wheels_paint_id
wheels_paint_id = 4
# boost_paint_id
boost_paint_id = 0
# antenna_paint_id
antenna_paint_id = 0
# hat_paint_id
hat_paint_id = 0
# trails_paint_id
trails_paint_id = 0
# goal_explosion_paint_id
goal_explosion_paint_id = 0