mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-09-02 23:17:28 +00:00
Added more missing files
This commit is contained in:
40
autoexec_console_dev.cfg
Normal file
40
autoexec_console_dev.cfg
Normal file
@@ -0,0 +1,40 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// README!!!
|
||||
// This file is for CODE ONLY settings in SP that are specific for the console.
|
||||
// Settings that are for Console and PC should be added to 'autoexec_dev.cfg'
|
||||
// This file doesn't ship with the game.
|
||||
// Note: Make sure to use "set" when setting dvars.
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
////////////////////////////////////////////
|
||||
// * Development settings *
|
||||
// Add dev-only settings below.
|
||||
// These settings WILL NOT be moved to code.
|
||||
////////////////////////////////////////////
|
||||
set developer 2
|
||||
set developer_script 1
|
||||
|
||||
set logfile 1
|
||||
set com_statmon 1
|
||||
set monkeytoy 0
|
||||
set loc_warnings 0
|
||||
set loc_warningsAsErrors 0
|
||||
|
||||
// Default dev keyboard controls:
|
||||
bind w +forward
|
||||
bind s +back
|
||||
bind a +moveleft
|
||||
bind d +moveright
|
||||
bind q +speed
|
||||
bind e +attack
|
||||
|
||||
exec developer
|
||||
|
||||
|
||||
////////////////////////////////////////////
|
||||
// * Shipping settings *
|
||||
// Add non-dev settings below.
|
||||
// These settings WILL be moved to code.
|
||||
////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user