yammas Posted May 31, 2022 Posted May 31, 2022 i want port this https://www.nexusmods.com/skyrim/mods/93433 there is 2 dds file, do i need modify anything or just paste it into slavetat, thanks alot
chaimhewast Posted May 31, 2022 Posted May 31, 2022 4 hours ago, yammas said: do i need modify anything or just paste it into slavetat You need to create a Slavetats json file for them, but the textures can be used as-is.
sickboy791 Posted June 3, 2022 Posted June 3, 2022 (edited)  hey, imade some tattoo, what do you think ?  dawnguardtattoos.zip  Spoiler Edited June 3, 2022 by sickboy791 1
joe_yawiki Posted June 3, 2022 Posted June 3, 2022 54 minutes ago, sickboy791 said:  hey, imade some tattoo, what do you think ?  dawnguardtattoos.zip 146.97 kB · 0 downloads   Reveal hidden contents Look real nice. Hope you continue doing that. Also may I ask if this one create for cbbe or unp? 1
sickboy791 Posted June 3, 2022 Posted June 3, 2022 (edited)  On 6/3/2022 at 3:28 PM, joe_yawiki said: Look real nice. Hope you continue doing that. Also may I ask if this one create for cbbe or unp? CBBE, some of them might could work with others... i want to make a snake tattoo, a snake going all around the body, now therefor i made a chaintat to find the transitions between front and back...   dawntats.zip  Edited July 15, 2022 by sickboy791 love
Antiope_Apollonia Posted June 4, 2022 Posted June 4, 2022 I just found this in my Papyrus log: [06/04/2022 - 04:56:05PM] SlaveTatsExtra: [Follower mods] AFT=False EFF=False UFO=False standard=TRUE Â Since I use Nether's, would this explain why my follower keeps loosing her tattoos?
murfk Posted June 4, 2022 Author Posted June 4, 2022 3 hours ago, Antiope_Apollonia said: I just found this in my Papyrus log: [06/04/2022 - 04:56:05PM] SlaveTatsExtra: [Follower mods] AFT=False EFF=False UFO=False standard=TRUE Â Since I use Nether's, would this explain why my follower keeps loosing her tattoos? Â Nope. Actually, I use Nether's too. Â If you're using LE and certain wardrobe mods, that's the most likely reason for tattoos to become invisible.
NoppaiKohai Posted June 5, 2022 Posted June 5, 2022 Is there a way to speed Slave tats up? I've got like, uh, every slavetat ever made lol, and holy crap it's *so* slow. Even the Slavetat manager mod is slow at this point. I guess it might be sheer number of slave tats, but it's impossible that several gigs of slavetats would cause slow down  Public Whore basically dies when it tries to put the mandatory slavetat on my character and it takes 5+ minutes for the single tat to apply
Antiope_Apollonia Posted June 5, 2022 Posted June 5, 2022 1 hour ago, murfk said: If you're using LE and certain wardrobe mods, that's the most likely reason for tattoos to become invisible. I'm on SE, and I don't know what wardrobe mods you're referring to, but I'm not using much in that space. The only thing that particular follower really wears is Devious Devices anyway.  Also, not sure if it's relevant, but the follower doesn't have a custom body or anything—just uses my default bodyslide. I have a few dozen PAHE slaves who retain their tattoos fine, as does my PC, but my follower occasionally loses it—I think it happens on loading a save.
mabowabo Posted June 6, 2022 Posted June 6, 2022 First off thanks for this awesome mod! Anyway might be a silly question, but I recently reinstalled slavetats, and for some reason Im missing some tattoos that I was sure came with just the basic version, namely Tears for the face. If it didn't come with this mod, anyone know which pack would contain them? Thanks in advance
sickboy791 Posted June 6, 2022 Posted June 6, 2022 3 hours ago, mabowabo said: First off thanks for this awesome mod! Anyway might be a silly question, but I recently reinstalled slavetats, and for some reason Im missing some tattoos that I was sure came with just the basic version, namely Tears for the face. If it didn't come with this mod, anyone know which pack would contain them? Thanks in advance somewhere i guess it was makeup/tears left, right.dds
mabowabo Posted June 6, 2022 Posted June 6, 2022 (edited) 1 hour ago, sickboy791 said: somewhere i guess it was makeup/tears left, right.dds Oh, thanks for the quick reply. Hmm, I see the makeup has tears in the file name, but its Makeup > Running Mascara ingame. It's probably what I was looking for, but I was sure there was an actual Tears option before. Anyway thanks a lot for pointing this out, I suppose I'll use this instead:) Â EDIT: It might have been another mod then that came with the Tears option, though I have no idea which Edited June 6, 2022 by mabowabo
maankamara Posted June 6, 2022 Posted June 6, 2022 (edited) Could we get a global function to change the glow of a tattoo? The one that has glow attribute is the one that otherwise ignores the slavetats management. Or am I just blind and stupid? Â In any case, great work with this one! It really makes applying tattoo overlays easy with mods. Edited June 6, 2022 by maankamara
murfk Posted June 6, 2022 Author Posted June 6, 2022 2 hours ago, maankamara said: Could we get a global function to change the glow of a tattoo? The one that has glow attribute is the one that otherwise ignores the slavetats management. Or am I just blind and stupid? Â In any case, great work with this one! It really makes applying tattoo overlays easy with mods. Â It's already possible. Check out how the MCM menu applies glow, for example. 1
maankamara Posted June 7, 2022 Posted June 7, 2022 (edited) 21 hours ago, murfk said: Â It's already possible. Check out how the MCM menu applies glow, for example. I'll be perfectly honest. The MCM file is a bit overwhelming. As a fledgling scripter I have no clue where to start if I want my script to apply a glow to a tattoo using the arrays used there. Any tips would be much appreciated! Â EDIT: I decided to go another route after all. Thank you for humoring me! Edited June 7, 2022 by maankamara
Iroha Posted June 12, 2022 Posted June 12, 2022 On 4/5/2022 at 2:42 PM, botticelli said: v1.3.7 running in LE: JContainers (LE) does not feature method JArray.asStringArray() used in line 144 in SlaveTatsMCMMenu.psc:  Reveal hidden contents  I made this change to have it work in LE:  Reveal hidden contents tattoo_menu_items = asStringArray(buffer) JValue.cleanPool("SlaveTats-_setup_tattoos") return false endfunction string[] Function asStringArray(int buffer) int count = JArray.count(buffer) string[] result if count > 0 result = Utility.CreateStringArray(count) int i = 0 while i < count result[i] = Jarray.getStr(buffer, i) i += 1 endwhile endif return result EndFunction   can you share your recompiled scripts?
botticelli Posted June 12, 2022 Posted June 12, 2022 38 minutes ago, Iroha said: can you share your recompiled scripts? sure, here you are. I can't remember why I also compiled SlaveTatsOnLoad.psc. It probably wasn't necessary, but I'll include it anyway. SlaveTats_MCM_LE.7z 1
Iroha Posted June 12, 2022 Posted June 12, 2022 34 minutes ago, botticelli said: sure, here you are. I can't remember why I also compiled SlaveTatsOnLoad.psc. It probably wasn't necessary, but I'll include it anyway. SlaveTats_MCM_LE.7z 15.84 kB · 0 downloads Works fine! Thank you very much^_^
BeyondTheHidden Posted June 16, 2022 Posted June 16, 2022 (edited) So I am encountering an issue, currently what is happening is that when I open up slave tats in the MCM its blank. No extra tabs and when I click on the default tab is closes. When I go back in game it say "slave tats is working on (character name)." and instantly afterwards. "Slave tats is done working on (character name)." Don't know exactly what I did wrong. My guess is that im missing a file somewhere but got no idea where. Â Addendum, I had disabled the mod went into the game with it disabled, quick saved reenabled the mod and it works now. so for anyone having this problem. Disable the mod, go in, save, log out, reenable the mod, go in, fixed. This may be different for other people but this is what worked for me. Edited June 17, 2022 by BeyondTheHidden 1
badbat111 Posted June 16, 2022 Posted June 16, 2022 (edited) is there a way to expand the slavetats options i noticed that because i have so many slavetats installed the ones at the bottom of the list are being removed from the menu as in all the tramp stamps for example due to having to many tatto options the ones that was at the bottom of the list has been bumped out of of the list so they cant be used  CVScrawlsB is in the list but due to having to many tattoo mods the CVScrawlsF is missing from the list and cant be selected at all  the CVScrawlsF is in the slavetats folder under textures but due to to much tattoos theve been removed from mcm thing even the whore tats have gone Edited June 16, 2022 by badbat111
ahsdg Posted June 17, 2022 Posted June 17, 2022 (edited) I tried making a tattoo for the first time using GIMP and the directions on the main page. But I cannot figure it out for the life of me. In game if keeps saying that there is an error finding it followed by a string of letters and numbers. I attached the file with the .dds and .json.  If anyone can tell me what im doing wrong id appreciate it  Also the .xcf file for GIMP Mytats.rar 1145113701_ImperialComfortUnit.xcf Edited June 17, 2022 by ahsdg added the .xcf file as well
sickboy791 Posted June 18, 2022 Posted June 18, 2022 (edited) 2 hours ago, ahsdg said: anyone mytats.zip  i don´t know what xcf is...  i guess you used the wrong format 1244 x 412 this cant be a bodymap,  i go jerk now  gn8 Edited June 18, 2022 by sickboy791
ahsdg Posted June 18, 2022 Posted June 18, 2022 (edited) 29 minutes ago, sickboy791 said: mytats.zip 53.96 kB · 0 downloads  i don´t know what xcf is...  i guess you used the wrong format 1244 x 412 this cant be a bodymap,  i go jerk now  gn8  haha thanks. what did you do to get that to work. When you say this cant be a body map, is that maybe i used the the wrong body file, or exported the .dds file incorrectly?  To sum up: I open femalebody_1.dds in GIMP, then create the tattoo as another layer (using the color #444544): In this case it was text box that I typed the tattoo into. Then I hide the other layers and export the tattoo alone as a .dds file. I do it as as BC3 file, no mipmap selected. Other than that I haven't really done anything. is there something in the process that I missed?  Edited June 18, 2022 by ahsdg
chaimhewast Posted June 18, 2022 Posted June 18, 2022 27 minutes ago, ahsdg said: is there something in the process that I missed? As sickboy said, your tattoo texture is the wrong resolution. Opening it up, I can see that it's only 1244x412 instead of the 8192x8192 of your working file. Try right-clicking on the "Imperial Comfort Unit #212" layer and using the "Layer to Image Size" button before exporting to DDS.
ahsdg Posted June 18, 2022 Posted June 18, 2022 13 minutes ago, chaimhewast said: As sickboy said, your tattoo texture is the wrong resolution. Opening it up, I can see that it's only 1244x412 instead of the 8192x8192 of your working file. Try right-clicking on the "Imperial Comfort Unit #212" layer and using the "Layer to Image Size" button before exporting to DDS. I see. Sorry I didnt catch that. I have never touched anything remotely like this in my life, so I appreciate the quick responses. Ill see about trying that out on the next image, if I can even find it in the program lol.
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