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

mrwolv

Members
  • Content Count

    384
  • Joined

  • Last visited

Everything posted by mrwolv

  1. mrwolv

    Admin For Dayz Standalone (Works)

    ahh no it shows up globaly to every player im the only admin on the server so if im testing things i dont want all the server to see /spawn apple or /offroad lol
  2. mrwolv

    Admin For Dayz Standalone (Works)

    could you edit the config for me please as i dont know to much about it lolz
  3. mrwolv

    Admin For Dayz Standalone (Works)

    anyway you can work on removing chat messages from the admin side so it dose not globaly annouce it
  4. mrwolv

    Player tracking

    hi dose anyone know if there is a way to track player hotspots on the map to see where players go and what the hot zones are ?
  5. mrwolv

    ServerTime Settings not working anymore!

    fingers crossed but they seem to be focused on xbone atm
  6. mrwolv

    ServerTime Settings not working anymore!

    same here i really dont know how they broke dayz this time so many things broken mine reboots every 6 hours but still night time when i login
  7. mrwolv

    ServerTime Settings not working anymore!

    dosent work for me time wont change with the script from 123 how can i set my server time to always day in the files
  8. mrwolv

    Bug building base!!

    yeah dayz broke the game again the day they pushed the patch were waiting for the patch to hit
  9. mrwolv

    adding loot to custom buildings

    yeah this would be good to know how to do this
  10. mrwolv

    Connecting fail

    sounds like you have not opened your ports correctly :D make sure you open ports 2302-2304 27017 udp and tcp on your computer and router and you will be fine
  11. mrwolv

    ServerTime Settings not working anymore!

    so do we need to remove the time bits from serverdz and enable the script beacuase if we run the script and the code below at the same time nothing will happen serverTime="2018/7/7/8/00"; serverTimeAcceleration=0; serverTimePersistent=0;
  12. mrwolv

    Admin For Dayz Standalone (Works)

    make sure you have added your steam id in code line ref TStringArray admins = {"STEAMIDHERE"}; // Add your STEAM64 ID if still having problems set your name in steam for dayz -name=yourname
  13. mrwolv

    Admin For Dayz Standalone (Works)

    i am not to sure but cars are ment to be like that to stop admin abuse i didnt write the script so not sure how to change it
  14. mrwolv

    ServerTime Settings not working anymore!

    how did you do that can you please share
  15. mrwolv

    All doors Unlocked on Server Restart

    i have tryed that also lol that just saves if a door has been opened or closed and the server will save the door state but it wont save if its locked still unlocked on server reboot
  16. mrwolv

    v3s spawns after patch

    yeah if you try to add the v3s cargo it wont work you need to add the v3s chassis that will work but for me there not spawing ive taken a look in the files and there still there so my guess is there reworking them
  17. mrwolv

    v3s spawns after patch

    yes i have noticed this to maybe they have removed them fullly to re work them i will take a look at this later today
  18. mrwolv

    All doors Unlocked on Server Restart

    would be nice im looking for that also
  19. mrwolv

    Persistency is screwing everything up for everyone.

    Gameservers.com lolzzzzzz sorry but there bad in my experiance but yeah connect via ftp and downlaod all your files or just your mission folder
  20. mrwolv

    Persistency is screwing everything up for everyone.

    lucky i made backup every 2 days as this happened to me lastnight i was able to restore mine
  21. mrwolv

    Stamina

    yes fully works always has done unless your missing something. try this no stam see if that works // 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 int STAMINA_DRAIN_SWIM_FAST_PER_SEC = 0; //in units (how much fast swimming depletes stamina) const int STAMINA_DRAIN_LADDER_FAST_PER_SEC = 0; //in units (how much fast ladder climb depletes stamina) const float STAMINA_DRAIN_HOLD_BREATH = 0; //in units (how much holding breath depletes stamina) const float STAMINA_DRAIN_JUMP = 0; // in units (how much jumping depletes stamina) const float 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 float STAMINA_DRAIN_MELEE_EVADE = 0; // in units (how much evade depletes stamina) const int STAMINA_GAIN_JOG_PER_SEC = 2; //in units (how much of stamina units is gained while jogging) const int STAMINA_GAIN_WALK_PER_SEC = 4; //in units (how much of stamina units is gained while walking) const int STAMINA_GAIN_IDLE_PER_SEC = 5; //in units (how much of stamina units is gained while iddling) const int STAMINA_GAIN_SWIM_PER_SEC = 1; //in units (how much of stamina units is gained while slowly swim) const int STAMINA_GAIN_LADDER_PER_SEC = 1; //in units (how much of stamina units is gained while slowly swim) const float STAMINA_GAIN_BONUS_CAP = 3.0; //in units (tells how much extra units can be added at best to stamina regain) const float STAMINA_KG_TO_STAMINAPERCENT_PENALTY = 2.5; //in units (by how many units is max stamina bar reduced for each 1 kg of load weight) const float STAMINA_MIN_CAP = 5; //in units (overload won't reduce max stamina bar under this value) const float STAMINA_SPRINT_THRESHOLD = 25; //in units (how many units of stamina you need regained in order to be able to start sprinting) const float STAMINA_HOLD_BREATH_THRESHOLD = 10; // in units const float STAMINA_JUMP_THRESHOLD = 20; // in units const float STAMINA_MELEE_HEAVY_THRESHOLD = STAMINA_DRAIN_MELEE_HEAVY; // in units (how many units we need to make a heavy hit in melee) const float STAMINA_MELEE_EVADE_THRESHOLD = 8; // in units const float STAMINA_REGEN_COOLDOWN_DEPLETION = 0.45; // in secs (how much time we will spend in cooldown before the stamina will starts with regeneration) const float STAMINA_REGEN_COOLDOWN_EXHAUSTION = 0.5; const float STAMINA_WEIGHT_LIMIT_THRESHOLD = 5000; //! in grams (weight where the player is not penalized by stamina) const float STAMINA_KG_TO_GRAMS = 1000; //for kg to g conversion const float STAMINA_SYNC_RATE = 1; //in secs const float STAMINA_MAX = 100; /** @}*/
  22. mrwolv

    server crash several times

    my server has crashed none stop today so annoying if there are any fixed please post
  23. mrwolv

    disable damaged on CAR

    do we know where the play spawn time is so i can change it i have totaly forgot where i saw it hahaha i want to change it from 15 to 5
  24. mrwolv

    disable damaged on CAR

    yeah i have it set like that but would be nice to have like a bit of fuel in the tank already :D
  25. mrwolv

    disable damaged on CAR

    thanks its all working now woudl you know how to set fresh spawned vehicles to a full fuel tank or to have some in it
×