Jump to content
Sign in to follow this  
awotter

SPON_Core Debug log action not working in ACE

Recommended Posts

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

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 by Spooner
Ack, I remembered what this issue was...

Share this post


Link to post
Share on other sites

<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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×