[How-To] Stream clothes and props as addons, for MP Freemode models

Just wanted to say whatever update you pushed for the ymt editor fixed all my issues. :heart: Thanks again for the help and such an amazing program. :hugs:

3 Likes

Hi, nice tutorial btw!!!

So if I add clothes to the last dlc like … um … cayo perico? or something and Rockstar push another dlc out, the Component-Id´s of the addons don´t move right?

1 Like

Yes, it shouldn’t change with new DLC if you edit existing latest dlc

1 Like

Hello,

So… I might be super confused or not on the right track, but Ive been trying to source a few problems occurring in server and i think its tied back to addon clothing packs.

Is there a .ymt limit for GTA that you are aware of?

For my server weve made addon packs for helmets, backpacks, leo clothing, etc - but just updated game builds and if i have more then 2 packs on (any combination), the players crash on load in.

I think its a .ymt limit, from my research, but figured id ask the addon clothing guru who made an awesome tool for addon lol.

1 Like

Hey, yes, there is a ymt limit depending on game build your server is running - more info in this topic SetPlayerModel Crash when you have too much .ymts assigned to a freemode ped model (There’s no 2545 yet, but it has limit of 2 ymt’s per ped)

1 Like

Great, thank you for the link!

Ive been wanting to merge all my EUP and have uniforms in order and such anyways - into a single .ymt for male and another for female - guess now I’m forced to haha.

I started working on it last night, but ran into an issue with prop type items (like hats).
Are those types of items able to be in the same .ymt as regular clothing like jbib or task types?

I had them working on their own, but when putting them in the same pack as the other items, they dont seem to appear.

1 Like

Yes, that’s how R* does their dlc’s too, everything in one ymt. Are you sure you are doing it correctly? You have to name props ydd and ytd correctly

1 Like

I thought I was, again I had it working at its own addon dlc.

with your answer though, I will take it as something I did wrong. At least I know now that its possible to have prop items in the same addon dlc under a single ymt. Ill keep trying and get it working haha. I dont give up easily xD

1 Like

Thanks for tutorial

2 Likes

No idea what i was doing wrong - but got it to work by simply just retrying from scratch haha.

2 Likes

10 slots works, however no matter what I do in terms of following your tutorial, the clothing does not show up… I even tried a single shirt, and nothing

1 Like

Do you have a guide to do Mp_f_freemode files and make them an addon? I have a bunch but they are replacing existing files

1 Like
  1. so with the fxmanifest.lua you create with:

fx_version ‘cerulean’
game ‘gta5’

files {
‘mp_m_freemode_01_clothing.meta’
}

data_file ‘SHOP_PED_APPAREL_META_FILE’ ‘mp_f_freemode_01_clothing.meta’

  1. for females, how do you make one for the males in the same folder?

fx_version ‘cerulean’
game ‘gta5’

files {
‘mp_f_freemode_01_clothing.meta’
‘mp_m_freemode_01_clothing.meta’
}

data_file ‘SHOP_PED_APPAREL_META_FILE’ ‘mp_f_freemode_01_tutorial_clothes.meta’
data_file ‘SHOP_PED_APPAREL_META_FILE’ ‘mp_m_freemode_01_clothing.meta’

  1. this?
  2. also, do you put everything for both male and females in the stream folder? even hair and such?
2 Likes


am I doing this right?

1 Like

can you show me how it’s written in fxmanifest.lua ?

Um… yeah, you’ve just posted a reply to a thread with a tutorial how to do addon clothes… lol

Yeah, looks good, you have to put comma “,” at the end of first entry in files section. And I think you shouldn’t have two addons named both “clothing”, name it “female_clothing” and “male_clothing” or so

Take a look on official FiveM docs
https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/#dependency

1 Like

Maybe a stupid question, but what do i wrong… when i add shirts, hoodies as addon then i cant wear the vanilla dufflebags on the addon shirts. addon dufflebags work… missed i an flag on the clothes? when i stream the same shirts as replace, then i can see the vanilla dufflebags on my back…

Thanks man. You’re awesome.

can help?

Is 127 the full limit or can I have 2 Female YMT’s with 127 items on the server? My first Female YMT is actually full and I would still like to add more :sweat_smile: