Car Tire / Spinner /Hubcap Reference Sheet

This is my car tire / Spinner / Hubcap reference sheet which I occasionally use for
modding notes.


For a list of vehicles see
- Courtesy SeaboundSaint

Wheels/Hubs/Spinners (In game the component number starts with 1
In the code it starts with 0. So bling spinners #4 would be #403)


Family 001 (Standard)
==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
100 600 None
101 601
102 602
103 603
604
605
606
607
608
609
610
611
612
613
614
615
616

Family 002 (Sports 1)

==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
125 None None
126
127
128
129
130
131
132

Family 003 (Sports 2)

==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
150 None None
151
152
153
154
155


Family 004 (Bling)

==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
175 None 400
176 401
177 402
178 403
179 404
180 405
181 406
182 407
408
409
410
411
412
413
414
415

Family 005 (Daytons)

==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
201 None 426
202


Family 006 (Deep Dish)

==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
225 None None
226
227
228
229
230
231
232
233
234
235
236
237
238

Family 007 (Industrial)

==== ======= ========
Rims Hubcaps Spinners
==== ======= ========
250 None None
251
252
253


Hubcap Example
==============

<Externalized_Component>
<Component>H_613_F</Component>
</Externalized_Component>
<Externalized_Component>
<Component>H_613_R</Component>
</Externalized_Component>
</Externalized_Components>


Spinner Example
===============

<Externalized_Component>
<Component>S_403_F</Component>
</Externalized_Component>
<Externalized_Component>
<Component>S_403_R</Component>
</Externalized_Component>


Notes: These apply to customization using a xtbl file.

Note On Wheel Profiles: In Game They're Listed As Normal
But When Modding A Car Use Reg Instead.

Extra_High_Profile
High_Profile
Reg_Profile
Low_Profile
Extra_Low_Profile

Also when building a custom vehicle you can put spinners on tires
that usually use hubcaps and hubcaps on tires that usually take spinners,
I have also found that you can set the tire size and width larger than
the garage allows you to but I have not tested how large, so while you are playing
with these settings keep it mind it might crash your game.

====

I am including a customized Danville script for study in case anyone wants to start
learning how to customize vehicles. If using Gentlemen Of The Row just go buy it at
Foreign Power. If in a vanilla game it will spawn on the street. You can't miss it.
It is white and gold with decals on it.

Just drop the cvtf file in your mods folder and recompile patch. Note: If you have previously
customized a Danville using it's xtbl file this will overwrite the cvtf that you created. For
that reason I am also including the text file that contains all the modding information
so that if you don't wish to install the car then you can write down the mod info and create it in
game.
 

Attachments

Last edited:
Back
Top