-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathautoexec_pc_dev_mp.cfg
More file actions
33 lines (28 loc) · 1019 Bytes
/
autoexec_pc_dev_mp.cfg
File metadata and controls
33 lines (28 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//////////////////////////////////////////////////////////////////////////////
// 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.
////////////////////////////////////////////
cg_chatHeight 4
cg_hudChatPosition 5 200
cg_hudSayPosition 5 175