Jump to content
Sign in to follow this  
flevius

rain noise and zombie detection

Recommended Posts

It seems like rain should impact how well zombies can detect us, particularly the noise levels they can detect. Adding a modifer to the code for the audial detector would be pretty easy. Something like:

if (_raining) then {

_audial = round(_speed * dayz_surfaceNoise * _scaleMvmt * 0.75);

else

_audial = round(_speed * dayz_surfaceNoise * _scaleMvmt);

};

Share this post


Link to post
Share on other sites

+1 good idea would read again (i was thinking this last night!)

Share this post


Link to post
Share on other sites

Good idea. It would probably also make you harder to see. Would make for a good tradeoff to the heat you lose from being out in the rain. (Not that there needs to be a tradeoff, but if it makes sense...)

Share this post


Link to post
Share on other sites

This is already planned for the patch being released tomorrow. Go check the dayz announcements forum.

Share this post


Link to post
Share on other sites

Sorry, i searched for "rain noise" and got no results.

Share this post


Link to post
Share on other sites

I think this will be added in 1.7.2.. Because, Rocket wrote there something like:Weather stealth

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×