Jump to content

Recommended Posts

On 8/31/2018 at 1:33 AM, WaxenFigure said:

 

Takes only a few minutes to go in and remove the NSFW tattoos (remove JSON files and the textures for the adult sets).  This was originally intended to be nothing but an Adult mod but turned out to be much more useful so it kind of lives with the original name too.

 

If you want to make a version that doesn't have SlaveTats and remove the other adult references then I suggest using a tool like this to alter the texts to make it more general audience friendly.

 

Nevermind that the vanilla game is not supposed to be considered "safe".

I wouldn't mind removing the NSFW content, but then some people who play the game are damn squeamish on certain things.

Link to comment

Does anyone know the setting I need to tweak to enable more slots for face textures? When I go to try to apply face textures no options appear. I remember vaguely that there is a setting in some file limiting the number of head overlays or something that can be applied that can conflict with slavetats, but I can't seem to find information on it after searching a bit. 

 

Currently everything works fine except I cannot apply any face textures, which I really want with apropros.  

Link to comment
On 9/5/2018 at 6:40 PM, PubliusNV said:

nioverride.ini has a setting to disable face tats (defaults to disabled), plus a setting that determines the number of face tats, is that what you're looking for?

Yep that's exactly it. Thanks a lot!

 

As it says in the documentation, enabling the face overlays may cause crashes when decapitation occurs but... Worth. I believe you can also download a kill-move mod that disables decapitations as a work around as well.

Link to comment
On 9/11/2018 at 2:25 PM, Wolfwithin36 said:

Which one is the real Slavetats file, don't want to download every file there to find out.

Not that hard to determine which download is the "real" Slavetat if you pay attention to the murfk's write-up in the first post, especially between the What's New section, the list of tattoo packs in the download section, and the note regarding the Chinese translation.

 

The current version of Slavetats is 1.3.0-beta-2, so you want to download the SlaveTats-1.3.0-beta-2.7z file.

 

 

Link to comment
  • 2 weeks later...

thought the new modders api would use 

Registerformodevent and

Sendmodevent.

 

with 2 events registered: A simple event and a more detailed event.

Therefore i search the 2 scripts for "register" but found nothing. Than i see that you are using direct calls.

 

That means it is necessary to have slave tats installed when compiling the scripts of your own mod and second you must add code to distinguish  if slave tats is installed in the "destination" game or not.

 

little bit disappointing from modders point of view.

Link to comment
47 minutes ago, Adetu said:

thought the new modders api would use 

Registerformodevent and

Sendmodevent.

 

with 2 events registered: A simple event and a more detailed event.

Therefore i search the 2 scripts for "register" but found nothing. Than i see that you are using direct calls.

 

That means it is necessary to have slave tats installed when compiling the scripts of your own mod and second you must add code to distinguish  if slave tats is installed in the "destination" game or not.

 

little bit disappointing from modders point of view.

You can use the simple mod called SlaveTats Events Bridge 0.0.1a

Link to comment
30 minutes ago, ShadowManGray said:

This is a great mod, I just wish that were more symbol Tattoos. Kinda like branding the slave, as opposed to like using words to describe ownership and shaming.

 

Sort of like this.

Maybe I could make it. But right now I have an issue now where I cant see the tattoo I made anywhere in slave tats menu and I used the scheme from the first post. I made json file and folder structure like in other packs for slave tats..

 

it looks like this:

[
{"name": "My tattoo", "section":"My tattoos", "texture":"mystuff\\testtattoo.dds", "area":"Body"},
]

 

resolution is 2048x2048 maybe thats the issue? 

Link to comment
33 minutes ago, Inessa said:

Maybe I could make it. But right now I have an issue now where I cant see the tattoo I made anywhere in slave tats menu and I used the scheme from the first post. I made json file and folder structure like in other packs for slave tats..

 

it looks like this:

[
{"name": "My tattoo", "section":"My tattoos", "texture":"mystuff\\testtattoo.dds", "area":"Body"},
]

 

resolution is 2048x2048 maybe thats the issue? 

Well, looking a the dimensions of the symbols from the ever so small Symbol File, its only 1024 x 1024 pixels...  perhaps its too big?

 

Maybe try editing, replacing and renaming some of the already made mods? IDK...

Link to comment
1 hour ago, Inessa said:

Maybe I could make it. But right now I have an issue now where I cant see the tattoo I made anywhere in slave tats menu and I used the scheme from the first post. I made json file and folder structure like in other packs for slave tats..

 

it looks like this:

[
{"name": "My tattoo", "section":"My tattoos", "texture":"mystuff\\testtattoo.dds", "area":"Body"},
]

 

resolution is 2048x2048 maybe thats the issue? 

