indilo53 / gtautil

Utility to work with GTA V game files
115 stars 54 forks source link

The clothes don't show up properly. #15

Open lilabyte opened 4 years ago

lilabyte commented 4 years ago

Hello, I created a pack of clothes for FiveM using gtautil, but if someone puts on clothes with a number greater than 127, nobody except him can see the clothes correctly. Instead you can see various other models of GTA V clothes.

I tried to change reserved slots in this order: 200, 400, 1000, 0. But it didn't work either.

Screenshots

Clothe with number 128

image

I'm invisible because of character editor script image


Clothe with number 127

image

image

YisusOnDev commented 3 years ago

Same problem, seems like gta gets stuck on +111

NotWasooked commented 3 years ago

This is an issue we had. We just resorted to having the clothes resource get pruned

YisusOnDev commented 3 years ago

So u fixed that problem?, because i has the same problem on my server...

NotWasooked commented 3 years ago

So u fixed that problem?, because i has the same problem on my server...

No, Like it says above we just resorted to pruning the amount of clothing that we had.

corrupt3k commented 3 years ago

I also have this issue. Anything after 127 is not showing correctly for other players. Any ideas?

Honox17 commented 2 years ago

hello, anyone have fixed that problem ?

Disquse commented 2 years ago

The game's code don't expect more than 127 clothing items in a single #mt file. This could be adjusted up to 255 I believe, but we can't be sure about side effects. For now the best solution would be to split your pack into multiple #mt files.

Naben-dev commented 2 years ago

The game's code don't expect more than 127 clothing items in a single #mt file. This could be adjusted up to 255 I believe, but we can't be sure about side effects. For now the best solution would be to split your pack into multiple #mt files.

What do you think about #mt files i dont know what is it

HeyMari commented 2 years ago

The game's code don't expect more than 127 clothing items in a single #mt file. This could be adjusted up to 255 I believe, but we can't be sure about side effects. For now the best solution would be to split your pack into multiple #mt files.

I would also like to know how..

Ryzeeeev commented 2 years ago

Any help for this because i have this problem.

Disquse commented 2 years ago

Any help for this because i have this problem.

There can't be any help, that's how the game works. You can't alter this behavior.

What do you think about #mt files i dont know what is it

If you don't know what's ymts (or #mt files, if we name it properly), then you should learn basics of modern RAGE modding, how clothing metadata works.

Wilsoonx commented 2 years ago

The game's code don't expect more than 127 clothing items in a single #mt file. This could be adjusted up to 255 I believe, but we can't be sure about side effects. For now the best solution would be to split your pack into multiple #mt files.

hi mate, do you know how to adjust the items upto 255?

Disquse commented 2 years ago

hi mate, do you know how to adjust the items upto 255?

It is not something you can do yourself most likely. Unless you know how to reverse engineer GTA5 and have some time.