Birgitte Posted March 25, 2017 Report Share Posted March 25, 2017 Is there a way to comment out a spawn point in DZAI so they do not spawn in certain areas like the airstrip on Napf? Link to comment Share on other sites More sharing options...
0 Relentless Posted March 25, 2017 Report Share Posted March 25, 2017 Yep that is possible. You can black list those areas in the configuration file. Go to dayz_server\DZAI\init\dzai_config.sqf and search for: DZAI_dynAreaBlacklist = []; DZAI_randAreaBlacklist = []; DZAI_waypointBlacklist = []; Link to comment Share on other sites More sharing options...
0 Birgitte Posted March 26, 2017 Author Report Share Posted March 26, 2017 OK, the instructions say those blacklisted areas are good for random spawns and dynamic spawns, but do not specify static spawns. Also, what would the format be? Is it like this? [14481.524, 13712.073, 5.4349804]]; [x,y,elevation ]] ; How would you specify radius of the area? Right now my workaround is to give false coordinates for each spawn location in DZAI\init\world_spawn_configs\spawn_areas\areas_napf.sqf Link to comment Share on other sites More sharing options...
0 Relentless Posted March 26, 2017 Report Share Posted March 26, 2017 Go to dayz_server\DZAI\init\world_spawn_configs\world_napf.sqf In this file you have all the names of the spawnpoints the static spawn system is using. Just copy out the markers name and put it into the spawn blacklist I posted before. The blacklist is not accepting coordinates, only markers. Link to comment Share on other sites More sharing options...
0 Birgitte Posted March 26, 2017 Author Report Share Posted March 26, 2017 Thank you for the clarification. =o) Link to comment Share on other sites More sharing options...
Question
Birgitte
Is there a way to comment out a spawn point in DZAI so they do not spawn in certain areas like the airstrip on Napf?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now