Before you start
- Buy Patron Argentum membership or decrease the max allowed connections/clients by setting
sv_maxclients 8in yourserver.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
- Within
resourcedirectory create a directory such aseup-streamcontaining an empty__resource.luafile and an emptystreamdirectory. - Copy your custom clothes (.ydd, .ytd, … files) into subdirectories of the
streamdirectory. - Add
set es_enableCustomData 1to yourserver.cfgfile. - Add
ensure eup-streamto yourserver.cfgfile. - 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.