off the top of my head, if the entry doesn't even show up in the MCM, I'd take that trailing , off if it is the only entry in your JSON

Link to comment
8 minutes ago, karlpaws said:

off the top of my head, if the entry doesn't even show up in the MCM, I'd take that trailing , off if it is the only entry in your JSON

What do you mean by trailing? It must be something with the json file because when I tried putting my tattoo in other packs they didn't even appear anymore. I use notepad++ to edit.

Link to comment
2 hours ago, Inessa said:

Maybe I could make it. But right now I have an issue now where I cant see the tattoo I made anywhere in slave tats menu and I used the scheme from the first post. I made json file and folder structure like in other packs for slave tats..

 

it looks like this:

[
{"name": "My tattoo", "section":"My tattoos", "texture":"mystuff\\testtattoo.dds", "area":"Body"},
]

 

resolution is 2048x2048 maybe thats the issue? 

Error emphasized.  You didn't write valid JSON.  It's worth the time feeding things into a validator.  A comma means there should be another entry following the comma but there is not.

Link to comment
  • 2 weeks later...
  • 2 weeks later...

Some questions.

Changing tattoos seems to be very slow. Although after some time the desired tattoos are equipped I got these messages when opening the console.

20181016202104_1.jpg.be475f3282449f554d3e5aca2b7d9f80.jpg

Could it be the reason.

 In my mod I apply one tattoo in different colours, therfore first I remove the tattoo with the old colour and then add the same tattoo with a different new colour.

Is removing the old tattoo really necessary ? if not this can speed up the "hole thing" a little bit.

 

Link to comment
20 hours ago, Adetu said:

Some questions.

Changing tattoos seems to be very slow. Although after some time the desired tattoos are equipped I got these messages when opening the console.

20181016202104_1.jpg.be475f3282449f554d3e5aca2b7d9f80.jpg

Could it be the reason.

 In my mod I apply one tattoo in different colours, therfore first I remove the tattoo with the old colour and then add the same tattoo with a different new colour.

Is removing the old tattoo really necessary ? if not this can speed up the "hole thing" a little bit.

 

Use a JSON validator when you edit the JSON files.  https://jsonformatter.curiousconcept.com/

 

Your edit wasn't valid JSON.

Link to comment
4 hours ago, WaxenFigure said:

Use a JSON validator when you edit the JSON files.  https://jsonformatter.curiousconcept.com/

 

Your edit wasn't valid JSON.

Thanks for your hint. But it is not so easy. I only used existing tattoo packs and never changed the .json file.

Nevertheless I checked some of the files listed in the screenshot with the recommended tool and there was no error shown.

 

I  checked the solution with only one actor (player) at a time. It does not make a difference as with many actors equipping a tattoo.

 

Link to comment

At the moment it takes 13 seconds for one actor only !!

 

