Stream Tattoos
This tutorial will show, how to add custom tattoos to your server.
Suggested tools
customtattoos_overlays.xml
If you have downloaded the template, edit the customtattoos_overlays.xml file.
- uvpos, scale, rotation change it like you want
- nameHash: best way is to use the name of the ytd plus _M or _F at the end.
- txdHash, txtHash: needs to be the ytd filename.
- gender: needs to be GENDER_MALE or GENDER_FEMALE.
- zone: needs to be one of the listed below.
shop_tattoo.meta
If you have downloaded the template, edit the shop_tattoo.meta file.
- textLabel: you can add the ytd file name
- collection: needs to be the same as you can find in customtattoos_overlays.xml
- preset: will be the nameHash from the customtattoos_overlays.xml item
- eFaction: needs to be TATTOO_MP_FM (male) or TATTOO_MP_FM_F (female)
- zone: needs to be one of the listed below.
- eFacing: needs to be one of the listed below
- updateGroup: needs to be one of the listed below
Zonenames
- ZONE_TORSO
- ZONE_HEAD
- ZONE_LEFT_ARM
- ZONE_RIGHT_ARM
- ZONE_LEFT_LEG
- ZONE_RIGHT_LEG
eFacing
- TATTOO_BACK
- TATTOO_CHEST
- TATTOO_FRONT
- TATTOO_FRONT_LEFT
- TATTOO_FRONT_RIGHT
- TATTOO_LEFT
- TATTOO_RIGHT
- TATTOO_STOMACH
updateGroup
You can find a list here: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/pedOverlayUpdateGroups.json
Important for the ytd files
- Image needs to be 512x512
- Image name needs to match the ytd file name
resource.toml
type = 'dlc'
main = 'stream.toml'
client-files = [ 'stream/*' ]
stream.toml
files = [ 'stream/assets/*' ]
[meta]
'stream/customtattoos_overlays.xml' = 'PED_OVERLAY_FILE'
'stream/shop_tattoo.meta' = 'TATTOO_SHOP_DLC_FILE'
Final touch
Add the custom_tattoos
to the resource list inside the server.toml
file.custom_tattoos stands for the resource name which is represented by your folder name.
Resource names aren't case sensitive!