Go to file
2015-09-04 18:42:22 -05:00
@ExileServer/addons/a3_dms oops 2015-09-04 18:42:22 -05:00
Pre-Packed PBO PBO 2015-09-04 11:45:16 -05:00
.gitattributes 🎪 Added .gitattributes & .gitignore files 2015-08-25 17:54:33 +02:00
.gitignore 🎪 Added .gitattributes & .gitignore files 2015-08-25 17:54:33 +02:00
README.md inb4 "worst mission system, crashes my server" 2015-09-04 12:36:08 -05:00

http://www.exilemod.com/forums/topic/dms-defents-mission-system/#post-10434

To install: Put the pre-packed PBO in your "@ExileServer\addons" directory. It should be alongside "exile_server" and "exile_server_config".

If you are using infiSTAR and want to keep "_CGM = true;", then set "_UMW = true;", and add "DMS_MissionMarkerCircle","DMS_MissionMarkerDot" to "_aLocalM", so your "_aLocalM" would look like: _aLocalM = ["DMS_MissionMarkerCircle","DMS_MissionMarkerDot"];

OPTIONAL: Download the a3_dms folder and edit the config.sqf to your preferences. Repack the a3_dms folder with a PBO tool and follow the "To install:" steps :D

!!!!!!!!!!!!!!!!!DO NOT USE HEADLESS CLIENT. IT IS CURRENTLY BUGGED AS OF SEPTEMBER 4TH, 2015. IT WILL CRASH YOUR SERVER!!!!!!!!!!!! HEADLESS CLIENT: Add this code to the TOP of your initPlayerLocal.sqf //DO NOT USE!!!

if (!hasInterface && !isServer) then //DO NOT USE!!! { //DO NOT USE!!! 1 spawn //DO NOT USE!!! { //DO NOT USE!!! waitUntil {player==player}; //DO NOT USE!!! DMS_HC_Object = player; //DO NOT USE!!! publicVariableServer "DMS_HC_Object"; //DO NOT USE!!! }; //DO NOT USE!!! }; //DO NOT USE!!!