Added more missing files

This commit is contained in:
reaaLx
2024-09-07 15:06:58 +10:00
parent a9da8b788b
commit 7ea506e8ac
470 changed files with 26317 additions and 0 deletions

30
autoexec_pc_dev_mp.cfg Normal file
View File

@@ -0,0 +1,30 @@
//////////////////////////////////////////////////////////////////////////////
// README!!!
// This file is for CODE ONLY settings in MP that are specific for the PC.
// Settings that are for Console and PC should be added to 'autoexec_dev_mp.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 1
set developer_script 1
set logfile 1
set com_statmon 1
set monkeytoy 0
set loc_warnings 1
set loc_warningsAsErrors 0
bind F4 devgui
////////////////////////////////////////////
// * Shipping settings *
// Add non-dev settings below.
// These settings WILL be moved to code.
////////////////////////////////////////////