Before you start
- Buy Patron Argentum membership or decrease the max allowed connections/clients by setting
sv_maxclients 8
in 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
resource
directory create a directory such aseup-stream
containing an empty__resource.lua
file and an emptystream
directory. - Copy your custom clothes (.ydd, .ytd, … files) into subdirectories of the
stream
directory. - Add
set es_enableCustomData 1
to yourserver.cfg
file. - Add
ensure eup-stream
to yourserver.cfg
file. - 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.