Jump to content

Recommended Posts

Posted

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.

Posted

 

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.

Posted

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 :/

Posted

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.

 

Posted

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.

Posted

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.

Posted

I miss two things:

  1. 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.
  2. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once...

 

Posted

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?

Posted

 

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!

Posted

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.

 

Posted

 

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?

Posted

 

I miss two things:

  1. 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.
  2. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once...

 

 

  1. It does detect the body area from the tattoo description. Double check your JSON.
  2. To do this, you need to use the more complicated functions to query all tattoos and then remove them one by one.
Posted

 

I miss two things:

  1. 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.
  2. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once...

 

 

 

 

 

I miss two things:

  1. 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.
  2. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once...

 

 

  1. It does detect the body area from the tattoo description. Double check your JSON.
  2. 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/

Posted

 

 

I miss two things:

  1. 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.
  2. A remove all function - I have no idea how to remove all tats from SlaveTats (not the externals) at once...

 

 

  1. It does detect the body area from the tattoo description. Double check your JSON.
  2. To do this, you need to use the more complicated functions to query all tattoos and then remove them one by one.

 

  1. 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
  2. Something like this?

    int applied = JFormDB.getObj(npc, ".SlaveTats.applied")
    if applied
    	JArray.clear(applied)
    	SlaveTats.synchronize_tattoos(npc,true)
    endif
    
Posted

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

Posted

 

 

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.

 

Posted

 

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.

Posted

 

 

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.

 

Posted

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.

 

Posted

Is there any mod beside Beastess where I can find more bestiality tattoos?

Posted

I made my first Slavetat in Blender! :D

 

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.

Posted

I made my first Slavetat in Blender! :D

 

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...