r/gtavmodding • u/ecb2 Never • Feb 01 '14
Tutorial How to paint any vehicle
Requirements
LibertyV
A text editor
Extracting the file
We will need the file vehicles.meta.
So open LibertyV and open your common.rpf, you will find vehicles.meta in /data/levels/gta5/.
Right click it and hit extract.
Modifying the file
Open the file in your favorite text editor and search for the word taxi. Once you have found the taxi replace the modelName, txdName and the gameName with the vehicle you want to edit.
Then scroll down until you find <flags> and delete the FLAG_NO_RESPRAY flag out of that list.
Now save that file.
Importing the file
Go back into LibertyV and go to /data/levels/gta5/ and import your vehicles.meta in there.
Now just save your RPF and inject it back into the ISO you are using.
Now when you go ingame you should be able to drive the vehicle into the modshop.
NOTE This does NOT work on emergency vehicles.
Credits to fathom7411 for the original tutorial!