How do you add more liveries to a car that uses the Benny's livery method?
-
Title. Let's say I make a livery for a car, but I have to apply it with Benny's tuning instead of the default livery method. How do I do this?
-
@mrwallace888 If you don't get an answer here, you might try to contact this modder who recently created a car with that process - making it a PITA for the rest of us when scripting. Is it a mod or a livery? Lol. In other words, Benny's treats them like mods, not as regular livery.
https://www.gta5-mods.com/vehicles/shelby-gt500-428cj-1969-add-on-tuning
In case anyone is interested from a scripting point of view (SHVDN3).
Livery from Benny, slot 48:
Function.Call(Hash.SET_VEHICLE_MOD, vehicle15, 48, 1, false);
Regular Livery, default method from Customs:
vehicle15.Mods.Livery = 6;
where 6 may or may not match your trainer
-
@JohnFromGWN Do I import a livery texture and then edit the carcols or something?
-
You@mrwallace888 im sorry i dont have those details, but the mod author will. I sent that link because its the only vehicle addon ive installed that has that distinction. You can also install that mod and look at the ytd file and meta files to determine how it differs from a model with regular liveries.