How to add custom clothing

Before you start

  • Buy Patron Argentum membership or decrease the max allowed connections/clients by setting sv_maxclients 8 in your server.cfg, otherwise the custom clothes will never work.
  • All clothes must be loaded from one and only one resource. Multiple stream folders for clothing are not supported and will clash with each other.
  • Download clothes from https://www.gta5-mods.com/ among others and make sure it is for FiveM and not GTA/single player (it must be .ydd, .ytd, … files).

Installation steps

  1. Within resource directory create a directory such as eup-stream containing an empty __resource.lua file and an empty stream directory.
  2. Copy your custom clothes (.ydd, .ytd, … files) into subdirectories of the stream directory.
  3. Add set es_enableCustomData 1 to your server.cfg file.
  4. Add ensure eup-stream to your server.cfg file.
  5. Restart your server

Example of the directory structure goes below.

- resources
  - eup-stream 
    __resource.lua
    - stream
      - gang
      - police

Snippet from server.cfg

ensure eup-stream # add this
ensure sessionmanager
ensure pNotify

Hope this helps server owners in the future.

Please respect
NO private messages for help regarding this topic! Make a public reply to allow others to help.

Bonus info
Various pre-configured installations of FiveM can be found in my gitlab repository that is accessble from FiveM Installations. Be aware that the repository takes ~2-3 GB due the facts that the artifacts take up a lot of space.

4 Likes