Mehmeme Posted February 15, 2022 Posted February 15, 2022 Is it possible to have more than the default 12 tattoo slots? Im not talking about overlays, but in the slavetats mcm there seems to be a maximum of 12 tattoos per bodypart, can this be increased?
murfk Posted February 15, 2022 Author Posted February 15, 2022 16 hours ago, Mehmeme said: Is it possible to have more than the default 12 tattoo slots? Im not talking about overlays, but in the slavetats mcm there seems to be a maximum of 12 tattoos per bodypart, can this be increased? If you use the latest version, you can have as many as you have overlay slots.
zhuguannan123 Posted February 15, 2022 Posted February 15, 2022 Is this SSE compatible, cuz I installed 6 tattoo packs but I think only the main mod worked
Mehmeme Posted February 16, 2022 Posted February 16, 2022 6 hours ago, murfk said: If you use the latest version, you can have as many as you have overlay slots. Hm, I was indeed on an old version (didnt even notice), but even after I changed to the latest LE version I still dont get more than 12 sections.
FutaNemesislol Posted February 16, 2022 Posted February 16, 2022 @murfk hello quick question is it possible to add another "area" such as sos/schlong? I'm trying to add some tats on the schlong but when I type the "body" in the json file. The tats goes right through the schlong and onto the female body Spoiler
Fleaman Posted February 16, 2022 Posted February 16, 2022 (edited) I had a dumb idea, does anyone know if you can somehow set a certain slavetat or a slavetats set as a condition for DAR? Edited February 16, 2022 by Fleaman 1
Koorikiri Posted February 16, 2022 Posted February 16, 2022 Hi guys! I have a weird problem with slavetats overlays, maybe someone knows how to fix it. So the problem is, on any change of equipped items tattoos become very bright and stay that way. Basically they are in normal state from game load to first equip/unequip. I noticed that on PAH slave, screenshots are in the spoiler. I tried turning on and off wet and cold, frostfall, apropos, slacs, and also tried installing Bronze Shine Be Gone, but none of it helped. Thanks in advance! Spoiler Normal state After equip/unequip
murfk Posted February 16, 2022 Author Posted February 16, 2022 12 hours ago, Fleaman said: I had a dumb idea, does anyone know if you can somehow set a certain slavetat or a slavetats set as a condition for DAR? You can add an ability to a character while a tattoo is applied. It should be possible for that ability to do something which DAR can key off of.
murfk Posted February 16, 2022 Author Posted February 16, 2022 13 hours ago, FutaNemesislol said: @murfk hello quick question is it possible to add another "area" such as sos/schlong? I'm trying to add some tats on the schlong but when I type the "body" in the json file. The tats goes right through the schlong and onto the female body Reveal hidden contents Sorry, but I don't think it is. The schlong is technically a piece of armor, and nioverride expects to be targeting an actor rather than an armor. 1
skyrimsucks Posted February 19, 2022 Posted February 19, 2022 i got question about passing color via script should i use rgb numbers like: SlaveTats.simple_add_tattoo(akSpeaker, "_Face Tat_", "Tat1", "255,255,255") or in different format?
murfk Posted February 19, 2022 Author Posted February 19, 2022 (edited) 2 hours ago, skyrimsucks said: i got question about passing color via script should i use rgb numbers like: SlaveTats.simple_add_tattoo(akSpeaker, "_Face Tat_", "Tat1", "255,255,255") or in different format? You need to use a different format: Say you want the color #267ede (That's the HTML "hex" representation of the color, which pretty much any color picker tool will show you). On Windows, open the built-in calculator program. Mac probably has something similar, but I'm not familiar enough to give instructions. Set the calculator to programmer mode by clicking on the menu button in the top left of the window and selecting "Programmer" Click the word "HEX" on the left side of the screen, just below the number display. The little blue marker on the left side should move to be next to the word HEX. Enter 267EDE into the calculator To the right of the word DEC, which should be right under HEX, is a number. Right click on it to copy it to the clipboard. That number is your color. You can pass it to simple_add_tattoo, add it to a JSON file, etc. (Note that the copied version does not have commas in it. That's how it should be. If you include the commas in your color it will not work) Edited February 19, 2022 by murfk Clarity 1
chaimhewast Posted February 19, 2022 Posted February 19, 2022 Looking at the CK wiki, you can save a step by using 0x notation. So rather than converting 267ede to decimal, you can use 0x267ede. 1
skyrimsucks Posted February 19, 2022 Posted February 19, 2022 8 hours ago, murfk said: You need to use a different format: Say you want the color #267ede (That's the HTML "hex" representation of the color, which pretty much any color picker tool will show you). On Windows, open the built-in calculator program. Mac probably has something similar, but I'm not familiar enough to give instructions. Set the calculator to programmer mode by clicking on the menu button in the top left of the window and selecting "Programmer" Click the word "HEX" on the left side of the screen, just below the number display. The little blue marker on the left side should move to be next to the word HEX. Enter 267EDE into the calculator To the right of the word DEC, which should be right under HEX, is a number. Right click on it to copy it to the clipboard. That number is your color. You can pass it to simple_add_tattoo, add it to a JSON file, etc. (Note that the copied version does not have commas in it. That's how it should be. If you include the commas in your color it will not work) awesome, i just got 1 another question: i noticed when i delete or add tats via script i only passes 1 tat change at time and ignores rest. is there workaround to has to be 1 at time till changes are applied?
murfk Posted February 20, 2022 Author Posted February 20, 2022 22 hours ago, chaimhewast said: Looking at the CK wiki, you can save a step by using 0x notation. So rather than converting 267ede to decimal, you can use 0x267ede. Good point. JSON however does not support 0x notation or any other form of hexidecimal input, , so you'll need to convert if you put the colors into a JSON file. 16 hours ago, skyrimsucks said: awesome, i just got 1 another question: i noticed when i delete or add tats via script i only passes 1 tat change at time and ignores rest. is there workaround to has to be 1 at time till changes are applied? You can pass last = false to all but the last tattoo change (last is the parameter right after color in simple_add_tattoo) and SlaveTats will apply the changes all at once. 1
walmartsecurityguard Posted February 23, 2022 Posted February 23, 2022 Any idea why all my tattoo choices get erased upon loading a save/quicksave? I have to reapply each one manually every time. 1
fyredraken Posted February 23, 2022 Posted February 23, 2022 this may have already been covered and i just missed it. How do you add an NPC as a target? I have some cows I want to brand.
Alayia Posted February 24, 2022 Posted February 24, 2022 On 2/23/2022 at 1:48 PM, walmartsecurityguard said: Any idea why all my tattoo choices get erased upon loading a save/quicksave? I have to reapply each one manually every time. Same, I dont understand 1
Savinera Posted February 25, 2022 Posted February 25, 2022 On 2/23/2022 at 12:48 PM, walmartsecurityguard said: Any idea why all my tattoo choices get erased upon loading a save/quicksave? I have to reapply each one manually every time. It's a known issue for quite a number of people, I already posted threads on other sites and no one knows what's causing it. I kinda suspected Racemenu. As always, the only replies those threads get are "same here", "same", and "yeah me too". Very helpful indeed. 1
titlover123 Posted February 25, 2022 Posted February 25, 2022 I'm playing on LE and for some reason i can't make this mod work, the MCM appears but it does not have an option to re-scan tats, as in there is no option at all, i am on version 1.3.6 and i have all the requirements, so could anyone give me some pointers as to why it doesn't work?
bnub345 Posted February 25, 2022 Posted February 25, 2022 1 hour ago, titlover123 said: I'm playing on LE and for some reason i can't make this mod work, the MCM appears but it does not have an option to re-scan tats, as in there is no option at all, i am on version 1.3.6 and i have all the requirements, so could anyone give me some pointers as to why it doesn't work? The LE version should automatically search for everything so there is no scan option.
natybs Posted March 2, 2022 Posted March 2, 2022 hey so slavetats turns my character blue as soon as i go to open the slavetats mcm. any ideas how to fix this?
chaimhewast Posted March 3, 2022 Posted March 3, 2022 8 hours ago, natybs said: hey so slavetats turns my character blue as soon as i go to open the slavetats mcm. any ideas how to fix this? Slavetats on its own doesn't do that. Blue characters are caused by a missing texture. That used to be fairly common with older versions of Sexlab Survival's "trauma" feature, but really it could be any mod that applies Racemenu or Slavetats overlays.
wangmaheng626 Posted March 4, 2022 Posted March 4, 2022 I tested the newest SE version on LE, and there's a weird problem. I can choose the section/catagory as usual, and the "pattern" just shows the first tattoo in this pack. However, when I open up the pattern menu, there's nothing, the menu is just empty. But if I don't open up the pattern menu, I can still apply the default tattoo (the first one) on my pc. What could cause this?
wangmaheng626 Posted March 4, 2022 Posted March 4, 2022 I tried to override the 1.36LE version with LinaHirata's patch, and it works fine. Seems there could still be some potential compatibility issue.
murfk Posted March 5, 2022 Author Posted March 5, 2022 16 hours ago, wangmaheng626 said: I tried to override the 1.36LE version with LinaHirata's patch, and it works fine. Seems there could still be some potential compatibility issue. Yeah, the latest version doesn't work as well as I'd hoped on LE.
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