xUltimate Posted October 31, 2010 Share Posted October 31, 2010 (edited) So I know you can replace the DFF and TXD of a vehicle, but can you replace the paintjob of a vehicle? Eg. I want to put this skin in for the elegy. http://img248.imageshack.us/img248/5466/gallery25j.jpg Edited October 31, 2010 by Guest Link to comment
dzek (varez) Posted October 31, 2010 Share Posted October 31, 2010 isnt paintjobs stored in vehicle txd? idk. Link to comment
xUltimate Posted November 1, 2010 Author Share Posted November 1, 2010 No there in a seperate file eg. elegy2.txd or jester3.txd Link to comment
dzek (varez) Posted November 1, 2010 Share Posted November 1, 2010 so i think there is no way to replace them currently.. no ID = no replace. Link to comment
Depot Posted November 1, 2010 Share Posted November 1, 2010 It can be replaced but not added Link to comment
dzek (varez) Posted November 1, 2010 Share Posted November 1, 2010 Depot - The question was HOW, not IF IS POSSIBLE. It's possible in single player, but i don't see a way to replace this in MTA. @Critical Gaming: I just got an idea, tried it already?: txd = engineLoadTXD ("data/elegy.txd") txd1 = engineLoadTXD ("data/elegy2.txd") engineImportTXD(txd, 562) engineImportTXD(txd1, 562) probably will fail, but why not try? Link to comment
xUltimate Posted November 2, 2010 Author Share Posted November 2, 2010 Ya I tried something like that earlier but it failed. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now