rootcause 296 Posted April 10, 2018 Bunch of JSON files that contain data about GTA Online tattoos, here's what to expect: // Filenames are collection names. { "Name": "TAT_FM_008", // Name of the tattoo, GXT string "LocalizedName": "Skull", // Name of the tattoo in English "HashNameMale": "FM_Tat_Award_M_000", // Male overlay name "HashNameFemale": "FM_Tat_Award_F_000", // Female overlay name "Zone": "ZONE_HEAD", // Tattoo zone "ZoneID": 1, // Tattoo zone ID "Price": 20000 // Price } You can use this data with setDecoration to make a tattoo feature for your server. GitHub 4 Share this post Link to post Share on other sites
razzkulz 41 Posted April 12, 2018 Do these include the hash names for hair tattoos? The ones that automatically apply on your hair so they look better. Share this post Link to post Share on other sites
rootcause 296 Posted April 13, 2018 5 hours ago, razzkulz said: Do these include the hash names for hair tattoos? The ones that automatically apply on your hair so they look better. Nope, these are just the tattoo decals but I got the hair ones here: https://github.com/root-cause/CharCreator/blob/master/CharCreator.js#L68 Share this post Link to post Share on other sites
razzkulz 41 Posted April 13, 2018 17 hours ago, rootcause said: Nope, these are just the tattoo decals but I got the hair ones here: https://github.com/root-cause/CharCreator/blob/master/CharCreator.js#L68 Thank you very much! Share this post Link to post Share on other sites
rootcause 296 Posted January 2 Added Arena War DLC tattoo data. It's huge! Rockstar did a great job this time. 1 1 1 Share this post Link to post Share on other sites
Parker Queen 0 Posted March 27 Greetings! How can I remove a tattoo after its been applied? Share this post Link to post Share on other sites
rednotchillipepper 2 Posted April 23 Does it sync? I heard something about tattoos not syncing Share this post Link to post Share on other sites
vaskidze 6 Posted April 25 В 23.04.2019 в 22:38, rednotchillipepper сказал: Does it sync? I heard something about tattoos not syncing which tattoos are not synchronized? Share this post Link to post Share on other sites
rootcause 296 Posted July 23 Added Diamond Casino & Resort DLC tattoo data, click click. Share this post Link to post Share on other sites