/safeZoneRelocate

Simple Safe Zone relocation script.

Primary LanguageSQF

[EPOCH 1.0.6.1] Safe Zone Relocate Script

Safe Zone Relocate

REPORTING ERRORS/PROBLEMS

  1. Please, if you report issues can you please attach (on pastebin or similar) your SERVER rpt log file as this helps find out the errors very quickly.

Install:

  • This install basically assumes you have NO custom variables.sqf, I would recommend diffmerging where possible.

>> Download <<

Mission folder install:

  1. In mission\init.sqf find: call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; and add directly below:

    call compile preprocessFileLineNumbers "dayz_code\init\variables.sqf";

dayz_server folder install:

  1. In dayz_server\system\server_monitor.sqf find: [] spawn server_spawnEvents; and add directly below:

    [] execVM "\z\addons\dayz_server\init\safeZoneRelocate.sqf";
  2. Move the supplied file safeZoneRelocate.sqf to the dayz_server\init folder.