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 ID | Slot |
|---|---|
| 0 | Face |
| 1 | Mask |
| 3 | Upper body (torso + arms) |
| 4 | Lower body (legs) |
| 5 | Bag / parachute |
| 6 | Shoes / feet |
| 7 | Scarf / collar accessory |
| 8 | Shirt / undershirt |
| 9 | Body armor / vest |
| 10 | Decals (badges, patches) |
| 11 | Jacket / 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