Sensual Nautilus Posted May 25, 2013 Posted May 25, 2013 Tidings digilent and valued modders and community members of Loverslab. I have failed to search for myself if this problem has been acknowledged or if if it has been fixed, so I post this now (please feel free to delete the post if it has, and redirect me to the discussion). Basicly, everytime my gear is re-equipped after intercourse, the aparell loses its enchantment. I wear incredibly light and weak gear, and the only things that puts value and functionality in them is the ennchatments placed in them, therefore the function of re-equipping becomes moot atleast for me if it is unable to get the enchant back as well. This is not a problem of dire urgency, but it is a point I feel worthy of a note of some sort. Â Thankyou for taking your time to read this fellow LL peers
o3zman Posted May 25, 2013 Posted May 25, 2013 Perhaps you have a stray script using skse or mcm that takes off the enchantment?  Just off the top of my head.  Or perhaps these enchantments' spells were from a custom mod? If so, then perhaps the patch to the game broke the mod you were using. Bethesda doesn't exactly have the modding community in mind when they implement fixes to the gameÂ
Sensual Nautilus Posted May 25, 2013 Author Posted May 25, 2013 I am using Sexlab framework and the numerous plugins available in the thread. It would appear inherent to the framework's redressing system as all the plugins inherit the kink. I also suspect it is not my game itself, because other mods which have their own redressing method (ie. the need to pee available at the adult mods section) is able to succesfuly redress my character without losing my enchantments. Theoritical, but it appears to be convincingly plausible.
Liuli Posted May 25, 2013 Posted May 25, 2013 Yeah I have that problem as well though I think it's because of the equipment I use. I wear a Falmer Helmet together with a Circlet (Falmer Helmet, Penitus Occulatus Helmet and Dragon Masks are bugged in a way that allows this), so I always figured it's the main cause of losing the enchantments.  Most noticeable for me on Fortify Destruction. To deal with this I have my character's helmet on favorites, unequipping and reequipping it after a sex scene resets all enchantments to normal.
Sensual Nautilus Posted May 26, 2013 Author Posted May 26, 2013 That's basicly what I do as well, which is why I classified this as something more trivial than game-breaking. It is just a bit of a circumstancial waste at this case, and I'm sure there's an option to may as well turn off redressing
wildtangent Posted May 27, 2013 Posted May 27, 2013 If your saying that after re-equip that the enchantments are not placed on the player. This is a vanilla bug, that any enchanted equipment that is equipped by a script, the effects won't be applied to the player. Until you unequip, and reequip manually. Â As far as I know Bethesda will do nothing about this.
Sensual Nautilus Posted May 29, 2013 Author Posted May 29, 2013 Then a vanilla problem it is, then might I suggest an alternative for it? There is a mod in loverslab called 'The Need to Urinate" that succesfuly unequips and re-equips aparell without enchantment loss, I highly recommend for anyone to have a look at that mod's redressing script.
cereburn Posted June 2, 2013 Posted June 2, 2013 I'm having the same issue, and using the same manual undress/redress method to get around it.
jbezorg Posted June 23, 2013 Posted June 23, 2013 I'm pretty sure this happens if equipitem is used w/o the item first being in the actor's inventory. if !kActor.GetItemCount( kMyItem ) kActor.AddItem( kMyItem, 1, true ) endIf kActor.EquipItem( kMyItem, 1, true ) or if stored in a container int iCnt = kStorageContainer.GetItemCount( kMyItem ) kStorageContainer.RemoveItem(kMyItem, iCnt, true, kActor) kActor.EquipItem( kMyItem, iCnt, true )
Recommended Posts
Archived
This topic is now archived and is closed to further replies.