The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

KCS

Uploaded by

ksolberg

Virus scan

Safe to use

Tags for this mod

139 comments

  1. ksolberg
    ksolberg
    • member
    • 96 kudos
    Locked
    Sticky
    Script Compilation Errors after Updating to Patch 1.12? Read this.
    Spoiler:  
    Show

    Seems like CDPR has provided bad script sources again on some download platforms for patch 1.12. This seems to be a reoccurring theme, unfortunately. :/

    If you are seeing complilation errors like these...

    Error [content0]game\player\playerwitcher.ws(14: Function 'LogWithName' does not take 1 param(s)
    Error [content0]game\gameplay\focus\focus.ws(199): Function 'LogWithName' does not take 1 param(s)
    Error [content0]game\gameplay\focus\focus.ws(253): Function 'LogWithName' does not take 1 param(s)
    Error [content0]game\gui\menus\gwintgamemenu.ws(104): Function 'LogWithName' does not take 1 param(s)

    or these...

    Error [modimmersivecam]game\player\r4player.ws(10149): Unknown type 'W3Effect_Oil' for property 'oil'.
    Error [modimmersivecam]game\player\r4player.ws(10167): Unknown type 'W3OilBuffParams' for property 'oilParams'.
    Error [modimmersivecam]game\player\r4player.ws(10201): Unknown type 'W3Effect_Oil' for property 'oil'.
    Error [modimmersivecam]game\player\r4player.ws(10224): Unknown type 'W3Effect_Oil' for property 'oil'.

    It is probably a bad script source folder.

    Download the 'patch 1.12 script sources for players having problems compiling any script mods' from the miscellaneous files download.

    Then delete your ...\The Witcher 3 Wild Hunt\content\content0\scripts folder (make a backup copy of it first though, just in case).

    Unpack and copy the scripts folder from the download into ...\The Witcher 3 Wild Hunt\content\content0.

    Now clear out your mods folder and only add in one script mod (Block and Dodge Whenever You Want) and try to reload the game. If the game compiles and runs fine, you can start adding in your other mods one at a time (as long as those mods have been updated for patch 1.12). At some point, you may have to run Script Merger to combine some of your script mods. But, if you made it that far, your problem with script sources is resolved and you just follow the normal procedures for combining mods with Script Merger. Good luck!
  2. deleted168916493
    deleted168916493
    • account closed
    • 3 kudos
    I updated the mod to Next-Gen: https://www.nexusmods.com/witcher3/mods/8039
  3. dufusdude
    dufusdude
    • member
    • 1 kudos
    next gen? 

    I want to roll whenever, not just in combat. 
  4. jaggez
    jaggez
    • member
    • 1 kudos
    next gen update please
  5. kangjiajinlong
    kangjiajinlong
    • premium
    • 0 kudos
    Could you kindly update for next gen?
  6. Gageo
    Gageo
    • member
    • 8 kudos
    This is a must have mod for me. It works fine on k+b even with witcher senses and block bound to right mouse button (default settings) Obviously it makes parry work as a toggle outside of combat. The only annoying thing about that, is when I after the fight sheat the sword, and Geralt enters the defensive boxing pose, because I didn't untoggle parry.

    I was hoping that No Fistfight's stance would help (https://www.nexusmods.com/witcher3/mods/4241?tab=description) but even though they both seem to work, the later didn't fix the former. I wonder why.

    1. Dravic1
      Dravic1
      • premium
      • 109 kudos
      I am trying to fix it on my end. Geralt stops guard when you sheathe kind of fix. I'll see what I can do :)
    2. Dravic1
      Dravic1
      • premium
      • 109 kudos
      Here's your fix



      r4Player.ws

      private function ShouldGoToExploration() : bool
      {
      if ( IsInCombat() )
      {
      return false;
      }
      //BlockWhenYouWant++
      if( IsGuarded() && (thePlayer.GetCurrentMeleeWeaponType() == PW_Steel || thePlayer.GetCurrentMeleeWeaponType() == PW_Silver))
      {
      return false;
      }
      //BlockWhenYouWant--
      if ( rangedWeapon && rangedWeapon.GetCurrentStateName() != 'State_WeaponWait' )
      {
      return false;
      }
      if( IsFistFightMinigameEnabled() )
      {
      return false;
      }
      if( IsKnockedUnconscious() )
      {
      return false;
      }
      if( IsInCombatAction() )
      {
      return false;
      }
      if( GetCriticalBuffsCount() > 0 )
      {
      return false;
      }

      return true;
      }
    3. OmecaOne
      OmecaOne
      • member
      • 182 kudos
      yup, this fix seems to work
  7. SilentWarriorr
    SilentWarriorr
    • member
    • 1 kudos
    work, BUT painfully weird.... i re-assigned witcher sense to key from RMB and it's not working either. Only if i sheath the sword.
    Is it even possible to make version where both dodge and sense work on rmb?
    1. mobaeus
      mobaeus
      • member
      • 2 kudos
      This was a dealbreaker for me. I didn't realize how often I used sense with my sword out. 
  8. todoberoso
    todoberoso
    • member
    • 0 kudos
    não funciona com HUD AMIGAVEL ... mesmo usando o script o jogo não abre com os 2 juntos.
  9. Rettznom
    Rettznom
    • premium
    • 3 kudos
    It being really janky for KBM controls ruined it for me. Rebinding block/senses doesn't help. Works flawlessly with controller though, but KBM users can't use it.
     
    You know, after playing with it on for a while, it honestly isn't that bad. Yes 50% of the time the block ends up functioning as a toggle, but it's really not that big of a deal. It does still work better for controller users though.
  10. barnicuss
    barnicuss
    • premium
    • 0 kudos
    Awesome dude thank you so much.
    Makes combat so much more intuitive.
    Many thanks.
  11. deRuyter
    deRuyter
    • member
    • 22 kudos
    Installed - work. I use it with mouse-click and issue that it acts like a toggle switch outside game-activated combat mode doesn't bother me.

    Possible bug - when simultaneously having sword and torch and clicking block, Geralt was stuck in combat mode but unable to do anything - no attack, sign cast, hiding sword, no dodge nor roll. I was just able to walk. No use, horse call etc. - everytime there was "you cannot do it now" message.
    Once or twice it returned to the normal, otherwise I had to go into water into swimming regime.
    It seems that it was toggled by few very quick block-clicks or holding block for the prolonged period of the time. Not always but at least by holding block I was able to stuck him so with some reliability.

    Thus - be careful when using torch (probably also magic lamp) together with sword and are using mouse for blocks.

    I have not tested enough whether same may happen if you map block/witcher sense on keyboard not mouse.

    Not to forget - thank you for very useful mod, endorsed