gtautil icon indicating copy to clipboard operation
gtautil copied to clipboard

The clothes don't show up properly.

Open lilabyte opened this issue 4 years ago • 13 comments

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

lilabyte avatar Jul 24 '20 09:07 lilabyte

Same problem, seems like gta gets stuck on +111

YisusOnDev avatar Mar 03 '21 13:03 YisusOnDev

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

NotWasooked avatar Mar 04 '21 15:03 NotWasooked

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

YisusOnDev avatar Mar 04 '21 19:03 YisusOnDev

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.

NotWasooked avatar Mar 10 '21 15:03 NotWasooked

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

corrupt3k avatar Jul 24 '21 05:07 corrupt3k

hello, anyone have fixed that problem ?

Honox17 avatar May 17 '22 22:05 Honox17

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.

Disquse avatar May 18 '22 00:05 Disquse

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

Naben-dev avatar Jul 02 '22 02:07 Naben-dev

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..

HeyMari avatar Jul 05 '22 19:07 HeyMari

Any help for this because i have this problem.

Ryzeeeev avatar Jul 12 '22 14:07 Ryzeeeev

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.

Disquse avatar Jul 12 '22 18:07 Disquse

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?

Wilsoonx avatar Aug 27 '22 20:08 Wilsoonx

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.

Disquse avatar Aug 27 '22 20:08 Disquse