Jump to content

Recommended Posts

Posted

I'm using latest version of Bathing in Skyrim tweaked with tamai's patches and the mod itself seems to be working, however for some reason the MCM is not showing options to sex-related dirtness.

Fyi, this happened in a new game in SSE, with version 2.0.20 of Skyrim Script Extender. Not updated to anniversary edition.

  • 4 weeks later...
Posted (edited)

@Monoman1

EDIT: ok nvm I just remembered that Slaverun might have a pattern for doing this. I ll dig into that first, sorry! 

 
sorry for interupting, but I want to work with amputator framework but without making it a dependency.


I was hoping that it can receive mod events to start amputation but it seems not.

Is there another way? after somehow messing up the DD "libs" getformfromfile over a year ago I do not want to repeat the misstake :P
 

 

Edited by Nymra
Posted

Using the latest bathing tweak.  After bathing, my character redresses, and then a little bit later strips again to part of my outfit.  Any idea why this might be happening?

Posted
On 3/13/2022 at 1:17 PM, safado said:

 

You have a typo in the folder name.  You have it as "script" instead of "scripts".

ooopsy ?

 

 

 

hi the link for bathing ver 3.3 tweak scripts doesn't work 

Posted
14 minutes ago, timothyk1 said:

hi the link for bathing ver 3.3 tweak scripts doesn't work 

 

Go to original quoted post, before mine.  He re-uploaded it, and the original reference broke.

Posted (edited)

The SE version of Bathing in Skyrim has a patch to change water detection to a function provided by https://www.nexusmods.com/skyrimspecialedition/mods/22854 That removes the need to give all water the "dangerous" flag, so you get to keep all splash vfx. No idea why the author decided to release the patch on Dropbox, but there it is https://www.dropbox.com/s/kxx1msy49js71s7/Bathing in Skyrim SE 1.43 Haz Improved Water Detection.7z?dl=0

 

This script attempt to combine Monoman's tweaks with the water detection patch. So far it works fine for me.

 

mzinBatheQuest.psc mzinBatheQuest.pex

 

Edit: Just saw someone else already posted similar scripts a month ago. Ah well.... could have saved myself some work.

Edited by caqa
  • 2 weeks later...
Posted

I've been having an issue for a while where the YPS tweak won't apply any sort of makeup to the face. I'm also using SLS and neither of them will update or add face overlays, but everything else like hair and nails works perfectly fine. I know that the textures are installed correctly because I can apply them manually from slave tats and I also noticed that makeup will apply just fine on a new save before selecting an alternate start while I'm in the cell, but as soon as I sleep after choosing a start it stops working. Anyone encounter this issue or have any suggestions on what might be going wrong?

  • 2 weeks later...
  • 4 weeks later...
Posted (edited)

I want to recompile the mzinBatheQuest.psc script with water fix to add support for SLACS to it but it doesn't compile. I installed Frostfal,  Campfire, Equipment overhaul, SKYUI SDK, fade tattoo, CheskoPapyrusShared and extract their scripts but the compiler still gives these errors:

 

mzinBatheQuest.psc

F:\Games\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\_camp_skyuiconfigpanelscript.psc(411,33): AddInputOption is not a function or does not exist
F:\Games\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\_camp_skyuiconfigpanelscript.psc(411,4): type mismatch while assigning to a int (cast missing or types unrelated).

 

I only want to add this to ShowerActor and BathActor functions.

 

Quest SLACS
;
	If Init.IsSexlabInstalled
		SexlabInt.SlClearCum(DirtyActor)
	EndIf
	If ((SLACS as Quest) as Bool) != True
		SLACS = Game.GetFormFromFile(0x00005557, "SLACS.esp") As Quest
	EndIf
	If ((SLACS as Quest) as Bool)
		SLACS_library SLACSLib = SLACS As SLACS_library
		SLACSLib.ClearCum(DirtyActor)
	EndIf
;

 

 

 

Edited by mort65
Posted (edited)
1 hour ago, mort65 said:

I want to recompile the mzinBatheQuest.psc script with water fix to add support for SLACS to it but it doesn't compile. I installed Frostfal,  Campfire, Equipment overhaul, SKYUI SDK, fade tattoo, CheskoPapyrusShared and extract their scripts but the compiler still gives these errors:

 

mzinBatheQuest.psc

F:\Games\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\_camp_skyuiconfigpanelscript.psc(411,33): AddInputOption is not a function or does not exist
F:\Games\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\_camp_skyuiconfigpanelscript.psc(411,4): type mismatch while assigning to a int (cast missing or types unrelated).

 

