Walk n Run

Dying Light 2 Mods |

Walk n Run

A temporary workaround for Mouse+Keyboard Users who want to walk instead of always running.
i let the mod for information purpose. it was the most shortest life for a mod
re-implemented keyboard keybind for sprint
you can also change the keybind directly in the parameters menu ingame

version 1.0 : initial release
version 1.1 : reactivate keybind
version 1.2 : fixed keybind conflict with dart and dash skills. assigned sprint to V

Install:
put this file in your Dying light 2 directory here : ..\Steam\steamapps\common\Dying Light 2\ph\source\

This mod alter player/player_variables.scr file.
If you already have a mod who replace this file, you can modify it yourself
find Param(“SprintWithoutInput”, “1”); and change it’s value to 0 (zero) to force the walking state.

Also altered scripts/inputs/inputs_keyboard.scr
to add the keybind to V (to fix conflict with dash and dart skills)
added entries in the game config menu

added:
// default binding
AddAction(_ACTION_SPRINT,EInputTarget_Player, EInputDevice_Keyboard, false, EKey__V, false, false);

// with or without toggling option
Layout(“Keybinding_SprintMode”)
{
Preset(“&OptionOn&”)
{
RemoveAction(_ACTION_SPRINT, EInputDevice_Keyboard);
AddAction(_ACTION_SPRINT_TOGGLE, EInputTarget_Player, EInputDevice_Keyboard, false, EKey__V, false, false);
}

Preset(“&OptionOff&”)
{
RemoveAction(_ACTION_SPRINT_TOGGLE, EInputDevice_Keyboard);
AddAction(_ACTION_SPRINT, EInputTarget_Player, EInputDevice_Keyboard, false, EKey__V, false, false);
}
}

// assign keybind
LayoutKeybinding(“Keybinding_Sprint”, _CATEGORY_BASE, _COLLIDE_BASE)
{
Action(_ACTION_SPRINT_TOGGLE); // EInputTarget_Player, EInputDevice_Keyboard, EKey__V
Action(_ACTION_SPRINT); //EInputTarget_Player, EInputDevice_Keyboard, EKey__V
}

// add lines in the game config menu
View(“&Keybinding_View_Movement&”)
{
Layout(“Keybinding_MoveForward”, “&Keybinding_MoveForward&”);
Layout(“Keybinding_MoveBackward”, “&Keybinding_MoveBackward&”);
Layout(“Keybinding_MoveLeft”, “&Keybinding_MoveLeft&”);
Layout(“Keybinding_MoveRight”, “&Keybinding_MoveRight&”);
Layout(“Keybinding_DuckMode”, “&Keybinding_DuckMode&”);
Layout(“Keybinding_Duck”, “&Keybinding_Duck&”);
Layout(“Keybinding_SprintMode”, “&Keybinding_SprintMode&”); // walk n run mod
Layout(“Keybinding_Sprint”, “&Keybinding_Sprint&”); // walk n run mod
Layout(“Keybinding_Jump”, “&Keybinding_Jump&”);
}

I also altered some other parameters to my liking
reduced the FOV deformation scale by half when running
Param(“FovSprintModif”, “3.0”);

Reduced headbob factor to minimum
Param(“HeadBobFactor”, “0.1” );

altered sprint effect (sides deformation) to half
Param(“SprintEffects”, “1.5”);


Credits: Mooztik
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading...

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


Killing a zombie for the 1000th time is getting a little boring? Seeing the same color palette for the 10th time doesn't feel that beautiful anymore? Whatever it may be, it's quite obvious that you're getting tired of playing the same thing over and over again. So, how do you spice things up? How do you make playing the same title for the 11th time exciting? The answer is modding. Our website will provide you with Dying Light 2 Mods that will change how you used to perceive Dying Light 2 gameplay. If you want new colors, new shading, new textures, a Dying Light 2 Mod for graphics will enhance that for you. If certain bugs require fixing, our website offers several Dying Light 2 Walk n Run Mods that will squash that bug out of existence. With regards to gameplay, you can find Dying Light 2 Mods for weapons, tools, skins, etc. These types of mods will allow you to roam the apocalyptic lands without fearing any of its monstrous creatures. Because using them will turn your character into the most powerful creature in the game. Anything you want dead will crumble with a single touch from your in-game character. You will also have infinite bullets to start a zombie genocide and will have the speed to outrun any creature that tries to escape your cruel judgment. Aside from that, we have mods introducing new content to the game, new levels developed by independent creators that will spark a ray of joy within your dead soul. All of our Walk n Run mods are rigorously tested to eliminate any sort of bug that may end up affecting your gameplay. Our mods are also virus and cost-free. So all you have to do is visit our website, search for a mod that you want to experience, and click on the free download button without fearing a virus attack.



Useful Information:
- How to install Dying Light 2 Mods
- Dying Light 2 System Requirements
- Dying Light 2 News

You may also like...

Leave a Reply

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