DeletedAccount1111 Posted February 7, 2014 Share Posted February 7, 2014 Is this possible? Or touching CJ at all would result in a crash? Link to comment
FuriouZ Posted February 7, 2014 Share Posted February 7, 2014 Yes, textures are possible to replace via shaders. Link to comment
DeletedAccount1111 Posted February 7, 2014 Author Share Posted February 7, 2014 Yes, textures are possible to replace via shaders. I tried before, and I failed. Could you put an example? For example changing the trial helmet color Link to comment
McDeKi Posted February 7, 2014 Share Posted February 7, 2014 (edited) Hello, I have tried replace CJ textures via shader, but without effect, now I'm using CJ skin .txd replace. textures = { ["player_torso"] = 30421, } function replaceClothes() for cloth, id in pairs(textures) do local txd = engineLoadTXD(cloth..".txd") engineImportTXD(txd, id) end end addEventHandler("onClientResourceStart", resourceRoot, replaceClothes) http://www73.zippyshare.com/v/18875057/file.html Whole textures must have the same resoulution as the orginal from player.img, if you put texture with bigger resolution then the game will crash. Another link: http://www.sendspace.com/file/dq63f2 Edited February 7, 2014 by Guest Link to comment
DeletedAccount1111 Posted February 9, 2014 Author Share Posted February 9, 2014 Hello, I have tried replace CJ textures via shader, but without effect, now I'm using CJ skin .txd replace. textures = { ["player_torso"] = 30421, } function replaceClothes() for cloth, id in pairs(textures) do local txd = engineLoadTXD(cloth..".txd") engineImportTXD(txd, id) end end addEventHandler("onClientResourceStart", resourceRoot, replaceClothes) http://www73.zippyshare.com/v/18875057/file.html Whole textures must have the same resoulution as the orginal from player.img, if you put texture with bigger resolution then the game will crash. Another link: http://www.sendspace.com/file/dq63f2 You cant HD-ize textures? Thats sad, I wont be able to make HD tats EDIT: Did you made them? Could you send me the rest of white or latino or whatever it is CJ? EDIT2: What is this "30421" ID. I mean, how did you manage to obtain such ID? Link to comment
McDeKi Posted February 9, 2014 Share Posted February 9, 2014 I edited this skin. https://wiki.multitheftauto.com/wiki/Clo ... ponent_IDs Link to comment
Sharingan Posted February 10, 2014 Share Posted February 10, 2014 I think you can use this: https://wiki.multitheftauto.com/wiki/En ... rldTexture Link to comment
DeletedAccount1111 Posted February 10, 2014 Author Share Posted February 10, 2014 Sharingan, actually what McDeKi posted really worked, but thanks anyway 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