The Witcher 3

File information

Last updated

Original upload

Created by

phlowerchild

Uploaded by

phlowerchild

Virus scan

Safe to use

25 comments

  1. Kazurhix
    Kazurhix
    • member
    • 1 kudos
    This mod has stopped working for me, I'm guessing due to a recent update. Can someone please post an updated version of this mod for me to use?

    Script compilation error I got:
    Error [modreducedfallingdamage]game\actor.ws(662): Property 'isInFFMiniGame' already exists in class 'CActor'

    Warning [modreducedfallingdamage]game\actor.ws(522): Native function 'GetAIStorageObject' was not exported from class 'CActor' in C++ code.
    Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
    Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
    Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
    1. McSchmoor
      McSchmoor
      • supporter
      • 1 kudos
      Did you ever manage to find a fix for it?
  2. MrChaos333
    MrChaos333
    • premium
    • 2 kudos
    Do you all know that you can double tap space bar when falling, so Gerald does a combat roll? (greatly reduces damage)
    Although I think they patched it so he does it automatically. I can't remember.
    1. LiloLila
      LiloLila
      • member
      • 19 kudos
      if you fall you have 2 (or 3) options. fall not high enough and take no damage at all or fall one milimeter higher and die (if you not roll). I never heard of double jump landing befor. It's not teached in the game and he does not do it automaticaly. But he roll if he falls over a stick on the ground.
    2. MrChaos333
      MrChaos333
      • premium
      • 2 kudos
      Here you go, checked if double tapping space bar still has an effect in v1.32. It's surprisingly effective
      Video: The Witcher 3 - Fall damage reduction demo
  3. lalakislakis
    lalakislakis
    • member
    • 0 kudos
    The updated version for 1.31 (by mrc136k, see comments and dropbox link below) works great, thank you.

    My settings:
    Line 87: 3f (no damage from this height, without roll)
    Line 88:12f (max survivable height, without roll)
    Line 89: 4f (no damage from this height, with roll)
    Line 90:15f (max survivable height, with roll)

    The above variables define which height damage starts from, and up to what height it can be handled with/without roll. The actual damage calculation (withing the above ranges) needs adjusting this multiplier to your preference:

    Line 6360:1000.0f -> 2000.0f(More damage multiplier)

    1. gadzhev79
      gadzhev79
      • supporter
      • 1 kudos
      how you edit and what ? s file?
      ty
    2. Valour549
      Valour549
      • premium
      • 25 kudos
      For anyone still looking at this in 2020:

      - Simply open with Notepad
      - Search for "modReducedFallingDamage" and edit these lines:

      //modReducedFallingDamage++
      private editable var PlrdamageDistanceNotReducing: float;defaultPlrdamageDistanceNotReducing= 3.0f;
      private editable var PlrdeathDistNotReducing: float;defaultPlrdeathDistNotReducing= 50.0f;
      private editable var PlrdamageDistanceReducing: float;defaultPlrdamageDistanceReducing= 6.0f;
      private editable var PlrdeathDistanceReducing: float; defaultPlrdeathDistanceReducing= 90.0f;
      private editable var PlrfallDamageMinHealthPerc: float; defaultPlrfallDamageMinHealthPerc= 0.05f;
      //modReducedFallingDamage--
    3. LesserEvil2
      LesserEvil2
      • member
      • 0 kudos
      Thanks a bunch.
    4. Walayimuna
      Walayimuna
      • supporter
      • 0 kudos
      I edited the file, it fixed the previous error, but now this is appearing:

      Error [modreducedfallingdamage]game\actor.ws(73): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near 'defaultPlrdamageDistanceNotReducing'
  4. Odylarian
    Odylarian
    • premium
    • 0 kudos
    When I load this mod and do the script merge, the only mod that shows a conflict is the ESGO mod. It only has a conflict on one line with one ESGO script. However, after merging the scripts, per the script merge program, I get weird compilation errors on several lines of the script and in other scripts that were not even conflicts with the script merge program, like "npc.ws", that I cannot fix no matter what I do. Is this mod compatible with ESGO?
    Thanks
  5. FelipeGames2000
    FelipeGames2000
    • member
    • 4 kudos
    Can someone update the mod pls?
  6. Angelina16
    Angelina16
    • premium
    • 3 kudos
    Updated for 1.22 plus changed it to only work for player not other actors.

    Link: https://1drv.ms/u/s!AkP6nDfbdbb5gy8cAZniSlsUJmdZ

    Disclaimer: I'm not the author of this mod, just updated it.
    1. zorebird
      zorebird
      • member
      • 1 kudos
      This works I tried it, thanks Rhakan !


    2. Reapling
      Reapling
      • member
      • 0 kudos
      Heya man, could you please update for v1.30?

      Thanks!!
    3. mrc136k
      mrc136k
      • premium
      • 21 kudos
      Updated Rhakan's updated version to work with 1.31

      https://www.dropbox.com/s/ji3bokmgymi55lj/modReducedFallingDamage1.31.rar?dl=0
    4. hardmanx
      hardmanx
      • member
      • 0 kudos
      thanks man
    5. hoangdai94
      hoangdai94
      • member
      • 48 kudos
      thanks you very much guys !
  7. Sirk0w
    Sirk0w
    • premium
    • 1 kudos
    Hello, can someone tell me the lines i need to edit in order to reduce damage even more ?
  8. boxfreind
    boxfreind
    • premium
    • 0 kudos
    This is no longer working for me after installing patch 1.22 along with the Blood and Wine expansion and the No Fall Damage mod is no longer working as well.
    I assume these mods simply modify a value(s) in an ini configuration file. Does anyone know what file it is and which lines are modified? I'm willing to bet someone could just manually do that. Maybe that could be a temporary fix until the author(s) fix this.
  9. WinderTP
    WinderTP
    • premium
    • 51 kudos
    The mod is not working anymore, here's the error message:
    Error [mod0000_mergedfiles]game\actor.ws(662): Property 'isInFFMiniGame' already exists in class 'CActor'
  10. CompleteNooooooB
    CompleteNooooooB
    • member
    • 0 kudos
    There's no readme attached in the file as mentioned at the end of the description. I'm assuming I have to edit actor.ws in the mod to change settings?
    1. CompleteNooooooB
      CompleteNooooooB
      • member
      • 0 kudos
      Didn't get any help with this yet, so I'll let you guys know what I figured out on my own. All values are in feet.

      damageDistanceNotReducing is how far you can fall without receiving damage (if you don't roll). e.g. if set to 5.0f, you can fall up to 5 feet without receiving damage without having to roll.

      deathDistNotReducing is how far you can fall without dying (if you don't roll). e.g. if set to 30f, you can fall up to 30 feet without outright dying without having to roll.

      damageDistanceReducing is how far you can fall and roll before you receive damage. e.g. if set to 9.0f, you can fall up to 9 feet and not receive damage as long as you roll.

      deathDistanceReducing is how far you can fall and roll before you die. if set to 90f, you will die after a drop of 90 feet regardless of whether or not you rolled.

      fallDamageMinHealthPerc correlates with how much damage you receive when landing assuming other defined criteria (i.e. the above) are met. MinHealthPerc would imply it's the minimum vitality percentage deducted from your total when receiving damage. Since the default value is 0.05, I'm assuming that translates to 5% and not 0.05%. Use common sense with this one, not completely sure myself.