[10/17/2018 - 08:53:26PM] _Ed Start UpdateAllGearHealth Player
[10/17/2018 - 08:53:26PM] _Ed End UpdateAllGearHealth Player
[10/17/2018 - 08:53:38PM] SlaveTats: Asked to remove matching tattoos (tattoo = 250)
[10/17/2018 - 08:53:38PM] SlaveTats: {
[10/17/2018 - 08:53:38PM] SlaveTats:   "AREA": "BODY"
[10/17/2018 - 08:53:38PM] SlaveTats:   "color": -1997832878
[10/17/2018 - 08:53:38PM] SlaveTats:   "glow": 16777215
[10/17/2018 - 08:53:38PM] SlaveTats:   "invertedAlpha": 0.000000
[10/17/2018 - 08:53:38PM] SlaveTats:   "name": "Zaam (upper back)"
[10/17/2018 - 08:53:38PM] SlaveTats:   "section": "draconic"
[10/17/2018 - 08:53:38PM] SlaveTats:   "slot": 0
[10/17/2018 - 08:53:38PM] SlaveTats:   "texture": "draconic\upper_back_zaam.dds"
[10/17/2018 - 08:53:38PM] SlaveTats: }
[10/17/2018 - 08:53:38PM] SlaveTats: Asked to remove matching tattoos (tattoo = 335)
[10/17/2018 - 08:53:38PM] SlaveTats: {
[10/17/2018 - 08:53:38PM] SlaveTats:   "AREA": "BODY"
[10/17/2018 - 08:53:38PM] SlaveTats:   "color": -1997832878
[10/17/2018 - 08:53:38PM] SlaveTats:   "glow": 16777215
[10/17/2018 - 08:53:38PM] SlaveTats:   "invertedAlpha": 0.000000
[10/17/2018 - 08:53:38PM] SlaveTats:   "name": "Zaam (collarbone)"
[10/17/2018 - 08:53:38PM] SlaveTats:   "section": "draconic"
[10/17/2018 - 08:53:38PM] SlaveTats:   "slot": 1
[10/17/2018 - 08:53:38PM] SlaveTats:   "texture": "draconic\collarbone_zaam.dds"
[10/17/2018 - 08:53:38PM] SlaveTats: }
[10/17/2018 - 08:53:38PM] SlaveTats: Beginning synchronization for Vanessa
[10/17/2018 - 08:53:38PM] SlaveTats: (Silenced) Please wait while SlaveTats works on Vanessa...
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl11]
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl10]
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl9]
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl8]
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl7]
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl6]
[10/17/2018 - 08:53:39PM] SlaveTats: Cleared Body [Ovl5]
[10/17/2018 - 08:53:40PM] SlaveTats: Cleared Body [Ovl4]
[10/17/2018 - 08:53:40PM] SlaveTats: Cleared Body [Ovl3]
[10/17/2018 - 08:53:40PM] SlaveTats: Cleared Body [Ovl2]
[10/17/2018 - 08:53:40PM] SlaveTats: Cleared Body [Ovl1]
[10/17/2018 - 08:53:40PM] SlaveTats: Cleared Body [Ovl0]
[10/17/2018 - 08:53:40PM] SlaveTats: Cleared Hands [Ovl2]
[10/17/2018 - 08:53:41PM] SlaveTats: Cleared Hands [Ovl1]
[10/17/2018 - 08:53:41PM] SlaveTats: Cleared Hands [Ovl0]
[10/17/2018 - 08:53:41PM] SlaveTats: Cleared Feet [Ovl2]
[10/17/2018 - 08:53:41PM] SlaveTats: Cleared Feet [Ovl1]
[10/17/2018 - 08:53:41PM] SlaveTats: Cleared Feet [Ovl0]
[10/17/2018 - 08:53:41PM] SlaveTats: (Silenced) SlaveTats is done with Vanessa.
[10/17/2018 - 08:53:47PM] SlaveTats: Asked to add a tattoo (tattoo = 378)
[10/17/2018 - 08:53:47PM] SlaveTats: {
[10/17/2018 - 08:53:47PM] SlaveTats:   "AREA": "BODY"
[10/17/2018 - 08:53:47PM] SlaveTats:   "color": -1996493507
[10/17/2018 - 08:53:47PM] SlaveTats:   "glow": 16777215
[10/17/2018 - 08:53:47PM] SlaveTats:   "invertedAlpha": 0.000000
[10/17/2018 - 08:53:47PM] SlaveTats:   "name": "Zaam (upper back)"
[10/17/2018 - 08:53:47PM] SlaveTats:   "section": "draconic"
[10/17/2018 - 08:53:47PM] SlaveTats:   "texture": "draconic\upper_back_zaam.dds"
[10/17/2018 - 08:53:47PM] SlaveTats: }
[10/17/2018 - 08:53:47PM] SlaveTats: Upgrading target Vanessa to SlaveTats 1.0.0
[10/17/2018 - 08:53:47PM] SlaveTats: Prior version was <= 0.9.13 (or never had tattoos)
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Considering
[10/17/2018 - 08:53:47PM] SlaveTats: Upgrade to 1.0.0 finished.
[10/17/2018 - 08:53:47PM] SlaveTats: Caller requested slot -1
[10/17/2018 - 08:53:47PM] SlaveTats: Searching for an available slot on Vanessa in BODY
[10/17/2018 - 08:53:47PM] SlaveTats: Found 0 external overlays.
[10/17/2018 - 08:53:47PM] SlaveTats: Examining slot 0
[10/17/2018 - 08:53:47PM] SlaveTats:    Not an external overlay
[10/17/2018 - 08:53:47PM] SlaveTats:    Not a tattoo. This slot is available.
[10/17/2018 - 08:53:47PM] SlaveTats: Available slot 0
[10/17/2018 - 08:53:47PM] SlaveTats: Asked to add a tattoo (tattoo = 464)
[10/17/2018 - 08:53:47PM] SlaveTats: {
[10/17/2018 - 08:53:47PM] SlaveTats:   "AREA": "BODY"
[10/17/2018 - 08:53:47PM] SlaveTats:   "color": -1996493507
[10/17/2018 - 08:53:47PM] SlaveTats:   "glow": 16777215
[10/17/2018 - 08:53:47PM] SlaveTats:   "invertedAlpha": 0.000000
[10/17/2018 - 08:53:47PM] SlaveTats:   "name": "Zaam (collarbone)"
[10/17/2018 - 08:53:47PM] SlaveTats:   "section": "draconic"
[10/17/2018 - 08:53:47PM] SlaveTats:   "texture": "draconic\collarbone_zaam.dds"
[10/17/2018 - 08:53:47PM] SlaveTats: }
[10/17/2018 - 08:53:47PM] SlaveTats: Caller requested slot -1
[10/17/2018 - 08:53:47PM] _Ed Start UpdateAllGearHealth Player
[10/17/2018 - 08:53:48PM] SlaveTats: Searching for an available slot on Vanessa in BODY
[10/17/2018 - 08:53:48PM] SlaveTats: Found 0 external overlays.
[10/17/2018 - 08:53:48PM] SlaveTats: Examining slot 0
[10/17/2018 - 08:53:48PM] SlaveTats:    Not an external overlay
[10/17/2018 - 08:53:48PM] SlaveTats: Examining slot 1
[10/17/2018 - 08:53:48PM] SlaveTats:    Not an external overlay
[10/17/2018 - 08:53:48PM] SlaveTats:    Not a tattoo. This slot is available.
[10/17/2018 - 08:53:48PM] SlaveTats: Available slot 1
[10/17/2018 - 08:53:48PM] SlaveTats: Beginning synchronization for Vanessa
[10/17/2018 - 08:53:48PM] SlaveTats: (Silenced) Please wait while SlaveTats works on Vanessa...
[10/17/2018 - 08:53:48PM] _Ed End UpdateAllGearHealth Player
[10/17/2018 - 08:53:48PM] SlaveTats: Applied Body [Ovl0] = Actors\Character\slavetats\draconic\upper_back_zaam.dds:-1996493507:16777215:False
[10/17/2018 - 08:53:48PM] SlaveTats: Applied Body [Ovl1] = Actors\Character\slavetats\draconic\collarbone_zaam.dds:-1996493507:16777215:False
[10/17/2018 - 08:53:49PM] SlaveTats: Cleared Body [Ovl2]
[10/17/2018 - 08:53:49PM] SlaveTats: Cleared Body [Ovl3]
[10/17/2018 - 08:53:49PM] SlaveTats: Cleared Body [Ovl4]
[10/17/2018 - 08:53:49PM] SlaveTats: Cleared Body [Ovl5]
[10/17/2018 - 08:53:49PM] SlaveTats: Cleared Body [Ovl6]
[10/17/2018 - 08:53:49PM] SlaveTats: Cleared Body [Ovl7]
[10/17/2018 - 08:53:50PM] SlaveTats: Cleared Body [Ovl8]
[10/17/2018 - 08:53:50PM] SlaveTats: Cleared Body [Ovl9]
[10/17/2018 - 08:53:50PM] SlaveTats: Cleared Body [Ovl10]
[10/17/2018 - 08:53:50PM] SlaveTats: Cleared Body [Ovl11]
[10/17/2018 - 08:53:50PM] SlaveTats: Cleared Hands [Ovl0]
[10/17/2018 - 08:53:50PM] SlaveTats: Cleared Hands [Ovl1]
[10/17/2018 - 08:53:51PM] SlaveTats: Cleared Hands [Ovl2]
[10/17/2018 - 08:53:51PM] SlaveTats: Cleared Feet [Ovl0]
[10/17/2018 - 08:53:51PM] SlaveTats: Cleared Feet [Ovl1]
[10/17/2018 - 08:53:51PM] SlaveTats: Cleared Feet [Ovl2]
[10/17/2018 - 08:53:51PM] SlaveTats: Synchronization complete.
[10/17/2018 - 08:53:51PM] SlaveTats: (Silenced) SlaveTats is done with Vanessa.

 

Link to comment

Need help.
I've tried everything but I can not run the SlaveTats
I install everything with all the dependencies it appears installed in the MO and have the options in the menu
but the tattoos do not appear, they are not available, when I look using the command showracemenu sometimes I see an error message.
I do not speak English and this makes it difficult, I also only know the mods using Mod organizer
if anyone has a tip and can help thanks.

Link to comment

I'm no expert but If you installed everything the right way, then my guess is that it could be something that needs to changed in the skyrim.ini document or in slavestat.ini.

 

Like you need to add more masking slots or something. That is my guess. Sorry I can't help you any further. I Just pointed that out as an option. Cause some mods like blush when aroused and slavestats use those. 

 

 

Link to comment

Stupid question: 

 

How do I install and use this?

 

I ask because on the download page, i see lots of tattoo options but no "MAIN FILE" . I apparently need this for the Pee and fart mod, but it says for "Dirt Options" . I don't see a "Dirt Options" or Dirt anything. Just a lot of tattoo packs. I have tried to use this mod off and on for a couple years now, but could never figure it out. So a "For dummys" explanation would be great.

Link to comment

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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use