Jump to content

nahabal67

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. um *blush* I've only done a little scripting, but that looks like it keeps doing the same thing whatever the situation, i.e. this: Thread.AutoAdvance = Config.AutoAdvance Thread.EnableHotkeys(true) wouldn't that be simpler? meh not sure it'll work because even if your a creature you're considered as a victim, still have that problem with apropos. And my modification doesnt seem to tank my papyrus. So far the only CTDs i got were when i was using perkus maximus on an already very script heavy skyrim . By the way SLEN ( eager NPCs ) also works with WW sex but i'm using "Werewolf mastery", "Werewolf perks expanded" and "Werewolf loot friendly" so i can pretty much interact with everything and everyone like in human form.
  2. Hello Changed in sslActorAlias script Line 830(ish) in """Actor manipulation""" if IsVictim && Config.DisablePlayer Thread.AutoAdvance = true else Thread.AutoAdvance = Config.AutoAdvance Thread.EnableHotkeys() endIf to if IsCreature Thread.AutoAdvance = Config.AutoAdvance Thread.EnableHotkeys(true) endIf if IsVictim Thread.AutoAdvance = Config.AutoAdvance Thread.EnableHotkeys(true) else Thread.AutoAdvance = Config.AutoAdvance Thread.EnableHotkeys(true) endif I'm not very experienced in scripting so it's probably just a hacksaw job, stil... got normal controls to work but i'm not using a lot of SLmods that use the isVictim as player so use at your own risk and don't forget to backup. Now if i could just get Apropos to work while i'm in WW i'd be happy
×
×
  • Create New...