You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!HI.scriptEcho) error += "SCRECHO \tFAILED WARNING \n\tEffect: Script Command \"echo\" will not echo anything\n\n";
497
503
if (!HI.engineAlive) error += "ALIVE \tFAILED WARNING \n\tEffect: Game might think it froze if a breakpoint is triggered\n\n";
498
504
if (!HI.enableMouse) error += "ENMOUSE \tFAILED WARNING \n\tEffect: Mouse might be stuck in Game and has to be Freed by opening Task-Manager via CTRL+ALT+DEL\n\n";
505
+
if (!HI.preprocRedirect) error += "PREPROCRDIR \tFAILED WARNING \n\tEffect: Line Numbers of CfgFunctions scripts that use #include will be wrong and breakpoints will not work.\n\n";
499
506
if (fatal) error += "\n A Fatal error occured. Your Game version is not compatible with ArmaDebugEngine. Please tell a dev.";
0 commit comments