Adding specific lines on .meta files into a OIV package
-
Hello GTA modding community,
I'd like to create an OIV package with the police cars I most commonly use (preferably one for each car) so I don't have to replace the models or add lines to carcols, carvariations or vehicles meta files everytime I want to install them. The thing is I don't know how to tell Open IV package creator to edit the specific lines of those cars instead of replacing the whole file, is there a tutorial I can look for?
Thanks
-
Start with this as its the most complete reference I found to the commands used for editing OIV files
I do something similar to you in my game however, to avoid having a huge assembly.xml file, I actually make the edits in the underlying meta, ymt etc files using something I knocked up in python and automatically generate the OIV
So when i then run the created installer it just move my edited files to the appropriate archivesSomething like that is probably more effort than its worth for you, but my current exercise involves a lot of meshing together of lots of different mods and being able to quickly reconfigure my installed mods (and their underlying xml files) is very important to that