generated from RLBot/RLBotPythonExample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appearance.cfg
99 lines (96 loc) · 2.21 KB
/
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
[Bot Loadout]
# Primary Color selection
team_color_id = 67
# Secondary Color selection
custom_color_id = 61
# Car type (Octane, Merc, etc)
car_id = 23
# Type of decal
decal_id = 305
# Wheel selection
wheels_id = 4485
# Boost selection
boost_id = 544
# Antenna Selection
antenna_id = 0
# Hat Selection
hat_id = 0
# Paint Type (for first color)
paint_finish_id = 541
# Paint Type (for secondary color)
custom_finish_id = 275
# Engine Audio Selection
engine_audio_id = 0
# Car trail Selection
trails_id = 4820
# Goal Explosion Selection
goal_explosion_id = 4549
# 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 = 57
# Secondary Color selection
custom_color_id = 85
# Car type (Octane, Merc, etc)
car_id = 23
# Type of decal
decal_id = 305
# Wheel selection
wheels_id = 4485
# Boost selection
boost_id = 544
# Antenna Selection
antenna_id = 0
# Hat Selection
hat_id = 0
# Paint Type (for first color)
paint_finish_id = 541
# Paint Type (for secondary color)
custom_finish_id = 275
# Engine Audio Selection
engine_audio_id = 0
# Car trail Selection
trails_id = 4820
# Goal Explosion Selection
goal_explosion_id = 4549
# 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 = 12
# decal_paint_id
decal_paint_id = 0
# wheels_paint_id
wheels_paint_id = 1
# 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 = 12
# decal_paint_id
decal_paint_id = 0
# wheels_paint_id
wheels_paint_id = 1
# 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