-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
default.toml
225 lines (214 loc) · 8.94 KB
/
default.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
[config]
# This is the path to your documents directory with car setup exports from the garage.
setups_path = ''
# Acceptable theme values are "dark", "light", and "auto".
theme = "auto"
# You can have as many column colors as you like.
# The default colors look especially vibrant with the dark theme.
colors = [
"#911691", # Magenta
"#661dc4", # Purple
"#116ea8", # Blue
"#0e8f79", # Sea Foam
"#8f8c14", # Yellow
"#915e17", # Orange
]
# The background colors show how values are increased or decreased.
background_decrease = "#ff5050"
background_increase = "#50ff50"
# Frequency of update checks.
# Acceptable values are "never", "daily", "weekly".
update_check = "never"
[window]
# Below are the track and car names that will be displayed in the UI. You can update these settings
# to change the appearance, or add new ones without the need for an application upgrade when new
# tracks and cars are added to iRacing.
# Unique IDs for tracks are constructed by taking directory names from the `{setups_path}/lapfiles/`
# directory. Use the longest common prefix for the track (without the track configuration
# identifier). And finally replacing spaces with underscores.
# These are the mappings for unique track identifiers to full names.
[tracks]
barber = "Barber Motorsports Park"
barcelona = "Circuit de Barcelona-Catalunya"
barkriver = "Bark River International Raceway"
bathurst = "Mount Panorama Circuit"
belleisle = "Detroit Grand Prix at Belle Isle"
brandshatch = "Brands Hatch Circuit"
charlotte = "[Legacy] Charlotte Motor Speedway"
charlotte_2018 = "Charlotte Motor Speedway"
chicago = "Chicago Street Circuit"
concordhalf = "Concord Speedway"
cota = "Circuit of the Americas"
crandon = "Crandon International Raceway"
daytona = "[Legacy] Daytona International Speedway - 2008"
daytona_2011 = "Daytona International Speedway"
donington = "Donington Park Racing Circuit"
hockenheim = "Hockenheimring Baden-Württemberg"
hockenheim_pec = "Hockenheimring Baden-Württemberg - Porsche Experience Center"
hungaroring = "Hungaroring Circuit - Grand Prix"
imola = "Autódromo Internazionale Enzo e Dino Ferrari"
indianapolis = "Indianapolis Motor Speedway"
interlagos = "Autódromo José Carlos Pace"
knockhill = "Knockhill Racing Circuit"
lagunaseca = "WeatherTech Raceway at Laguna Seca"
lakeland = "USA International Speedway"
langley = "Langley Speedway"
lanier = "Lanier National Speedway"
lankebanen = "Lånkebanen (HellRX)"
lemans = "Circuit des 24 Heures du Mans - 24 Heures du Mans"
limaland = "Limaland Motorsports Park"
limerock = "[Legacy] Lime Rock Park - 2008"
limerock_2019 = "Lime Rock Park"
longbeach = "Long Beach Street Circuit"
midohio = "Mid-Ohio Sports Car Course"
montreal = "Circuit Gilles-Villeneuve"
monza = "Autódromo Nazionale Monza"
mosport = "Canadian Tire Motorsport Park"
mtwashington = "Mt. Washington Auto Road"
newhampshire = "New Hampshire Motor Speedway"
newjersey = "New Jersey Motorsports Park"
nurburgring_combined = "Nürburgring Combined"
nurburgring_gp = "Nürburgring Grand-Prix-Strecke"
nurburgring_nordschleife = "Nürburgring Nordschleife"
okayama = "Okayama International Circuit"
oran = "Oran Park Raceway"
oulton = "Oulton Park Circuit"
oxford = "Oxford Plains Speedway"
phoenix = "[Legacy] Phoenix Raceway - 2008"
phillipisland = "Philip Island Circuit"
roadamerica = "Road America"
roadatlanta = "Road Atlanta"
sebring = "Sebring International Raceway"
silverstone = "[Legacy] Silverstone Circuit - 2008"
silverstone_2019 = "Silverstone Circuit"
skidpad = "Centripetal Circuit"
snetterton = "Snetterton Circuit"
sonoma = "Sonoma Raceway"
southboston = "South Boston Speedway"
southernnational = "Southern Nation Motorsports Park"
spa = "Circuit de Spa-Francorchamps"
spielberg = "Red Bull Ring"
summit = "Summit Point Raceway"
suzuka = "Suzuka International Racing Course"
thompson = "Thompson Speedway Motorsports Park"
tsukuba = "Tsukuba Circuit"
twinring = "Twin Ring Motegi"
virginia = "Virginia International Raceway"
watkinsglen_2021 = "Watkins Glen International"
zandvoort = "Circuit Park Zandvoort"
zolder = "Circuit Zolder - Grand Prix"
# Unique IDs for cars are constructed by taking directory names from the `{setups_path}/setups/`
# directory and replacing spaces with underscores.
# These are the mappings for unique car identifiers to full names.
[cars]
astonmartin_dbr9 = "Aston Martin DBR9 GT1"
audi90gto = "Audi 90 GTO"
audir18 = "Audi R18"
audir8gt3 = "Audi R8 LMS"
audirs3lms = "Audi RS 3 LMS"
bmwm4gt3 = "BMW M4 GT3"
bmwm4gt4 = "BMW M4 GT4"
bmwm8gte = "BMW M8 GTE"
bmwz4gt3 = "[Legacy] BMW Z4 GT3"
c6r = "Chevrolet Corvette C6.R GT1"
c7vettedp = "Chevrolet Corvette C7 Daytona Prototype"
c8rvettegte = "Chevrolet Corvette C8.R GTE"
cadillacctsvr = "Cadillac CTS-V Racecar"
dallara = "[Legacy] Indycar Dallara - 2009"
dallaradw12 = "[Legacy] Dallara DW12"
dallaraf3 = "Dallara F3"
dallarair01 = "Dallara iR-01"
dallarair18 = "Dallara IR18"
dallarap217 = "Dallara P217"
dirtstreetstock = "Dirt Street Stock"
dirtumpmod = "Dirt UMP Modified"
ferrari488gt3 = "[Legacy] Ferrari 488 GT3"
ferrarievogt3 = "Ferrari 488 GT3 Evo 2020"
ferrari488gte = "Ferrari 488 GTE"
fordfiestarswrc = "Ford Fiesta RS WRC"
fordgt = "Ford GT GT2/GT3"
fordgt_gt3 = "Ford GT GT3"
fordgt2017 = "Ford GTE"
fordv8sc = "[Legacy] V8 Supercar Ford Falcon - 2009"
formulamazda = "[Legacy] Pro Mazda"
formularenault20 = "Formula Renault 2.0"
formularenault35 = "Formula Renault 3.5"
formulavee = "Formula Vee"
fr500s = "Ford Mustang FR500S"
hondacivictyper = "Honda Civic Type R"
hpdarx01c = "HPD ARX-01c"
hyundaielantracn7 = "Hyundai Elantra N TC"
indypropm18 = "Indy Pro 2000 PM-18"
jettatdi = "VW Jetta TDI Cup"
kiaoptima = "Kia Optima"
lamborghinievogt3 = "Lamborghini Huracán GT3 EVO"
latemodel = "Dirt Late Model"
legends_dirtford34c = "Dirt Legends Ford '34 Coupe"
legends_ford34c = "Legends Ford '34 Coupe"
legends_ford34c_rookie = "Legends Ford '34 Coupe - Rookie"
lotus49 = "Lotus 49"
lotus79 = "Lotus 79"
mclaren570sgt4 = "McLaren 570S GT4"
mclarenmp4 = "McLaren MP4-12C GT3"
mclarenmp430 = "McLaren MP4-30"
mercedesamggt3 = "Mercedes AMG GT3"
mercedesw12 = "Mercedes-AMG W12 E Performance"
mx5_cup = "[Legacy] Mazda MX-5 Cup - 2010"
mx5_mx52016 = "Global Mazda MX-5 Cup"
mx5_roadster = "[Legacy] Mazda MX-5 Roadster - 2010"
nissangtpzxt = "Nissan GTP ZX-T"
porsche718gt4 = "Porsche 718 Cayman GT4 Clubsport MR"
porsche911cup = "[Legacy] Porsche 911 GT3 Cup (991)"
porsche992cup = "Porsche 911 GT3 Cup (992)"
porsche911rgt3 = "Porsche 911 GT3 R"
porsche919 = "Porsche 919"
porsche991rsr = "Porsche 911 RSR"
protrucks_pro2lite = "Lucas Oil Off Road Pro 2 Lite"
protrucks_pro2truck = "Lucas Oil Off Road Pro 2 Truck"
protrucks_pro4truck = "Lucas Oil Off Road Pro 4 Truck"
radical_sr8 = "Radical SR8"
rileydp = "[Legacy] Riley MkXX Daytona Prototype - 2008"
rufrt12r_awd = "Ruf RT 12R AWD"
rufrt12r_rwd = "Ruf RT 12R RWD"
rufrt12r_track = "Ruf RT 12R Track"
rufrt12r_track_cspec = "Ruf RT 12R C-Spec"
rt2000 = "Skip Barber Formula 2000"
silvercrown = "Silver Crown"
skmodified_tour = "NASCAR Whelen Tour Modified"
solstice = "Pontiac Solstice"
solstice_rookie = "Pontiac Solstice - Rookie"
specracer = "SCCA Spec Racer Ford"
sprint = "Sprint Car"
stockcars_camarozl12018 = "NASCAR Cup Series Chevrolet Camaro ZL1"
stockcars_chevycamarozl12022 = "NASCAR Cup Series Next Gen Chevrolet Camaro ZL1"
stockcars_chevymontecarlo87 = "NASCAR Chevrolet Monte Carlo - 1987"
stockcars_chevyss = "[Legacy] NASCAR Cup Chevrolet SS - 2013"
stockcars_fordfusion = "[Legacy] NASCAR Cup Ford Fusion - 2016"
stockcars_fordmustang2019 = "NASCAR Cup Series Ford Mustang"
stockcars_fordmustang2022 = "NASCAR Cup Series Next Gen Ford Mustang"
stockcars_fordthunderbird87 = "NASCAR Ford Thunderbird - 1987"
stockcars_impala = "[Legacy] NASCAR Cup Chevrolet Impala COT - 2009"
stockcars_toyotacamry = "NASCAR Cup Series Toyota Camry"
stockcars_toyotacamry2022 = "NASCAR Cup Series Next Gen Toyota Camry"
stockcars2_camaro2019 = "NASCAR Xfinity Chevrolet Camaro"
stockcars2_camry2015 = "[Legacy] NASCAR Xfinity Toyota Camry - 2015"
stockcars2_chevy_cot = "[Legacy] NASCAR Nationwide Chevrolet Impala - 2012"
stockcars2_mustang2019 = "NASCAR Xfinity Ford Mustang"
stockcars2_nwcamaro2014 = "[Legacy] NASCAR Xfinity Chevrolet Camaro - 2014"
stockcars2_nwford2013 = "[Legacy] NASCAR Xfinity Ford Mustang - 2016"
stockcars2_supra2019 = "NASCAR Xfinity Toyota Supra"
streetstock = "Street Stock"
subaruwrxsti = "Subaru WRX STI"
superlatemodel = "Super Late Model"
trucks_fordf150 = "NASCAR Gander Outdoors Ford F150"
trucks_silverado = "[Legacy] NASCAR Truck Chevrolet Silverado - 2008"
trucks_silverado2019 = "NASCAR Gander Outdoors Chevrolet Silverado"
trucks_tundra2015 = "NASCAR Gander Outdoors Toyota Tundra"
usf2000usf17 = "USF 2000"
v8supercars_ford2014 = "[Legacy] V8 Supercar Ford FG Falcon - 2014"
v8supercars_fordmustanggt = "Supercars Ford Mustang GT"
v8supercars_holden2014 = "[Legacy] V8 Supercar Holden VF Commodore - 2014"
v8supercars_holden2019 = "Supercars Holden ZB Commodore"
vwbeetlegrc = "VW Beetle"
vwbeetlegrc_lite = "VW Beetle - Lite"
williamsfw31 = "Williams-Toyota FW31"