Clothing Pack II — Installation
This guide walks you through installing Clothing Pack II on your FiveM server. The pack ships as seven resources and all of them must be loaded, in the order below, for the clothing to appear correctly.
Difficulty: Beginner · Affects: LEGACY · Pack revision: 03-02-2026
INFO
Search: install, zpack, ensure order, load order, clothing pack 2, v2, pool size, keymaster.
Before you start
| Requirement | Value |
|---|---|
Recommended sv_enforceGameBuild | 3258 or lower |
| Platform | LEGACY |
| Resources to load | 7 |
| Pack revision | 03-02-2026 |
WARNING
Builds above 3258 will crash. Every Rockstar DLC takes clothing capacity, so a newer build leaves fewer free YMT slots per gender: b3258 leaves 8, b3407 leaves 6, b3889 leaves 3. The pack does not fit in what is left. See YMT Limits by Game Build.
Installation steps
Download the pack
Download it from Discord. Do not download from Keymaster — that build carries only the escrow-protected models and does not include the textures, so the clothing installs untextured.
Place the seven resources in your
resourcesfolder.Raise the TxdStore pool, if needed
Only if the server crashes on join or shows texture errors. Add this at the top of
server.cfg, before anyensure:iniincrease_pool_size "TxdStore" 2600026000is the maximum increase Cfx accepts for this pool, and the number is the increase, not the target size. Clients must fully restart the game after a pool change. See Pool Sizes.Add the resources to server.cfg
Load them in exactly this order:
iniensure zpack_facc ensure zpack_repl ensure zpack_1 ensure zpack_2 ensure zpack_3 ensure zpack_4 ensure zpack_5The first two lines are in the opposite order to Clothing Pack I, so copy the block from this page rather than reusing one you already have.
The order matters beyond startup: it sets the global drawable IDs your scripts and saved outfits refer to. Changing it later moves everyone's clothing. See Clothing IDs & Outfit Shifts.
Handle conflicts with Police, EMS or Service packs
If you already run one of those, comment out the accessories resource so the two do not collide:
ini#ensure zpack_faccTest before players arrive
Restart the server — a restart is required, not a
refresh. Then load a male character and open the clothing menu, and do the same with a female character.Both genders matter because they have separate slot budgets. A pack that works on male and crashes on female means the female budget is full, not that the pack is broken.
If something fails
| Symptom | Open |
|---|---|
| Crash on join or on character load | Capacity Crashes |
TxdStore Pool Full | TxdStore Pool Full |
You lack the required entitlement | Asset Escrow & Clothing |
| Clothing appears untextured | You installed the Keymaster build — go back to step 1 |
| Saved outfits changed | Clothing IDs & Outfit Shifts |
| Anything else | Crash Diagnosis |
Why the textures are not in the Keymaster build
Asset Escrow encrypts models (YDD) but not textures (YTD) — they are simply not part of the protected asset. An escrowed asset also cannot exceed 1 GB, which a pack this size reaches on models alone. See Asset Escrow & Clothing and Escrow Limits for Large Packs.
Related
- Clothing Pack I
- Clothing Pack Ultimate
- Installing a Clothing Pack — the generic pre-install checklist
- Server Clothing Budget — if you run this alongside Pack I
