All public logs

Combined display of all available logs of Commander Wars. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:45, 26 July 2022 Admin talk contribs created page Debugging (Created page with "There are mechanisms intended to help debug the game. ==Printing to the console== The game has an integrated function which you can use to debug output <syntaxhighlight lang="javascript"> GameConsole.print("String", 1); </syntaxhighlight> Passing the 1 as a parameter, allows you to see the output, when you press F1, while the game is open. ==Setting Debug Log Levels== The Commander_Wars.ini file includes options to output more debug data into the game's console. By...")