This mod is supported by Dirt and Blood - Soap to Vendors Skypatched, so now merchants have soaps for sale. This is a great addition to this amazing mod. Now my character can be clean but also have those useful buffs.
I really like the idea of the mod. Unfortunately it seems to be a bit bugged. After clicking on a mountain flower soap to wash my character (I did not have the Wash and Rinse power at that time) she got a buff. The buff says 4 hours left and it does not go away. Later when I tried to wash her again, nothing happened when I clicked on the soap in the inventory. I used the debug function in Dirt and Bloods MCM and then the Wash and Rinse power appeared and I could wash my character using it. The buff with the 4 hours is still there and the timer does not go down.
Yup. The timer is stuck and won't go down. What's worse, if you wash again, there will be two, three, four etc bonuses in the active effects menu. Has anyone found a way to fix this??
Can confirm it still has a stuck timer and stacking bonuses. Running 1.6.640 (SSE w/ AE update), along with all the various frameworks and updates required for my large loadout to work. Looks like it's back to DnB Expanded for me!
@InstantKor, I went ahead and fixed this issue. I can either send it to you to upload here, or I can create a new mod page and host it there as a patch. Thanks!
Wow! Christmas came early! Hey lilmetal, didn't expect to see you here! I'll be tracking you as well as this modpage, I've been waiting for this fix for months!
Yeah, I've been going through some of the mods I use, and have been fixing the minor issues. Would love to share these fixes, but some mod authors are real pearl-clutchy with their stuff. Typically, I'd just go ahead and post stuff if the author is inactive for like a year. InstantKor is still active on the site, even if they're not uploading anything. However, permissions say no modifications, so I'd need a response.
Right, I get that. I've been doing pretty much the same thing recently. I've been doing translations, in SSEedit for the esps and CK for the scripts. Next on my list are a couple of script incompatibilities/fixes, and this mod was on my list too =) Did you fix the esp or the script for this one?
Hey, I'm a little confused about installing the mod. I installed Dirt and Blood, More Soaps for Dirt and Blood and InnSoaps - Dirt and Blood + patch from his Optional files and i have conflict in formID list. When i install patch from your Optional files "More Soaps - Inn Soaps DnB version Patch" i have "missing masters" notice. What am I doing wrong?
I'm pretty sure there's a bug for this mod. I can craft and use the new soaps but I never get any of the buffs from any of the soaps, and if I am getting the buffs they aren't listed in the effects tab (which I highly doubt would be). I have only gotten the buffs from the soaps in one playthrough and never again.
I just did a test because I encountered a similar issue, and I figured out why it's not working for TheGoldenKold, I think.
If you open your inventory and click on the soap itself to use it, and if it consumes the right soap, you will get the buff.
If you use the "Wash and Rinse" power to automatically use a random soap in your inventory, even if it's one of the special soaps, it will NOT give the buffs associated with the soap consumed.
Bottom line, if you want to benefit from the soap buffs, don't use the Wash and Rinse power; click on the soap in your inventory instead.
Additionally, I'm not sure if I'm the only one encountering this, but the buffs has a duration in the magic effect menu, but it never goes down.
52 comments
Later when I tried to wash her again, nothing happened when I clicked on the soap in the inventory. I used the debug function in Dirt and Bloods MCM and then the Wash and Rinse power appeared and I could wash my character using it. The buff with the 4 hours is still there and the timer does not go down.
Has anyone found a way to fix this??
.FLAGS
hidden 0
conditional 1
.OBJECTS
OBJECT MoreSoapEffects : ObjectReference {0}
VARS
spell ::MoreSoapSpell_var = null {0}
actor ::PlayerRef_var = null {0}
ENDVARS
PROPS
PROP actor PlayerRef rw {0}
AUTOVAR ::PlayerRef_var
ENDPROP
PROP spell MoreSoapSpell rw {0}
AUTOVAR ::MoreSoapSpell_var
ENDPROP
ENDPROPS
STATES
STATE DEFAULT
None FUNCTION OnEquipped(actor akActor) {0}
FLAGS 0
VARS
Bool ::temp0
ENDVARS
callmethod AddSpell, ::PlayerRef_var, ::temp0, ::MoreSoapSpell_var, true
ENDFUNCTION
String FUNCTION GetState() {0}
@doc Function that returns the current state
FLAGS 0
return ::State
ENDFUNCTION
None FUNCTION GotoState(String newState) {0}
@doc Function that switches this object to the specified state
FLAGS 0
VARS
None ::NoneVar
ENDVARS
callmethod onEndState, self, ::NoneVar
assign ::State, newState
callmethod onBeginState, self, ::NoneVar
ENDFUNCTION
ENDSTATE
ENDSTATES
ENDOBJECT
And here's what in the Source/Scripts/MoreSoapEffects.psc and Source/Scripts/MoreSoapsEffects.psc files:
Scriptname MoreSoapEffects extends ObjectReference
Actor Property PlayerRef Auto
Spell Property MoreSoapSpell Auto
Event OnEquipped(Actor akActor)
PlayerRef.AddSpell(MoreSoapSpell)
EndEvent
Scriptname MoreSoapsEffects extends ObjectReference
Actor Property PlayerRef Auto
Spell Property SoapEffectsSpell Auto
Event OnEquipped(Actor akActor)
PlayerRef.AddSpell(SoapEffectsSpell)
EndEvent
Does anyone speak Papyrus? :)
I can either send it to you to upload here, or I can create a new mod page and host it there as a patch.
Thanks!
Hey lilmetal, didn't expect to see you here!
I'll be tracking you as well as this modpage, I've been waiting for this fix for months!
Would love to share these fixes, but some mod authors are real pearl-clutchy with their stuff.
Typically, I'd just go ahead and post stuff if the author is inactive for like a year.
InstantKor is still active on the site, even if they're not uploading anything.
However, permissions say no modifications, so I'd need a response.
Next on my list are a couple of script incompatibilities/fixes, and this mod was on my list too =)
Did you fix the esp or the script for this one?
Im never losing them and i dont know if this is intended
I have Dirt and Blood, Hunterborn, and Inn Soaps.
Do I only need More Soaps for DnB w/Hunterborn Recipes and More Soaps for Dirt and Blood - More Soaps - Inn Soaps DnB version Hunterborn Patch?
- If you open your inventory and click on the soap itself to use it, and if it consumes the right soap, you will get the buff.
- If you use the "Wash and Rinse" power to automatically use a random soap in your inventory, even if it's one of the special soaps, it will NOT give the buffs associated with the soap consumed.
Bottom line, if you want to benefit from the soap buffs, don't use the Wash and Rinse power; click on the soap in your inventory instead.Additionally, I'm not sure if I'm the only one encountering this, but the buffs has a duration in the magic effect menu, but it never goes down.
I tried to dig it with zEdit, alas I cannot get to see the problem, since it looks totally fine to my muggle eyes. (I kinda lack some knowledge)