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
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?
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.
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.
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
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
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.
21 comments
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
If you want the air duration equal the ground duration multiplied by 200%TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3_inline7.value", 0.5) -- Increased Air Kerenzikov duration value
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
Any chance of seeing Throwables added to the effects of this otherwise stellar and great mod?
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.
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
TweakDB:SetFlat("NewPerks.Reflexes_Inbetween_Left_3.requiresPerks", { }) -- remove all requirement