I only want to add this to ShowerActor and BathActor functions.

 

Quest SLACS
;
	If Init.IsSexlabInstalled
		SexlabInt.SlClearCum(DirtyActor)
	EndIf
	If ((SLACS as Quest) as Bool) != True
		SLACS = Game.GetFormFromFile(0x00005557, "SLACS.esp") As Quest
	EndIf
	If ((SLACS as Quest) as Bool)
		SLACS_library SLACSLib = SLACS As SLACS_library
		SLACSLib.ClearCum(DirtyActor)
	EndIf
;

 

 

mzinBatheQuest.psc 24.35 kB · 0 downloads

For some reason the skyui sdk does not include some source files and need to be decompiled using champolion

 

Note: please don't post this file as you are casting to an external type without proper safeguards and could potentially cause serious issues for anyone not running slac.

Edited by Monoman1
Posted
16 hours ago, Monoman1 said:

For some reason the skyui sdk does not include some source files and need to be decompiled using champolion

 

Note: please don't post this file as you are casting to an external type without proper safeguards and could potentially cause serious issues for anyone not running slac.

Thanks, I found the correct SDK files then fixed some other errors in chesko files and edit, decompile some of them then downloaded fnis sexy moves and DDi too and change the part I wanted to add to this to compile the script and it seems to be working but I don't know if it's safe or not:

 

Quest Property SLACS Auto Hidden

