0 of 0

File information

Last updated

Original upload

Created by

dnbnhlp

Uploaded by

dnbnhlp

Virus scan

Safe to use

Tags for this mod

21 comments

  1. sinsenvy
    sinsenvy
    • member
    • 0 kudos
    you said its editable in cet but im not sure where to look to edit it i have cet open but i need steps please. thank you
    1. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      Just edit the "...Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\Enhanced Air Kerenzikov\init.lua" with any text editor if you want your changes be permanent. Below is examples:
      If you want the air duration equal the ground duration plus 3:
      TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3_inline7.modifierType", "AdditiveMultiplier") -- Increased Air Kerenzikov duration calculating method
      TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3_inline7.value", 0.5) -- Increased Air Kerenzikov duration value
      If you want the air duration equal the ground duration multiplied by 200%
      TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3_inline7.modifierType", "Multiplier") -- Increased Air Kerenzikov duration calculating method
      TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3_inline7.value", 2.0) -- Increased Air Kerenzikov duration value
  2. EpicGamerIII
    EpicGamerIII
    • member
    • 0 kudos
    Will this allow you to hover after dashing mid air with the projectile launch system?
    1. Lezepticon
      Lezepticon
      • member
      • 1 kudos
      Test it? Not that hard.
    2. Jeran21
      Jeran21
      • premium
      • 1 kudos
      annoying reply
  3. Goldbartender
    Goldbartender
    • premium
    • 3 kudos
    I did some field testing, and unfortunately, this doesn't seem to work with throwing weapons. It works fine with Her Majesty, but not my trusty Punknife or Agaou.

    Any chance of seeing Throwables added to the effects of this otherwise stellar and great mod?
    1. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      Yeah I noticed this issue yesterday while doing a knife slow mod too. I will try if I can fix it.
      It still work with knife on my end actually, I'm not sure my brain tricked me or after remove -> reinstall steps, it suddently work, so can you test it with remove and reinstall this mod and see if it work?
      Edit: just the Kerenzikov's slow stop at the moment V release the knife and falling down so it's kinda hard to aim.
    2. Goldbartender
      Goldbartender
      • premium
      • 3 kudos
      I did as you asked. I think you're right. I can work the Air Kerenzikov pretty well with a thrown weapon, but like you said, it doesn't really offer much time to aim and throw before gravity takes over again. Sorry if I worried you for nothing.
    3. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      I'm finding a way to fix the issue with the interaction between Air Kerenzikov and Throwable weapons, but find nothing promising as the moment :)
    4. LordNe0
      LordNe0
      • member
      • 0 kudos
      Have you been able to find a viable solution for Throwable weapons?
  4. Cimohai
    Cimohai
    • member
    • 0 kudos
    can i use just the floating / hover part of this mod ?
    i think the other part of this mod (perk and duration) is conflicting with some other mod.
    i can float and hover in air if i aim without weapon, but if i am using weapon i cant float and hover in air
    1. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      This mod dont change things like duration.
  5. unoplayer1
    unoplayer1
    • member
    • 0 kudos
    how do i make it not require any other perk at all? the aerial acrobat perk just feels weird
    1. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      Navigate to \Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\Enhanced Air Kerenzikov\, open init.lua file with any text editor, edit line 3 to follow
      TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3.requiresPerks", { }) -- remove all requirement 
    2. unoplayer1
      unoplayer1
      • member
      • 0 kudos
      thx choom
  6. xxwasabiman99xx
    xxwasabiman99xx
    • premium
    • 0 kudos
    THANK YOU
  7. Goldbartender
    Goldbartender
    • premium
    • 3 kudos
    Holy s#*!! I've been waiting FOREVER for this! Thank you, from the bottom of my heart!
  8. IanBrandonAndersonn
    IanBrandonAndersonn
    • supporter
    • 5 kudos
    Would this conflict with mods that alter Kerenzikov such as Better Kerenzikov?
    1. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      No but you should test it.
  9. Norabbitz
    Norabbitz
    • premium
    • 3 kudos
    I love this series of perk modifications you've been putting out! Vanilla descriptions and limitations on a lot of the perks just don't really make sense to me, mods like this just help set things right to me.
    1. dnbnhlp
      dnbnhlp
      • premium
      • 187 kudos
      Thank you, glad that it could improve your CP2077 experience.