Vehicle Mod "Tire Design" Native Missing

Hello everybody. Does anyone know how to manipulate tire portion of the wheels named “Tire Design” in GTA Online LS Customs?

I can’t find any natives even mention anything to tire design.

It would be also useful if somebody found how to get their name, check how many are available for the current wheels mod.

The 4th parameter of the SetVehicleMod native enables custom tires if that’s what you mean.

1 Like

Thank you so much!
Is there any way to check if the vehicle has them?
Searching the Native Reference repository for “customTires” doesn’t even return the SetVehicleMod:

Unfortunately not iirc, I and from what I see others just store a bool. You can do it either using state bags or decorators (decor natives)

There you go :slight_smile:

1 Like

I think I found it.

GetVehicleModVariation

Only used for wheels(ModType = 23/24) Returns true if the wheels are custom wheels

Although I can swear I saw some cars have multiple Custom Tire options in GTA Online.

Edit: @Kiminaze also found it, thank you!

1 Like

This depends on the class of the rims (e.g. tuner vs high end). I can’t recall that you could change those independently in GTAO.

Yeah the green, red, yellow, etc… custom tires for like the street wheels for example all have their own wheels rather than variations.

1 Like

Wow. I mean it doesn’t surprise me. They did what they could for a 10 year old game at this point.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.