How to change add on car spawn name bmwm8 to bmwm8gc
-
I am using a mod pack which already has a car with that name and I would like to change the name of my model to one that would not conflict with this car.
-
@Kosowy
by opening that dlc.rpf and renaming the model files (yft/ytd) inside vehicles.rpf
and all references in vehicles.meta, carvariations.meta, handling.meta
(and carcols.meta + vehicle_mods.rpf if it also has tuning)
-
Model files;
bmwm8gc.yft
bmwm8gc_hi.yft
bmwm8gc.ytdAt carvariations.meta;
<modelName>bmwm8gc</modelName>At vehicles.meta;
<modelName>bmwm8gc</modelName>
<txdName>bmwm8gc</txdName>
<child>bmwm8gc</child>These are all you need only for a name change. If you want to change literally everything, then follow ReNNie's way, although anything else above those I said won't have any noticeable effect inside the game. I mean changing handlingID won't be something you can notice in any way.