Difference between revisions of "Documentation/Engine/Console"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
=See also=
 
=See also=
 
*[[Engine/Console/Commands|Commands]]
 
*[[Engine/Console/Commands|Commands]]
 +
 +
[[Category:TODO]]

Revision as of 10:59, 11 February 2016

Each SCS game has console. To enable it you need to navigate to your config.cfg file and set g_console config variable to 1. You can access the console using ~ key by default.

TODO: talk about Ctrl+Shift shortcut stuff, minicon.

See also