eggy785 8 Posted December 9, 2018 i know one guy has a script for water in the init.c but my server has issues getting it to work is there any other way to control the water?. Share this post Link to post Share on other sites
mrwolv 46 Posted December 10, 2018 what water script :D there is plenty of water in dayz already can you explain more Share this post Link to post Share on other sites
eggy785 8 Posted December 10, 2018 34 minutes ago, mrwolv said: what water script :D there is plenty of water in dayz already can you explain more i mean this but my init.c having issues with it so looking if there are any other ways. Share this post Link to post Share on other sites
mrwolv 46 Posted December 10, 2018 1 hour ago, eggy785 said: i mean this but my init.c having issues with it so looking if there are any other ways. ahh you need to go to the Dta\scripts folder \ playerconstant.c static const float METABOLIC_SPEED_ENERGY_BASAL = 0.04; //energy loss per second while idle static const float METABOLIC_SPEED_ENERGY_WALK = 0.1; //energy loss per second static const float METABOLIC_SPEED_ENERGY_JOG = 0.20; //energy loss per second static const float METABOLIC_SPEED_ENERGY_SPRINT = 0.40; //energy loss per second static const float METABOLIC_SPEED_WATER_BASAL = 0.040; //water loss per second while idle static const float METABOLIC_SPEED_WATER_WALK = 0.10; //water loss per second static const float METABOLIC_SPEED_WATER_JOG = 0.30; //water loss per second static const float METABOLIC_SPEED_WATER_SPRINT = 0.40; //water loss per second Share this post Link to post Share on other sites
eggy785 8 Posted December 11, 2018 20 hours ago, mrwolv said: ahh you need to go to the Dta\scripts folder \ playerconstant.c static const float METABOLIC_SPEED_ENERGY_BASAL = 0.04; //energy loss per second while idle static const float METABOLIC_SPEED_ENERGY_WALK = 0.1; //energy loss per second static const float METABOLIC_SPEED_ENERGY_JOG = 0.20; //energy loss per second static const float METABOLIC_SPEED_ENERGY_SPRINT = 0.40; //energy loss per second static const float METABOLIC_SPEED_WATER_BASAL = 0.040; //water loss per second while idle static const float METABOLIC_SPEED_WATER_WALK = 0.10; //water loss per second static const float METABOLIC_SPEED_WATER_JOG = 0.30; //water loss per second static const float METABOLIC_SPEED_WATER_SPRINT = 0.40; //water loss per second would players not need to download the scripts folder? for this to work? Share this post Link to post Share on other sites
mrwolv 46 Posted December 11, 2018 no as its set server side players dont need to download anything Share this post Link to post Share on other sites