Guest Posted November 3, 2022 Posted November 3, 2022 Would be cool if there was a stand-alone mod to wipe away cum in slacs maybe a layer at a time.
shadowman2777 Posted November 3, 2022 Posted November 3, 2022 (edited) Dirt and blood bathing does wipe it away. You can add/remove individual layers from SLACS MCM. Edited November 3, 2022 by shadowman2777
shadowman2777 Posted November 5, 2022 Posted November 5, 2022 Sorry I forgot you need this addon for that. https://www.loverslab.com/topic/184483-dirt-blood-cum/
Guest Posted November 7, 2022 Posted November 7, 2022 I ended up up making a pythons code that generates a bat file to do this for me, then hot keyed it using console binder
manafalls Posted November 7, 2022 Posted November 7, 2022 7 hours ago, madony said: I ended up up making a pythons code that generates a bat file to do this for me, then hot keyed it using console binder Can you share it? I've had no luck trying any of the usual console command hacks. I even tried using MCM recorder to record cleaning via the MCM and then using the recording, and that also didn't work.
Guest Posted November 7, 2022 Posted November 7, 2022 (edited) 4 hours ago, manafalls said: Can you share it? I've had no luck trying any of the usual console command hacks. I even tried using MCM recorder to record cleaning via the MCM and then using the recording, and that also didn't work. sure made the pythond code really quick its not the most beutiful thing, but im currently looking to see if interest in the tool for debugging and general use. If there is i'm gonna post it officially on nexus. anyways. here is how to use it for our purpose first unpack BatTextMaker into your skyrim directory, where the skyrim.exe is BatTextMaker.rar next go in game and type in help slacs. Take note of the id with the smallest hex and largest hex number related to slacs. Now go back and open textmaker.exe. enter your function, for this use it would be "player.sme" sme stands for stop magic effect next enter what your plugin load order id. For me it was 23, refer to the numbers circled in white. (number depends on your load order, very unlikely it is same number as mine) Then enter your small hex digit. For me it was d62 which is the digits circled in green. Then enter your large hex digit. For me it was 4a23 which is the digits circled in red. hit enter, or type n when it asks "is their a quantity/thirdline needed?" Yours should look similar to this so far, here is what mine looks like. raw command is just whatever input you want in the bat file. For immersion you could play some kind of idle. or if you dont care you can just spam enter untill the program closes. for me i used the idle paf_clean from the pee/fart mod. at this point you should be able type in "bat mytext" in the console in game and it should hide all the slacs effects you can make a copy of "thetext" in the directory and rename it if you want it to be a different bat file, but you need a text file called "thetext" in the same directory as the exe for the program to edit it. "thetext" should look similar to this you can also use console binder to bind the bat command to some hotkey. Awesome mod https://www.nexusmods.com/skyrimspecialedition/mods/54846 Edited November 7, 2022 by madony
Guest Posted November 7, 2022 Posted November 7, 2022 also 51 minutes ago, madony said: sure made the pythond code really quick its not the most beutiful thing, but im currently looking to see if interest in the tool for debugging and general use. If there is i'm gonna post it officially on nexus. anyways. here is how to use it for our purpose first unpack BatTextMaker into your skyrim directory, where the skyrim.exe is BatTextMaker.rar 6.45 MB · 1 download next go in game and type in help slacs. Take note of the id with the smallest hex and largest hex number related to slacs. Now go back and open textmaker.exe. enter your function, for this use it would be "player.sme" sme stands for stop magic effect next enter what your plugin load order id. For me it was 23, refer to the numbers circled in white. (number depends on your load order, very unlikely it is same number as mine) Then enter your small hex digit. For me it was d62 which is the digits circled in green. Then enter your large hex digit. For me it was 4a23 which is the digits circled in red. hit enter, or type n when it asks "is their a quantity/thirdline needed?" Yours should look similar to this so far, here is what mine looks like. raw command is just whatever input you want in the bat file. For immersion you could play some kind of idle. or if you dont care you can just spam enter untill the program closes. for me i used the idle paf_clean from the pee/fart mod. at this point you should be able type in "bat mytext" in the console in game and it should hide all the slacs effects you can make a copy of "thetext" in the directory and rename it if you want it to be a different bat file, but you need a text file called "thetext" in the same directory as the exe for the program to edit it. "thetext" should look similar to this you can also use console binder to bind the bat command to some hotkey. Awesome mod https://www.nexusmods.com/skyrimspecialedition/mods/54846 if slacs changes load order then the first two hex digits will change btw so you will have to do this again. or you can just find a way to lock slacs to a specific load order
manafalls Posted November 8, 2022 Posted November 8, 2022 10 hours ago, madony said: also if slacs changes load order then the first two hex digits will change btw so you will have to do this again. or you can just find a way to lock slacs to a specific load order Thanks for the insight! Knowing now what the outcome should be, I decided to sideways engineer this. I exported all of SLAC's magic effect form ids from SSEdit and built a simple spreadsheet that rebuilds them with the current load order prefix and concatenates them with the "player.sme " command. A simple copy and paste of the list and I've got a working SLACS bat cleaner that's easy to update. Hooray! (Your way is still a step or so fewer I think, but it was a fun little exercise for me)
Guest Posted November 8, 2022 Posted November 8, 2022 3 hours ago, manafalls said: Thanks for the insight! Knowing now what the outcome should be, I decided to sideways engineer this. I exported all of SLAC's magic effect form ids from SSEdit and built a simple spreadsheet that rebuilds them with the current load order prefix and concatenates them with the "player.sme " command. A simple copy and paste of the list and I've got a working SLACS bat cleaner that's easy to update. Hooray! (Your way is still a step or so fewer I think, but it was a fun little exercise for me) Earlier today I ended up making another file that lets you change the index of all of the ids of everything in the txt file. Made updating super easy. Happy to hear you got it working!
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