Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
Quake Rocks

how to no stamina 0.63 stand alone

Recommended Posts

yes in your server folder find Dayzserver\dta then inside open scripts.pbo file  then look for 3_game then inside look for constants.c inside there from line 317-324 change to the following but dont forget to save your file repack your pbo file up and all done

 

    // unit = currently percent (stamina max is 100)
const int     STAMINA_DRAIN_STANDING_SPRINT_PER_SEC = 0; //in units (how much sprint depletes stamina)
const int     STAMINA_DRAIN_CROUCHED_SPRINT_PER_SEC = 0; //in units (how much sprint in crouch depletes stamina)
const int     STAMINA_DRAIN_PRONE_SPRINT_PER_SEC = 0; //in units (how much sprint in prone depletes stamina)
const float    STAMINA_DRAIN_HOLD_BREATH = 0; //in units (how much holding breath depletes stamina)
const int    STAMINA_DRAIN_JUMP = 0;        // in units (how much jumping depletes stamina)
const int    STAMINA_DRAIN_MELEE_LIGHT = 0; //in units (how much light melee punch depletes stamina)
const float    STAMINA_DRAIN_MELEE_HEAVY = 0; //in units (how much heavy melee punch depletes stamina)
const int    STAMINA_DRAIN_MELEE_EVADE = 0; // in units (how much evade depletes stamina)

Share this post


Link to post
Share on other sites
Sign in to follow this  

×