maksam07 Posted August 14, 2018 Share Posted August 14, 2018 I tried to replace the model of clothes, but when I sit down on nrg-500, the game closes without errors download: https://dropmefiles.com/MdA4S Please, help.. Link to comment
0 Discord Moderators Pirulax Posted August 14, 2018 Discord Moderators Share Posted August 14, 2018 There is something wrong with the mod I suppose. Use another model and it should be fine. Link to comment
0 maksam07 Posted August 15, 2018 Author Share Posted August 15, 2018 8 hours ago, Pirulax said: There is something wrong with the mod I suppose. Use another model and it should be fine. does not work, tried 3 different models Can you skip the version of the script that works for you? Link to comment
0 JeViCo Posted August 15, 2018 Share Posted August 15, 2018 it's mta bug i guess. I also tried to replace clothes dff but it makes client crash Link to comment
0 maksam07 Posted August 15, 2018 Author Share Posted August 15, 2018 I figured it out. The models must be of the same resolution as the original ones and still it is impossible to apply dff and because of it many other problems I think that the issue has not been resolved. need to modify MTA Link to comment
0 Discord Moderators Pirulax Posted August 15, 2018 Discord Moderators Share Posted August 15, 2018 How can you replace cloth models btw? Every time I tried to do so it just gave me a warning saying that it's a wrong modelid. Link to comment
0 MTA Anti-Cheat Team Dutchman101 Posted August 18, 2018 MTA Anti-Cheat Team Share Posted August 18, 2018 On 15-8-2018 at 10:00, maksam07 said: and still it is impossible to apply dff and because of it many other problems I believe that clothes modding always means multi-clump DFF (like CJ skin), which is tricky to export correctly. Thus, someone who has no experience exporting multi-clump skin models, can easily generate a corrupt DFF which can lead to a MTA crash. Link to comment
0 greentumbleweed Posted September 16, 2018 Share Posted September 16, 2018 On 15/08/2018 at 06:48, Pirulax said: How can you replace cloth models btw? Every time I tried to do so it just gave me a warning saying that it's a wrong modelid. local textures = { ['cloth/boots'] = 30477, } local models = { ['cloth/boots'] = 30477, } addEventHandler('onClientResourceStart', resourceRoot, function () for cloth, id in pairs(textures) do local txd = engineLoadTXD(cloth..".txd") engineImportTXD(txd, id) end for cloth, id in pairs(models) do local dff = engineLoadDFF(cloth..".dff") engineReplaceModel(dff, id) end end ) however i myself have not successfully replaced a dff without crashing the client so im not even sure if its possible Link to comment
Question
maksam07
I tried to replace the model of clothes, but when I sit down on nrg-500, the game closes without errors
download: https://dropmefiles.com/MdA4S
Please, help..
Link to comment
7 answers to this question
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