Update README, add OnKilled logging

This commit is contained in:
eraser1 2015-08-31 00:08:30 -05:00
parent eb5045bdcb
commit 54eb09b4d0
2 changed files with 13 additions and 1 deletions

View File

@ -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;

View File

@ -1,4 +1,10 @@
http://www.exilemod.com/forums/topic/dms-defents-mission-system/#post-10434
To install.
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