Oblivion
0 of 0

File information

Last updated

Original upload

Created by

lubronbrons

Uploaded by

lubronbrons

Virus scan

Safe to use

14 comments

  1. Zloten
    Zloten
    • member
    • 0 kudos
    The very usefull mod, but... I do not use it because of one smaaaal thing. Why? WHYYY if I in the 1st person view go to the "Hunter" mode and then press "hunter mode" button I return to the previous mode with the 3rd person view? I need my 1stPV back! I demand it! Please, could you do an option in ini file to make it real for me? Pleaaazeee :[]
    1. lubronbrons
      lubronbrons
      • premium
      • 132 kudos
      Hi Zloten !
      hmm... maybe it is mod conflict?
      because as far as I know,
      when you in 1st view then you press "hunter" it will only add +crouch +weapon out
      or you could explain it in more detailed manner, so I can fully understand your problem
      tho ... I will say this first, sorry I can't help you much because I don't do modding much this days ~ busy RL
      but if it is just a simple matter maybe I can do something about it
    2. Zloten
      Zloten
      • member
      • 0 kudos
      Thx for responding. So the problem is:
      1. I press the "Hunter Mode" button (1st person)
      2. Get the crouch + weapon out state (1st person)
      3. One more press the "Hunter Mode" button
      4. Get the stand + weapon hide state (3rd person) ==> but I want to stay in the 1st person
    3. lubronbrons
      lubronbrons
      • premium
      • 132 kudos
      maybe this is about mod conflict
      I heard Oblivion Reloaded camera feature is incompatible with this little mod of mine
    4. Nibenon76
      Nibenon76
      • member
      • 15 kudos
      If anyone else is wondering, in order to remove the forced 3rd person view when you exit the Hunter Stance you need to comment 3 lines in the only script of the plugin:
      Spoiler:  
      Show

      Open the plugin in xEdit, open its only script and comment lines 42-44 by adding a semicolon at the start of each line like this:

      ;if IsThirdPerson == 0
      ;TapControl 14 ;back to 3rd person view
      ;endif

      Save the script and the plugin.

      EDIT: Also this mod forces the 3rd person view when you zoom out with mousewheel. Besides this effectively interferes with Loot Menu's browsing the contents of a container with mousewheel. So in order to get rid of it we need to comment lines 77 and 78 in the Hunter Key's script:
      Spoiler:  
      Show

      ;elseif Zoom == 0
      ;TapControl 14
  2. Elbethien
    Elbethien
    • member
    • 241 kudos
    I think it should be: Sneaking + Weapon out + 1st person view, in the description. Also makes much more sense
    I don't want to be picky, but I think this would raise interest.
    I like the idea of it, but for some reason, for me pressing V again only toggles the view.
    1. lubronbrons
      lubronbrons
      • premium
      • 132 kudos
      Betty !! Good to see you
      every time I playing Oblivion, when the torch is out (AoG torch) always remind me of you thx for your work

      ahhh... I see
      my mistake ! It should've been written like that in the first place lol
      now the front page description is revised. thx for the correction !

      well I believe you are very busy in life right now, because ... it is so rare not to see your new mods in 'New Release' section
      as far as I know since last year, you always post several mods a week
      thx for giving me feedback, testing my mod out, even gave me correction. really appreciated !

      only toggles the view? yeah by default the Hunter mode toggle is 'V' you can change that
      this is problem that I still stuck Betty since long ago
      I still remember that day ... when you told me about Brucevayne's Sound Sets (BSS) mod not working
      I think this is related to that, maybe about your Oblivion setup or maybe about something else. I don't know for sure
      and this time made me more confuse...
      the script I am using is very basic, when you press the button for hunter mode is like this.... really just as simple as that

      ;force hunter mode
      if Player.IsSneaking == 0
      TapControl 9
      endif
      if IsThirdPerson
      TapControl 14
      endif
      if Player.IsWeaponOut == 0
      TapControl 8
      endif
    2. Elbethien
      Elbethien
      • member
      • 241 kudos
      No problem^^
      It might be some other mod using the same button and I will try to change the key to something unused. But not tested this yet.
      Entering hunter-mode works fine and that is already enough to be useful, so thank you for that
      Yes, recently I have no new mods, but I still sometimes update those already published.

      Edit: It was quite confusing, I mean enter with V works, but pushing V again to cancel hunter-mode only toggles view for me.
    3. Elbethien
      Elbethien
      • member
      • 241 kudos
      Changed the key and it works, so don't worry
    4. lubronbrons
      lubronbrons
      • premium
      • 132 kudos
      oh ! that makes sense, yeah maintain our own mod.
      I am still new and clumsy here, kind of hard to maintaining mod to the fullest ... not always get reply or answer,
      but still rewarding sometimes. because I know sharing is a good thing here, in this nexus oblivion

      in order to cancel that hunter mode the Player must be in hunter mode state.
      meaning, when we press hunter mode Player is Sneak + Weapon + 1st view right?
      while at that press again the Hunter button. the Player will go back to Stand + Unarmed + 3rd view
      NOTE that if one of that condition is not fulfilled you'll be forced to hunter mode 'Again'
      But,
      if this is still not work .... I don't know what's going wrong

      I play Oblivion mainly for looting and hunting. So this is my core mod, this hunter key
      the sole purpose of this simple feature is to fast sweep, hit-kill-loot, repeat just like that...

      EDIT : soooo Good to hear that ! it's working I am happy
      thx for your fast reply, you're the Best !
    5. Elbethien
      Elbethien
      • member
      • 241 kudos
      I have some news for you now. I remembered that I switched off the camera mode of Oblivion Reloaded and with that still off I again tried your mod on default V button. Everything works like a charm in your little mod.
      When I switch OR's camera mode on again, your mod is not working.
      So it is OR's camera mode that is incompatible. Camera mode causes other problems too, so I'm not going to use it anymore anyway.
      Just so you know what it all was about.
      Thank you too
    6. lubronbrons
      lubronbrons
      • premium
      • 132 kudos
      owhh Betty
      Thanks for the heads up !
      you've such grace & passion in this
      may the Akatosh bless you all the way~
  3. motarx
    motarx
    • member
    • 6 kudos
    Good idea, sounds convenient for my assassin char.
    1. lubronbrons
      lubronbrons
      • premium
      • 132 kudos
      Hello motarx ! long time no see haha

      I've used this since last year ago

      just now I decide to share it