Difference between revisions of "Documentation/Engine/Console"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Each game using prism3d has console. To enable it you need to navigate to your <code>config.cfg</code> file and set <code>g_console</code> config variable to <code>1</code>. You can access the console using <code>~</code> key by default.
+
Each SCS game has console. To enable it you need to navigate to your <code>config.cfg</code> file and set <code>g_console</code> config variable to <code>1</code>. You can access the console using <code>~</code> key by default.
  
 
=See also=
 
=See also=
*[[Engine/Console/Commands|Commands list]]
+
*[[Engine/Console/Commands|Commands]]

Revision as of 10:01, 4 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.

See also