From 0e0901b81ab3f991ef82b387236d78ef4c7c882a Mon Sep 17 00:00:00 2001 From: Zepheris Date: Sat, 3 Mar 2018 16:43:35 -0700 Subject: [PATCH] Modified exile occupation to output log files using infiSTAR logging system --- @ExileServer/addons/a3_exile_occupation.pbo | Bin 242017 -> 242016 bytes .../addons/a3_exile_occupation/config.sqf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_exile_occupation.pbo b/@ExileServer/addons/a3_exile_occupation.pbo index 4fb0bae9d42cf9869de35556f6475b514b154e95..f1d6bfd411288a0964b98f20fd36005a68d00c50 100644 GIT binary patch delta 68 zcmaF(i0{E8z6l$7r7tspLCxt|QPLataoJ54_Y!WtW7mGijuD8Nw%@U1E-VtcYB?wO V=gY8-79WH(SsDE<#Ruqf0RXk$8xQ~h delta 69 zcmaFxi0|Pez6l$7WiB&-LG$;SQ8F9%aoMq?CFT@2pSEj1ZN~`2OxsV}F*g>8m{_ft Ve|e+hkKAS*yD7n6eDln#ivifV9Ebn_ diff --git a/@ExileServer/addons/a3_exile_occupation/config.sqf b/@ExileServer/addons/a3_exile_occupation/config.sqf index 23aa3ed..5f6c511 100644 --- a/@ExileServer/addons/a3_exile_occupation/config.sqf +++ b/@ExileServer/addons/a3_exile_occupation/config.sqf @@ -15,7 +15,7 @@ SC_debug = false; // set to true to turn on debug features (not recommended for live servers) SC_extendedLogging = false; // set to true for additional -SC_infiSTAR_log = false; // true Use infiSTAR logging, false logs to server rpt +SC_infiSTAR_log = true; // true Use infiSTAR logging, false logs to server rpt SC_useApexClasses = true; // true if you want to use the Apex class list over rides, false to use vanilla Arma gear SC_useMapOverrides = true; // set to true to enable over riding options per map (see the bottom of this file for examples)