Documentation
Add-on EUP Creator
Scaffold a streaming-ready EUP add-on resource from clothing files.
Add-on EUP Creator scaffolds streaming-ready EUP add-on resources from raw clothing files. It organizes drawables, textures, and metadata into the correct folder structure, generates fxmanifest.lua, and exports everything as a ready-to-drop ZIP — converting between single-player and FiveM layouts in either direction.
Accepted files
Workflow
- 1Pick a conversion mode from the Mode dropdown.
- 2Enter a pack name — it's auto-slugified for the resource name.
- 3Upload clothing files individually or drag in an entire folder.
- 4Review the auto-detected gender and assets grouped by component slot.
- 5Click Build ZIP to generate the resource structure.
- 6Check the output paths, then download the ZIP.
What it generates
- A correctly-structured stream/ or dlc.rpf/ folder for the target layout.
- fxmanifest.lua for add-on FiveM conversions.
- A README with conversion notes and a manifest of every output path.
Frequently asked questions
What files does the Add-on EUP Creator accept?
YDD drawables, YTD and DDS textures, PNG/JPG images, and YMT/XML metadata. Upload individual files or drag in a whole folder — it filters by extension and skips hidden files.
How does gender detection work?
It reads filenames for mp_m_ (male) or mp_f_ (female). If neither marker is present it defaults to female, so double-check the detected peds before you build.
Can I convert between single-player and FiveM layouts?
Yes. Pick SP-to-addon to go from single-player to streaming-ready FiveM, or addon-to-SP to reverse it — five conversion modes are available in the Mode dropdown.
Do I need to supply metadata files?
For add-on conversions, include your existing .ymt and the tool organizes it into the right place. It doesn't invent metadata from scratch — finish any new .ymt in CodeWalker or YMTEditor.
What do I get when I build the ZIP?
A reorganized resource in the target layout with a generated fxmanifest.lua (for add-on modes), a README of conversion notes, and a manifest listing every output path — review the paths before downloading.
Discussion