Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

diziet

Uploaded by

dizietemblesssma

Virus scan

Safe to use

Tags for this mod

14 comments

  1. csb2014
    csb2014
    • member
    • 2 kudos
    Thanks for this. I've made a patch for your patch (yo, dawg...) to make it work with Fishing Preview.

    https://drive.google.com/file/d/1fjHd-S0PQas5zu-btLgB6KIjFprKiTrq/view
  2. SteveTownsend
    SteveTownsend
    • premium
    • 105 kudos
    In  SSEEdit using v0.5.1, I get an error in the QUST alias which contains an invalid formid - I edited it to point to the 'in-combat' MESG, hope that's correct.
    1. dizietemblesssma
      dizietemblesssma
      • premium
      • 86 kudos
      Ah, thanks for the report, I'll look at that now:)

      diziet

      edit: whoops! FOMOD is wonky. may or not be the problem. not all scripts are installed in all choices
    2. SteveTownsend
      SteveTownsend
      • premium
      • 105 kudos
      thanks for quick turn round 👍
    3. dizietemblesssma
      dizietemblesssma
      • premium
      • 86 kudos
      Ver 0.5.3 has the message property corrected, 0.5.2 only corrected the failure to sometimes install the player alias script, which then let me find the error:)  Thanks again.

      diziet
  3. seppie08
    seppie08
    • premium
    • 0 kudos
    The mod changes weapons to rod, but not back. Any idea why this is not working please
    Great mod as it is
    1. dizietemblesssma
      dizietemblesssma
      • premium
      • 86 kudos
      That's the behaviour of the original mod, are you sure you have this patch esp enabled?

      diziet
    2. seppie08
      seppie08
      • premium
      • 0 kudos
      Done that  it was off  Does not make a difference it still not working. What do you do, Tap on the bait with your rod. When I do this only rods come up
    3. dizietemblesssma
      dizietemblesssma
      • premium
      • 86 kudos
      Try the newer update, I've added a few debug statements so please enable papyrus logging and post a link to your papyrus.0.log

      diziet
    4. seppie08
      seppie08
      • premium
      • 0 kudos
      Sorted it. Never thought of using right mouse button, lol. must be getting old. Works a treat now. Thanks
  4. telefonevoador
    telefonevoador
    • member
    • 3 kudos
    Thanks a lot for the mod, IT JUST WORKS

    Just reporting this little derp: it seems that if you equip a single weapon on your left hand (I do it with characters that play as left-handed), when this mod kicks in it will auto-equip it on your right hand, as is normal for the system, effectively duplicating that item!
    (I had the Staff of Jyrik Gauldurson on my left hand and Conjure Flame Atronach spell on my right at the time)

    And, hey... I'm not complaining! More Staves of Jyrik Gauldurson for me!
    1. dizietemblesssma
      dizietemblesssma
      • premium
      • 86 kudos
      That possibility obviously didn't occur to me, I'll look at fixing the script to take note of which hand the weapon is in. Better grab all those staves while you can:)

      diziet

      edit: seems like I did think of it, it just must not be working right, clearly I didn't test it enough.
      Spoiler:  
      Show

      Armor     Property    SLF_shield        Auto    Hidden    ;added by diziet
      Weapon    Property    SLF_lefthand    Auto    Hidden    ;added by diziet
      Weapon    Property    SLF_righthand    Auto    Hidden    ;added by diziet

      function DoCleanupTasks()
          if currentSystemState != SYSTEMSTATE_IDLE && IsInExitableSystemState()
              CleanUp(true)
          elseIf currentSystemState == SYSTEMSTATE_IDLE
              ReturnSurroundingVolumes()
              ResumeFollowerBehavior()
              RestoreWeather()
          endIf
          debug.trace("SLFP: equipping shield "+SLF_shield)                ;added by diziet
          PlayerRef.EquipItemEx(SLF_shield)                                  ;added by diziet
          debug.trace("SLFP: equipping lefthand "+SLF_lefthand)              ;added by diziet
          PlayerRef.EquipItemEx(SLF_lefthand)                               ;added by diziet
          debug.trace("SLFP: equipping righthand "+SLF_righthand)             ;added by diziet
          PlayerRef.EquipItemEx(SLF_righthand)                              ;added by diziet
      endFunction


      edit2: let out the second parameter in:
      PlayerRef.EquipItemEx(SLF_lefthand)should be (I hope)
      PlayerRef.EquipItemEx(SLF_lefthand,2)
      fix incoming
  5. SimonMagus
    SimonMagus
    • premium
    • 2,237 kudos
    Thanks for this feature.
  6. RouNeo
    RouNeo
    • member
    • 8 kudos
    It just works. Thank you!