majorfreak Posted October 13, 2023 Posted October 13, 2023 On 10/11/2023 at 1:23 PM, murfk said: Also, just so you all know, I use SlaveTats, 3BA, CBPC, and FasterHDT together all the time. It's definitely not a guaranteed CTD to combine them. likewise. btw, when i said "merged" i meant it not in the sense of the old 'merge' (i skipped a few years and came back for AE so missed all the fun 256+ mods) but in the sense of unzipping or installing a patch file from someone's comment section (or a patch page) onto the original mod - instead of making a separate mod lower in the left pane order for MO2
naan_horh Posted October 13, 2023 Posted October 13, 2023 Um hi, I have a problem and I don't quite understand what I did wrong. After installing the mod, I now have a tab in the Menu Manager: Rape Tattoo. Instead of Slave Tattoo Plus, mods that ask for Slave Tats do not see Valid tattoos. For example, DF cannot add tattoos to my character at the end of the scene. Yes, Rape Tattoo is not the same as Slave Tats, I installed Slave Tats a long time ago and everything was ok, I could either get a tattoo or add it myself to my character, but Rape Tattoo does not have such functionality and I’m sure that I I didn’t put anything for the tattoo except Slave Tats
Guest Posted October 13, 2023 Posted October 13, 2023 Hello, I need a bit of help. Slave tats is able to give tattoos to (face, food and hands) but for the body it is grey and not able to do anything .. Is there a way to fix that ? Thanks in advance
aonduine Posted October 14, 2023 Posted October 14, 2023 Looking for some troubleshooting if anyone can help me. Slavetats isn't working for some reason. I had it for LE and it was an amazing mod, in my top 20. I switched over to AE about a week ago and for some reason slavetats isnt working despite it's the same skin (Fairskin) same showracemenu mod (ECE) and same tattoo pack (LewdMarks) all are SE/AE versions. I installed, reinstalled and tried to adjust the MCM a few times but idoesn't matter which tattoo I select, nothing happens. Can anyone please help me?
Omnishade Posted October 27, 2023 Posted October 27, 2023 I'm having an issue with RapeTattoos disappearing after a few seconds and according to the author of that mod it's a synchronyzation conflict between ZAZ and SlaveTats. They appear temporarily but don't get saved in SlaveTats. Is there anything that can be done about it? I'm not playing Skyrim without those mods.
Omnishade Posted November 1, 2023 Posted November 1, 2023 On 10/14/2023 at 9:59 PM, aonduine said: Looking for some troubleshooting if anyone can help me. Slavetats isn't working for some reason. I had it for LE and it was an amazing mod, in my top 20. I switched over to AE about a week ago and for some reason slavetats isnt working despite it's the same skin (Fairskin) same showracemenu mod (ECE) and same tattoo pack (LewdMarks) all are SE/AE versions. I installed, reinstalled and tried to adjust the MCM a few times but idoesn't matter which tattoo I select, nothing happens. Can anyone please help me? What about it is not working? If you choose a tattoo manually, what happens? Do you have all the required mods listed on the first page?
aonduine Posted November 1, 2023 Posted November 1, 2023 7 hours ago, RoninDog said: What about it is not working? If you choose a tattoo manually, what happens? Do you have all the required mods listed on the first page? the tattoos dont show up at all, in any capacity, manually or otherwise. i have gone through every last tattoo that i have and they don't appear after i applied them in-game. went back to LE just to see if anything is different. nothing. they're all the same mods just SE versions of them but for some reason they don't appear when applied.
Omnishade Posted November 1, 2023 Posted November 1, 2023 2 hours ago, aonduine said: the tattoos dont show up at all, in any capacity, manually or otherwise. i have gone through every last tattoo that i have and they don't appear after i applied them in-game. went back to LE just to see if anything is different. nothing. they're all the same mods just SE versions of them but for some reason they don't appear when applied. I have no idea, but to troubleshoot it you can try it with just SlaveTats and its requirements, and LAL for a faster start.
sircool Posted November 8, 2023 Posted November 8, 2023 (edited) Recently my saves have had the permanent loading screen issue. I've uninstalled all my mods, turns out it's slave tats. Which i'd be fine without, but there's one certain npc I modified with this who's skin is now purple on loading back up and I have no clue on how to fix them. I can't play the game with slave tats installed to undo the tats themselves because it just starts the infinite load screen issue again. I've also uninstalled, reinstalled tats for it to load back in, be able to remove the tats on the npc, but then crashes when saving. Edited November 8, 2023 by sircool
flinch147 Posted November 9, 2023 Posted November 9, 2023 I have implemented a system which dynamically adjusts the alpha and color of a specific non-glowing tattoo in response to player situation, but I really want to dynamically change the hue and intensity of the glow as well. I can't see a way to do it with the high-level API and the low-level API is a little too complex for me. Is it: A) possible to pass a value into a function the sets the color of the tattoo glow, like with the basic color parameter of simple_add_tattoo()? B) possible to pass a value into a function the sets the transparancy/intensity of the tattoo glow, like with the basic alpha parameter of simple_add_tattoo()? C) even conceptually possible to do these things or am I misunderstanding how glow works?
flinch147 Posted November 10, 2023 Posted November 10, 2023 19 hours ago, flinch147 said: Bleh. The glow ended up being trivial to deal with but the ShaderEmissiveMultiple is hardcoded at 1.0 in the synchronize_tattoos() function so I had to duplicate an ugly amount of the script. For anyone interested, the new function is SlaveTats_simpleglowextension.simple_add_tattoo_glow(Actor target, string section, string name, int color = 0, int glow = 0, bool last = true, bool silent = false, float alpha = 1.0, float emissivemult = 1.0) which allows base color, glow color, overall transparency and glowing intensity to be set independently scripts.zip
Rollon9 Posted November 11, 2023 Posted November 11, 2023 (edited) I can add tattoo on every body parts except face.... Edited November 11, 2023 by Rollon9
murfk Posted November 12, 2023 Author Posted November 12, 2023 16 hours ago, Rollon9 said: I can add tattoo on every body parts except face.... That is disabled by the default skee settings, due to a possibility of triggering a CTD if a person with a face overlay is beheaded. You can re-enable it in skee.ini
gokugokugoku112 Posted November 21, 2023 Posted November 21, 2023 Using the latest JContainers doesn't work for me, it just says 'you need j containers 3 or up'. What do I do?
ttpt Posted December 4, 2023 Posted December 4, 2023 On 10/8/2023 at 2:55 PM, OsmelMC said: @murfk The mod keep updating the actors that not longer have tattoos on the on load game event. For example I set tattoos on some NPC's and for I remember never set tattoos on the player but at the load game event the SlaveTats ask me to wait until the player and the NPC's that have or not longer have tattoos get updated making me wait a lot for none reason. I understand that after the tattoos get removed from the actor, that actor should be updated at least one time but they should also be removed at the end from the "known_targets" list and they aren't. By the way the actors without SlaveTats that are being updated on the game load event, have external overlays detected by the SlaveTats on it's MCM so probably that be somehow related. I'm having this issue too, it mostly presented itself after I loaded a character too see if they had any tats on them, which they didn't, but now on load. every time, slavetats starts working on them even though there's no need to do it. The list is about 5 characters long but I really wish it would just not do that, since there's no tats on them whatsoever. On 9/8/2023 at 11:54 PM, DrSeptimus said: Guys, how do I remove pigeon from the actor list? I did't tattoo the pigeon but the pigeon been remain in the list for quite awhile. I would like to have unrelated actor remove from the list. Basically the solutions would be like being able to remove the pigeon from the managed actors list, but in this case I want to remove actors that have been checked with the system before but that no longer need to be managed by slavetats.
OsmelMC Posted December 5, 2023 Posted December 5, 2023 3 hours ago, ttpt said: I'm having this issue too I already tweak the SlaveTats scripts on my game to erase the onLoadGame list once checked but probably have some side effects so is better if the author check it.
ttpt Posted December 5, 2023 Posted December 5, 2023 1 hour ago, OsmelMC said: I already tweak the SlaveTats scripts on my game to erase the onLoadGame list once checked but probably have some side effects so is better if the author check it. Oh, I'd love to take a risk on that, I love all your other tweaks. Would never even dream of complaining if something breaks.
DrSeptimus Posted December 5, 2023 Posted December 5, 2023 8 hours ago, ttpt said: I'm having this issue too, it mostly presented itself after I loaded a character too see if they had any tats on them, which they didn't, but now on load. every time, slavetats starts working on them even though there's no need to do it. The list is about 5 characters long but I really wish it would just not do that, since there's no tats on them whatsoever. Basically the solutions would be like being able to remove the pigeon from the managed actors list, but in this case I want to remove actors that have been checked with the system before but that no longer need to be managed by slavetats. Yeah.. it only need to tackle 2 problem. 1) Remove actor list that are no longer relevant. 2) Prevent tattoo from disappearing. I don't know why, but some actor have their tattoo gone missing and I got to reapply it after a period of time.
OsmelMC Posted December 5, 2023 Posted December 5, 2023 7 hours ago, DrSeptimus said: Prevent tattoo from disappearing. I don't know why, but some actor have their tattoo gone missing and I got to reapply it after a period of time. That is probably another Mod removing all the overlays. For example "Cum Overlays" can do that when the cum is cleaned. In cases like that the SlaveTats will reapply the tattoos on the next game loaded.
Serenity_XXI Posted December 8, 2023 Posted December 8, 2023 (edited) When triggering SlaveTats I get an error message saying it requires either RaceMenu or NiOverride. I'm using the latest version of RaceMenu (v0.4.19.14) with Skyrim SE (v1.6.640). Latest version of SlaveTats as well (v1.3.9). How can I fix this issue? Why doesn't SlaveTats detect that I have RaceMenu installed? So far only solution I tried was to downgrade from 1.3.9 -> 1.3.7 (as suggested by a member here). For me that did not solve the problem. In case it matters the mod I'm using that tried to trigger SlaveTats is Dealing with Sexual Daedra 1.0 P.S - Just to clarify, I'm able to apply tats manually via SlaveTats' MCM menu. But when a mod is trying to use SlaveTats API I get the error message and it fails. Edited December 8, 2023 by Serenity_XXI
Attenater Posted December 9, 2023 Posted December 9, 2023 Does anyone know what pack the belly dick meter tattoo is from? 4
Just_X Posted December 16, 2023 Posted December 16, 2023 Greeting guys. Just encountered some issues in the usage of the newest version of the mod. The tattoo settings only work on specific followers, but not all of them. Even the followers come from the same mod. And my character has a valid display of tattoos. I'd like to receive some possible fix on this ?
o0shamus0o Posted December 17, 2023 Posted December 17, 2023 There used to be a tattoo pack of the Twilight Princess Midna Runes does anyone still have a link for it i cant find it anywhere
DoggyBowWowRuff Posted December 22, 2023 Posted December 22, 2023 Sorry if this has been asked before but I'm having issues with SlaveTats not showing the option to switch pages. Everything else works fine and I did increase my overlay limit in Racemenu
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