karlpaws Posted August 14, 2016 Posted August 14, 2016 WHen I goto the body tab in the MCM menu I cant access any of the options, they all darked out saying: EXTERNAL. Feet and Hands work fine though. Any Idea whats causing this? You have more tats used in the racemenu list than slavetats can use. Either "show racemenu" from the console and move some of the overlays to the bottom of the list, clearing out the top, or find the nioveride.ini (or find a slavetats ini, I forget which) and increase the number of slots you can use.
Dextradamusz Posted August 14, 2016 Posted August 14, 2016 WHen I goto the body tab in the MCM menu I cant access any of the options, they all darked out saying: EXTERNAL. Feet and Hands work fine though. Any Idea whats causing this? You have more tats used in the racemenu list than slavetats can use. Either "show racemenu" from the console and move some of the overlays to the bottom of the list, clearing out the top, or find the nioveride.ini (or find a slavetats ini, I forget which) and increase the number of slots you can use. Thanks, that worked.
Loller99 Posted August 17, 2016 Posted August 17, 2016 Mmh, i have a problem...I installed all the packs that are available from download in the download page. Half of them work perfectly, but the other half's names in slave tats menu are just a bunch of squares :/
bicobus Posted August 17, 2016 Posted August 17, 2016 You downloaded the chinese pack. Don't do that. You'll have to download each pack individually.It's in the description too: Chinese translation is in the files ending with _CN. If you don't speak Chinese, you should not install those.
kanezaki Posted August 17, 2016 Posted August 17, 2016 Hello i have a problem: in the mcm i can select a tatoo section and i see the menu for pattern but i can't select them, when i hit tab it always say no tatoo.
Nudnix Posted August 18, 2016 Posted August 18, 2016 Hello i have a problem: in the mcm i can select a tatoo section and i see the menu for pattern but i can't select them, when i hit tab it always say no tatoo. Make sure all dependencies are installed, and you have the newest version of these. I had the same problem like you. In my case another Mod had overwritten JContainers.dll with an old version. So, if you use ModOrganizer make sure JContainers is at the end of your Modlist and so has the highest priority.
zaira Posted August 18, 2016 Posted August 18, 2016 I miss two things: simple_add_tattoo is a bit too simple - it tries a apply a body tattoo to a feet. If it is not possible to detect the correct area you shall better add an area parameter. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once...
Joomla Posted August 19, 2016 Posted August 19, 2016 for some reason i cant access face tattoos. body hands and feet tattoos i can access and change fine but face section is empty. what could cause this?
kanezaki Posted August 19, 2016 Posted August 19, 2016 Hello i have a problem: in the mcm i can select a tatoo section and i see the menu for pattern but i can't select them, when i hit tab it always say no tatoo. Make sure all dependencies are installed, and you have the newest version of these. I had the same problem like you. In my case another Mod had overwritten JContainers.dll with an old version. So, if you use ModOrganizer make sure JContainers is at the end of your Modlist and so has the highest priority. It works! thank you!
PubliusNV Posted August 19, 2016 Posted August 19, 2016 for some reason i cant access face tattoos. body hands and feet tattoos i can access and change fine but face section is empty. what could cause this? Find the nioverride.ini file. There's an entry in it to enable face tattoos. They are disabled by default because of CTDs if a decapitation happens.
Joomla Posted August 19, 2016 Posted August 19, 2016 for some reason i cant access face tattoos. body hands and feet tattoos i can access and change fine but face section is empty. what could cause this? Find the nioverride.ini file. There's an entry in it to enable face tattoos. They are disabled by default because of CTDs if a decapitation happens. oh thank you that seemed to be it. is it just decapitation that causes ctd's? if i use mod like VioLens to change decapitation change to 0% it will be all fine?
murfk Posted August 19, 2016 Author Posted August 19, 2016 I miss two things: simple_add_tattoo is a bit too simple - it tries a apply a body tattoo to a feet. If it is not possible to detect the correct area you shall better add an area parameter. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once... It does detect the body area from the tattoo description. Double check your JSON. To do this, you need to use the more complicated functions to query all tattoos and then remove them one by one.
karlpaws Posted August 19, 2016 Posted August 19, 2016 I miss two things: simple_add_tattoo is a bit too simple - it tries a apply a body tattoo to a feet. If it is not possible to detect the correct area you shall better add an area parameter. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once... I miss two things: simple_add_tattoo is a bit too simple - it tries a apply a body tattoo to a feet. If it is not possible to detect the correct area you shall better add an area parameter. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once... It does detect the body area from the tattoo description. Double check your JSON. To do this, you need to use the more complicated functions to query all tattoos and then remove them one by one. Jfrasier did make a mod to do just this. He gives a warning that it will remove all tats, which is a bonus in your case. Looks like it is done via dialog with an NPC and not just through the MCM. I suppose you could always use the console commands to COC to the inn or other location where the NPC is, player.add F 1000 (for the 1000 gold the NPC charges) and then COC yourself back to the cell you started from, if you don't wish to "cheat". Then again "someone" might be able to add an MCM to his mod to do all that. http://www.loverslab.com/files/file/1664-remove-your-tats/
zaira Posted August 19, 2016 Posted August 19, 2016 I miss two things: simple_add_tattoo is a bit too simple - it tries a apply a body tattoo to a feet. If it is not possible to detect the correct area you shall better add an area parameter. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once... It does detect the body area from the tattoo description. Double check your JSON. To do this, you need to use the more complicated functions to query all tattoos and then remove them one by one. It's the Stockings package from your download section - I added a pantyhose but it was invisible - until I have patched your function to set the area Something like this? int applied = JFormDB.getObj(npc, ".SlaveTats.applied") if applied JArray.clear(applied) SlaveTats.synchronize_tattoos(npc,true) endif
zaira Posted August 19, 2016 Posted August 19, 2016 OK - I looked into your source code and found the reason why the Stocking Pantyhose won't work : It is defined twice in the package - once for the feet and once for the body. In other words : This package is broken or you need to provide an area in simple_add for a real unique selection
PubliusNV Posted August 19, 2016 Posted August 19, 2016 for some reason i cant access face tattoos. body hands and feet tattoos i can access and change fine but face section is empty. what could cause this? Find the nioverride.ini file. There's an entry in it to enable face tattoos. They are disabled by default because of CTDs if a decapitation happens. oh thank you that seemed to be it. is it just decapitation that causes ctd's? if i use mod like VioLens to change decapitation change to 0% it will be all fine? Yes, as far as I know if you disable decapitations there will be no problems.
Loller99 Posted August 20, 2016 Posted August 20, 2016 You downloaded the chinese pack. Don't do that. You'll have to download each pack individually. It's in the description too: Chinese translation is in the files ending with _CN. If you don't speak Chinese, you should not install those. Wow, yes, it appeared that i was idiot enough to do that. I didn't even know i downloaded it. Well, off to a reinstall then.
karlpaws Posted August 20, 2016 Posted August 20, 2016 You downloaded the chinese pack. Don't do that. You'll have to download each pack individually. It's in the description too: Chinese translation is in the files ending with _CN. If you don't speak Chinese, you should not install those. Wow, yes, it appeared that i was idiot enough to do that. I didn't even know i downloaded it. Well, off to a reinstall then. Do not need to re-install, just remove those packs.
murfk Posted August 20, 2016 Author Posted August 20, 2016 OK - I looked into your source code and found the reason why the Stocking Pantyhose won't work : It is defined twice in the package - once for the feet and once for the body. In other words : This package is broken or you need to provide an area in simple_add for a real unique selection The pantyhose pack isn't even mine, I just host it for the creator. That's who you need to yell at.
Guest Posted August 22, 2016 Posted August 22, 2016 Is there any mod beside Beastess where I can find more bestiality tattoos?
12121212l Posted August 23, 2016 Posted August 23, 2016 I made my first Slavetat in Blender! http://imgur.com/a/EaME3 probably not a unique kind of tattoo, but download if you'd like anyway (made for CBBE). look under "test" (creative I know) This mod is one of my all time favorites and I thought that I would contribute! Slavetatstest.rar
bicobus Posted August 23, 2016 Posted August 23, 2016 Ah, I see you received the mark. Maybe to accompany it, you could create a "We Know" tat for the other butt cheek.
karlpaws Posted August 23, 2016 Posted August 23, 2016 I made my first Slavetat in Blender! http://imgur.com/a/EaME3 probably not a unique kind of tattoo, but download if you'd like anyway (made for CBBE). look under "test" (creative I know) This mod is one of my all time favorites and I thought that I would contribute! Haven't tried it in game yet... is it always black or do you have the transparency right? A rosy/pink color would be nice for slaps and spanks. A mirror image for the other cheek would match nice.
Definitelynothereforkinks Posted August 23, 2016 Posted August 23, 2016 can someone make a forsworn based pack, adding in a briarheart overlay? some other stuff too
Dapper Dan Pomade Posted August 23, 2016 Posted August 23, 2016 I made my first Slavetat in Blender! http://imgur.com/a/EaME3 probably not a unique kind of tattoo, but download if you'd like anyway (made for CBBE). look under "test" (creative I know) This mod is one of my all time favorites and I thought that I would contribute! Looks good, I'll have to try it out on Lydia when I get the chance. Bitch is always shoving that huge ass in my face. Keep up the good work. More tattoo options is always better than less.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now