DeletedAccount1111 Posted May 7, 2013 Share Posted May 7, 2013 Hi, i want to add some paintjobs to custom cars i downloaded (the download came with paintjobs) and I want to know how i am supossed to add them. At the moment i got this (just a part of the script, i need that part fixed) from another thread: paintjob1 = engineLoadTXD ( "elegy1.txd", 562 ) engineImportTXD(paintjob1, 562) Link to comment
فاّرس Posted May 7, 2013 Share Posted May 7, 2013 addEventHandler("onClientResourceStart", resourceRoot, function() engineImportTXD(engineLoadTXD("File.txd"), ID) end) Link to comment
DeletedAccount1111 Posted May 7, 2013 Author Share Posted May 7, 2013 addEventHandler("onClientResourceStart", resourceRoot, function() engineImportTXD(engineLoadTXD("File.txd"), ID) end) What i uploaded its part of the script, on the full script, that also replaces the bodykit and the car, i already have taht. I need a line to import the paintjob, so it wont be on "vehicles.img", but on my car folder (actually called R34, cause i replaced the elegy with a R34) Link to comment
PaiN^ Posted May 7, 2013 Share Posted May 7, 2013 Did you try to use the modlaoder resource ? It's really helpful . Link to comment
DeletedAccount1111 Posted May 9, 2013 Author Share Posted May 9, 2013 Did you try to use the modlaoder resource ?It's really helpful . Modloader doesn't load (or didn't back in my times) the txds for paintobs. Also, I need to use a custom script for bodykits, because modloader doesnt load the bodykits, or at least, I dont remember it loading scripts Link to comment
Forrest Posted May 9, 2013 Share Posted May 9, 2013 You have to use shaders to replace paintjobs. Link to comment
DeletedAccount1111 Posted May 9, 2013 Author Share Posted May 9, 2013 You have to use shaders to replace paintjobs. What if i told you that shaders only work for non custom models and im using custom ones? Link to comment
Forrest Posted May 9, 2013 Share Posted May 9, 2013 You have to use shaders to replace paintjobs. What if i told you that shaders only work for non custom models and im using custom ones? What if I told you that you're completely wrong, because I've been there and I've done that? Link to comment
DeletedAccount1111 Posted May 9, 2013 Author Share Posted May 9, 2013 You have to use shaders to replace paintjobs. What if i told you that shaders only work for non custom models and im using custom ones? What if I told you that you're completely wrong, because I've been there and I've done that? What? How the hell you apply shaders to work as paintjobs for the custom cars? Link to comment
Forrest Posted May 9, 2013 Share Posted May 9, 2013 Apply it to the paintjob texture... Link to comment
DeletedAccount1111 Posted May 9, 2013 Author Share Posted May 9, 2013 Apply it to the paintjob texture... So i load the paintjob as txd then apply a shader over it? 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