awotter 0 Posted April 7, 2009 What am I missing? I've dug through the ACE and SPON threads and I can't find why the debug log action works in the demo in regular ArmA but not in ACE. Share this post Link to post Share on other sites
Spooner 0 Posted April 14, 2009 (edited) Oops, yes, I know what the issue is and the problem is that in the addon version that is provided in ACE, the debug log is disabled, and that version is run rather than the one in the mission, so it ignores your wish to enable debugging in the mission itself. You can get around this by manually enabling the log with: _debugOnServer = true; // Perform server debugging (actually broken at the moment, but no harm in enabling it). _useActionForDebugLog = true; // To add a universal action to open the log, rather than using key-press to open it. [_debugOnServer, _useActionForDebugLog] call SPON_initDebugLog; This problem will be resolved by v0.6.0 which is currently being worked on. Edited April 14, 2009 by Spooner Ack, I remembered what this issue was... Share this post Link to post Share on other sites
vipermaul 246 Posted April 14, 2009 Excellent to hear Spooner! Share this post Link to post Share on other sites
awotter 0 Posted April 14, 2009 <code snipped> This problem will be resolved by v0.6.0 which is currently being worked on. Many thanks! Share this post Link to post Share on other sites
Spooner 0 Posted April 14, 2009 Vipermaul, it is mainly to support the new SPON Map, but it also has a lot of things that may make my life easier for other projects. Most of the work has been laying around on my hard drive for ages, but I am terrible at that last push from "done" to "tested" and then on to "released" :( Share this post Link to post Share on other sites