ohnonotagain Posted April 18, 2017 Report Share Posted April 18, 2017 Sorry if this is up here, I couldnt find it. Where are the settings to adjust zombie speed? I looked in dayz_code config and variables...any help would be appreciated Link to comment Share on other sites More sharing options...
salival Posted April 18, 2017 Report Share Posted April 18, 2017 33 minutes ago, ohnonotagain said: Sorry if this is up here, I couldnt find it. Where are the settings to adjust zombie speed? I looked in dayz_code config and variables...any help would be appreciated https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf#L59 Link to comment Share on other sites More sharing options...
ohnonotagain Posted April 18, 2017 Author Report Share Posted April 18, 2017 thank you for showing me where to look! Link to comment Share on other sites More sharing options...
Turok Posted February 13, 2018 Report Share Posted February 13, 2018 Does anyone know where to change this now? I cant seem to locate the proper line Link to comment Share on other sites More sharing options...
kingpapawawa Posted February 13, 2018 Report Share Posted February 13, 2018 DZE_ZombieSpeed = [0,0]; //Default agro speed is 6 per zombie config, set array elements 0 and 1 the same for non-variable speed, set to 0 to disable. array format = [min, max]; Ex: [2, 6]; results in a range of speed between 2 and 6 (2 is the old DZE_slowZombies hard-coded speed) Link to comment Share on other sites More sharing options...
Turok Posted February 13, 2018 Report Share Posted February 13, 2018 11 minutes ago, kingpapawawa said: DZE_ZombieSpeed = [0,0]; //Default agro speed is 6 per zombie config, set array elements 0 and 1 the same for non-variable speed, set to 0 to disable. array format = [min, max]; Ex: [2, 6]; results in a range of speed between 2 and 6 (2 is the old DZE_slowZombies hard-coded speed) Thanks King, I appreciate the fast response!! I'll try it out now Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now