Server Clothing Budget
Quick answer
Every clothing limit is server-wide, not per pack. Rockstar's DLC, Pack A, Pack B, your EUP resource and your hair pack all draw from the same accounts. Budget them together or you will discover the total by crashing.
Difficulty: Core concept · Affects: both
INFO
Search: budget, total capacity, multiple packs, how many packs, server capacity, plan.
The four accounts
| Account | Shared with | Where it runs out |
|---|---|---|
| Male YMT slots | All resources + Rockstar DLC | Crash on male character load |
| Female YMT slots | All resources + Rockstar DLC | Crash on female character load |
| TxdStore | Clothes, vehicles, maps, peds | TxdStore Pool Full |
| Alternate variations | All hair and mask content | ERR_MEM_MULTI_ALLOC_FREE |
Male and female are genuinely separate. Everything else is one shared number across the entire server.
Worked example
A server on b3570 — 5 free slots per gender.
| Resource | Male | Female | Creature meta |
|---|---|---|---|
zaiders_streetwear | 1 | 1 | 1 |
zaiders_formal | 1 | 1 | 0 |
eup_uniforms | 2 | 2 | 0 |
hair_pack | 0 | 1 | 0 |
| Subtotal | 4 | 5 | 1 |
Creature metadata counts against both genders:
Male used = 4 + 1 = 5 → remaining 0
Female used = 5 + 1 = 6 → remaining −1This server is full on male and already over on female. It will run until someone loads a female character.
Note what the totals do not include: gigabytes, item counts, or how well optimised any individual pack is.
Before adding a pack
- Count what you already run.
- Read the new pack's own YMT count — male, female, and whether it ships creature metadata.
- Add them. If either gender reaches 0, you cannot install it as-is.
- Check the pack's YTD count against your TxdStore headroom in the Pool Monitor.
When the budget is full
| Option | Gains | Costs |
|---|---|---|
| Repack collections | Real slots back | Outfit IDs shift, effort |
| Lower the game build | Up to double the slots | Lose newer Rockstar content |
| Remove a pack | Immediate | Content loss |
| Replace instead of add-on | Bypasses the slot cap | Overwrites vanilla items |
Raise TxdStore | Texture headroom only | Does nothing for slots |
Keep a written budget
Servers rarely crash because of one decision. They crash because six months of small additions were never totalled. Keep the table above in your server documentation and update it whenever a clothing resource is added, so the answer to "can we install this?" takes a minute rather than a rollback.
