DayZ
69 ratings
Leaning_Nerf
3
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod Type: Character, Mechanics
File Size
Posted
Updated
1.957 KB
23 Oct, 2021 @ 3:48pm
23 Oct, 2021 @ 3:48pm
2 Change Notes ( view )

Subscribe to download
Leaning_Nerf

Description
No longer needed! Thankfully DayZ added this (done better) themselves

Leaning Nerf

I made this super simple mod to "nerf" the leaning meta people are using. I've heard several complains about it so this is an option for servers who don't like this playstyle, and feel it is unrealistic.

The mod simply makes it so you cannot sprint while leaning, instead will just do a slow jog.

Monitisation IS allowed with this mod

Repacking IS allowed

If you're a zoomer who hates this, feel free to abuse me in the comments!
33 Comments
Pope Leo  [author] 15 Feb, 2022 @ 12:08pm 
No it works differently
Major 15 Feb, 2022 @ 11:41am 
is it possible to reverse engineer this, to do exactly the opposite since of Dayz update 1.16 :-P?
Hammer Goblin 31 Dec, 2021 @ 1:17pm 
Fun concept, but here's something I need to state;

In real life, if you can lean to the right, destroying one of your kidneys in the sprint that you'll take, while leaning right, like this. You've got guts.
Ammo 2 Dec, 2021 @ 11:27am 
This can be done better and with a proper override, other than that yay :)
override bool CanSprint()
{
if ( IsLeaning() )
{
return false;
}
return super.CanSprint();
}
STUDD MUFFIN 28 Nov, 2021 @ 6:16am 
i could prob pay you if you could help us make it
STUDD MUFFIN 27 Nov, 2021 @ 8:08pm 
could you make sprinting up hill nerf next?
Pope Leo  [author] 23 Nov, 2021 @ 9:53am 
@Zero, no so easily no, also don't want to make the intended use of leaning to feel shit
Zero 22 Nov, 2021 @ 1:02pm 
Could you take it even further and make it to where leaning causes you to walk?
✘ 𝕶𝖔𝖍𝖑𝖊𝖗𝖘 21 Nov, 2021 @ 10:54am 
This meta is cancer in a Video game but guilty as charged i use it as well, helps alot but if no one can use it im just as happy, good work man
Pope Leo  [author] 1 Nov, 2021 @ 3:08pm 
@Lakevu possible? most probably, could I? Probably not