From 54eb09b4d07e73ed46e2bc58d798376dc7e81883 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Mon, 31 Aug 2015 00:08:30 -0500 Subject: [PATCH] Update README, add OnKilled logging --- @ExileServer/addons/a3_dms/scripts/OnKilled.sqf | 6 ++++++ README.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_dms/scripts/OnKilled.sqf b/@ExileServer/addons/a3_dms/scripts/OnKilled.sqf index 8d40fdf..b66632d 100644 --- a/@ExileServer/addons/a3_dms/scripts/OnKilled.sqf +++ b/@ExileServer/addons/a3_dms/scripts/OnKilled.sqf @@ -16,6 +16,12 @@ private ["_unit", "_player", "_playerObj", "_side", "_type", "_launcher", "_rockets", "_money", "_respect", "_moneyGain", "_repGain"]; + + +if (DMS_DEBUG) then +{ + diag_log format ["DMS_DEBUG OnKilled :: Logging AI death with parameters: %1",_this]; +}; _unit = _this select 0 select 0; _player = _this select 0 select 1; diff --git a/README.md b/README.md index d28200d..0da7d48 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ http://www.exilemod.com/forums/topic/dms-defents-mission-system/#post-10434 -To install. \ No newline at end of file +To install: +Put the pre-packed PBO in your "@ExileServer\addons\" directory. It should be alongside "exile_server" and "exile_server_config". + + +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 \ No newline at end of file