dont know if this a feature, but its too much right now, can run from one town to another and my boots go from pristine to ruined
Description
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Operating System Version
- newest
- Category
- General
just run
Related Objects
Event Timeline
@abdelm4lik
Excerpt from the 1.04 Patch notes [https://forums.dayz.com/topic/244979-stable-update-104/]
Medical Additions
[...]
Shoes gradually wear off while using
[...]
Statement from Geez:
Hello wouter.commandeur.
The code that you quoted is inside the function ProcessFeetDamageServer that is being processed every CHECK_EVERY_N_STEP'th step(for performance reasons), currently, that constant is set to 10.
if( (m_StepCounter % PlayerConstants.CHECK_EVERY_N_STEP) == 0 )
{ProcessFeetDamageServer(pUserInt);}
The code inside the function needs to multiply by this constant to compensate for this, therefore, it is correct. The speed at which the shoes are being damaged is therefore a matter of balance more than anything else.Regards,
Geez
"keep up the good job"
You can always search the feedback tracker to see if there is already a ticket with the problem you want to report. That way you can check if they already kept up the good job ;)