Debugging: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 August 2023

4 February 2023

19 August 2022

26 July 2022

  • curprev 03:4503:45, 26 July 2022Admin talk contribs 582 bytes +582 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..."