Back
    GuidesGTA Knowledge · EUP Clothing System
    Workshop Docs

    Contents

    GTA Knowledge
    GTA5 File FormatsVehicle Meta FilesFiveM Resource StructureEUP Clothing SystemLivery & Texture BasicsCarcols & Carvariations32 Siren ScriptFixing Modkit ID Conflicts

    Documentation

    EUP Clothing System

    Component slots, addon peds, and packing clothing resources.

    Emergency Uniform Pack (EUP) adds civilian and emergency service clothing drawables to GTA5 using the base game's component system. Each clothing piece is a YDD file that maps to a component slot on the player ped.

    Component IDSlot
    0Face
    1Mask
    3Upper body (torso + arms)
    4Lower body (legs)
    5Bag / parachute
    6Shoes / feet
    7Scarf / collar accessory
    8Shirt / undershirt
    9Body armor / vest
    10Decals (badges, patches)
    11Jacket / coat overlay
    EUP Viewer shows the component ID embedded in each YDD file automatically — you don't need to look it up manually.

    EUP resources are structured similarly to vehicle addons. The YDD and its matching YTD must both be in the stream/ folder, and the fxmanifest.lua must reference them via files.

    files {
      'stream/*.ydd',
      'stream/*.ytd',
    }

    Discussion

    EUP Clothing System

    PreviousFiveM Resource StructureNextLivery & Texture Basics
    The Workshop logoThe Workshop

    The browser workspace for serious FiveM creators.

    Tools

    Paint BoothUV StudioBlinklabEasyMetaPackBenchCode SmithEUP Viewer

    Legal

    Refund policyPrivacy policyTerms of serviceCancellation policy
    Built for creators who ship assets, resources, and servers.