Skip to content

Clothing Pack I — Installation

This guide walks you through installing Clothing Pack I on your FiveM server. The pack ships as six 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 1, pool size, keymaster.

Before you start

RequirementValue
Recommended sv_enforceGameBuild3258 or lower
PlatformLEGACY
Resources to load6
Pack revision03-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

  1. 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 six resources in your resources folder.

  2. 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 any ensure:

    ini
    increase_pool_size "TxdStore" 26000

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

  3. Add the resources to server.cfg

    Load them in exactly this order:

    ini
    ensure zpack_repl
    ensure zpack_facc
    ensure zpackm_01
    ensure zpackm_02
    ensure zpackf_01
    ensure zpackf_02

    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.

  4. 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_facc
  5. Test 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

SymptomOpen
Crash on join or on character loadCapacity Crashes
TxdStore Pool FullTxdStore Pool Full
You lack the required entitlementAsset Escrow & Clothing
Clothing appears untexturedYou installed the Keymaster build — go back to step 1
Saved outfits changedClothing IDs & Outfit Shifts
Anything elseCrash 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.

Support for Zaiders Store FiveM clothing packs.