Function BatheActor..
'''
	If Init.IsSexlabInstalled
		SexlabInt.SlClearCum(DirtyActor)
	EndIf
	If ((SLACS as Quest) as Bool) != True
		SLACS = Game.GetFormFromFile(0x00005557, "SLACS.esp") As Quest
	EndIf
	If ((SLACS as Quest) as Bool)
		SLACS_main slacsMain = SLACS as SLACS_main
		slacsMain.ClearCum(DirtyActor)
	EndIf
...

 

Posted
15 minutes ago, mort65 said:

I don't know if it's safe or not:

Unless you've made SLAC a hard dependency then it's not really. 

You're casting to an external type here:

SLACS_main slacsMain = SLACS as SLACS_main

This is potentially dangerous for people that don't use SLAC. 

I'm also not sure what type of variable 'SLACS' is without seeing the full script. It could also be a problem (if SLAC is not a hard dependency). I'd guess it's type 'Quest'? Which should be ok. 

 

 

See the OP here for a description of the issue: https://www.loverslab.com/topic/106848-multiple-mods-with-soft-dependency-to-the-same-resource/

 

 

And further down for a potential fix for it: https://www.loverslab.com/topic/106848-multiple-mods-with-soft-dependency-to-the-same-resource/?do=findComment&comment=2933753

 

 

Bits in between could probably be skipped. 

 

Posted
43 minutes ago, Monoman1 said:

Unless you've made SLAC a hard dependency then it's not really. 

You're casting to an external type here:

SLACS_main slacsMain = SLACS as SLACS_main

This is potentially dangerous for people that don't use SLAC. 

I'm also not sure what type of variable 'SLACS' is without seeing the full script. It could also be a problem (if SLAC is not a hard dependency). I'd guess it's type 'Quest'? Which should be ok. 

 

 

See the OP here for a description of the issue: https://www.loverslab.com/topic/106848-multiple-mods-with-soft-dependency-to-the-same-resource/

 

 

And further down for a potential fix for it: https://www.loverslab.com/topic/106848-multiple-mods-with-soft-dependency-to-the-same-resource/?do=findComment&comment=2933753

 

 

Bits in between could probably be skipped. 

 

Yes, SLACS is name of the quest that have the slacs_Main  script.

So if I change  

Quest Property SLACS Auto Hidden

to

 

Quest Property SLACS Auto 

and make SLACS a hard dipendency it won't cause any problem? 

Thanks for the answer.

Posted
Just now, mort65 said:

Yes, SLACS is name of the quest that have the slacs_Main  script.

So if I change  

Quest Property SLACS Auto Hidden

to

 

Quest Property SLACS Auto 

and make SLACS a hard dipendency it won't cause any problem? 

Thanks for the answer.

Yes, that should be fine.

  • 2 weeks later...
Posted
On 3/6/2022 at 8:35 AM, tamai said:

For those who want it because it took me hours to do myself ><

Bathing In Skyrim Tweaked v3.3 (14-May-2021) (for SE + water detection)


Download

1. powerofthree payprus extender

2. Bathing in Skyrim Special Edition - Unofficial Conversion

3. Bathing In Skyrim Tweaked v3.3 (overwrite all files and convert over to SE or dont)
4. Go here download HAZ improved water detection (only need the ESP)
5. use these scripts Bathing In Skyrim Tweaked v3.3 SE+water detection.7z  and replace all.

 

anyway thats it! (should work with every water mod without the need for a patch)

 

Thanks for the patch, it works perfectly for my character.

On a side note, does it somehow not work for followers? When I ask my follower to take a bath, they just ask if there's water nearby even if they are standing in the water (Unchecking the water requirement works).

Posted (edited)
On 6/30/2022 at 9:27 AM, Saber2th said:

 

Thanks for the patch, it works perfectly for my character.

On a side note, does it somehow not work for followers? When I ask my follower to take a bath, they just ask if there's water nearby even if they are standing in the water (Unchecking the water requirement works).

@tamai I notice the instructions say to let HAZ override bathing in Skyrim, but if you do so and actually look at it in Xedit, this eliminates all of the BIS tweaked conditions by overriding them. Should we not be merging the requirements with a patch in the ESP?

 

might be why @Saber2th cant get those items to work.

Edited by sirgilly
Posted
5 hours ago, sirgilly said:

@tamai I notice the instructions say to let HAZ override bathing in Skyrim, but if you do so and actually look at it in Xedit, this eliminates all of the BIS tweaked conditions by overriding them. Should we not be merging the requirements with a patch in the ESP?

 

might be why @Saber2th cant get those items to work.

 

i said overwrite all with BIS Tweaked, but i guess its confusing i have activate Haz water tweaks in the next step.

Posted
50 minutes ago, tamai said:

 

i said overwrite all with BIS Tweaked, but i guess its confusing i have activate Haz water tweaks in the next step.

Gotcha, if haz is being overwritten though, why do we need the esp, is it a deendancy?

  • 2 weeks later...
Posted

I'm getting a strange bug with amputator. Sometimes when I get hit part of my characters body goes invisible and my game stutters really bad. If I open menus the stuttering stops but the only way I've been able to fix it is via curing any amuptation and opening racemenu. Anyone know what causes this issue to even happen? 

  • 2 weeks later...
Posted
On 7/17/2022 at 5:20 AM, RoxDox said:

I'm getting a strange bug with amputator. Sometimes when I get hit part of my characters body goes invisible and my game stutters really bad. If I open menus the stuttering stops but the only way I've been able to fix it is via curing any amuptation and opening racemenu. Anyone know what causes this issue to even happen? 

 

Do you use any SMP armour?  I found using an armour set with SMP physics would drop my framerate to a bad slideshow if my character was amputated while wearing it.  I had to unequipped the armour or heal the amputation.

 

Posted
5 hours ago, Ethetrix said:

 

Do you use any SMP armour?  I found using an armour set with SMP physics would drop my framerate to a bad slideshow if my character was amputated while wearing it.  I had to unequipped the armour or heal the amputation.

 

That would probably explain it. I do use BHUNP and you can alternate between SMP and CBP. I probably changed to SMP and saw the issue. Seeing it never happened beforehand 

 

Posted (edited)

I'm not sure if an addon like Dairy of Mine is messing with this, but I can't get the Rape Tattoos tweak to work on PAH slaves. Regular NPCs work (haven't tried on a hydragegon slave girl yet)

 

My experience with the Tats mod is so little but i one day hope i can configure or someone can make a setting thats like a PAH/Zaz version of your Bathing in skyrim tweak where slaves get dirty from sex without having to do the limited settings on them everytime

Edited by McLovin3
Posted
On 3/6/2022 at 4:35 AM, tamai said:

For those who want it because it took me hours to do myself ><

Bathing In Skyrim Tweaked v3.3 (14-May-2021) (for SE + water detection)


Download

1. powerofthree payprus extender

2. Bathing in Skyrim Special Edition - Unofficial Conversion

3. Go here download HAZ improved water detection (only need the ESP)
4. Bathing In Skyrim Tweaked v3.3 (overwrite all files and convert over to SE or dont)
5. use these scripts Bathing In Skyrim Tweaked v3.3 SE+water detection.7z  and replace all.

 

anyway thats it! (should work with every water mod without the need for a patch)

Thanks for your patch. May I ask you to make a compability patch for "Bathing in skyrim tweaked+water detection" and "pee and fart se"?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...