Sprint while blocking and aiming – Update 2.01 PL – redscript

Cyberpunk 2077 Mods |

Sprint while blocking and aiming – Update 2.01 PL – redscript

Can sprint while blocking and aiming!

Installation
– Read the notes section of the description.
– Download and install redscript.
– Download the mod. Unzip its contents and drop it in your game’s root folder.
– Should look like this: \Cyberpunk 2077\r6\scripts\CanSprintWhileBlockingAndAiming.reds

Notes
To use the mod with the mod Sprint Fix, use the Sprint Fix variant of my mod. You then need to open Sprint Fix’s .reds file with Notepad and find these lines:

isAiming = scriptInterface.localBlackboard.GetInt(GetAllBlackboardDefs().PlayerStateMachine.UpperBody) == 6;
if isAiming {
return false;
};
};

and change “return false;” to “return true;”, like this:

isAiming = scriptInterface.localBlackboard.GetInt(GetAllBlackboardDefs().PlayerStateMachine.UpperBody) == 6;
if isAiming {
return true;
};
};



Author: yakuzadeso
This content was uploaded by website visitors. If you notice any mistake, please let us know.


The Cyberpunk 2077 mods offer a wide variety of free options to enhance and customize your game, making it more engaging and efficient. Download this Cyberpunk 2077 Sprint while blocking and aiming – Update 2.01 PL – redscript mod and, with no download limits, explore different options to upgrade your game and stay ahead by continually improving your gameplay experience.



Useful Information: How to install Cyberpunk 2077 Mods | How to Create Cyberpunk 2077 Mods | Cyberpunk 2077 Release Date | Cyberpunk 2077 System Requirements | About Cyberpunk 2077 Game | Cyberpunk 2077 News

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *