Outerra forum
Anteworld - Outerra Game => Modding: Importer, Tools & Utilities => Topic started by: jonslynn on April 24, 2014, 10:36:49 pm
-
Anyone know of the best way to make a copy of a vehicle so I can change the textures. Do I need to rename some files or something and then leave some unchanged?
-
pkg file is just one, but you can clone/rename other files, starting with objdef. From within the new objdef you can refer to a new mtl file, script. Check for example how packages/outerra/c172 is done.
Note that the modified files can be also separated in a subfolder for clarity.
-
think it was .objdef file ... change the name for the matlib file and the object name inside that document (just add something like CAMO or MOD1 - modify it whyte notepad) ... then make a copy of the .mtl file and change the name properly and all names of the textures to what you need at all the materials listed in the file. -- you could also have the textures in a separate folder and just change the locations in .mtl while leaving the texture names themselves. Also, you can see, you can change in the .objdef file even the script file, so minor changes in between them in script can be done to the same way ...