-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_mp.cfg
128 lines (108 loc) · 2.42 KB
/
default_mp.cfg
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
// Hello Dave, Would you like to play a game?
unbindall
// Movement
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
// Lean
bind q "+leanleft"
bind e "+leanright"
// Weapon Controls
bind SHIFT "+melee_breath"
bind MOUSE1 "+attack"
bind MOUSE2 "toggleads"
// Weapon Slots
bind 1 "weapnext"
bind 2 "weapnext"
// Inventory
bind MOUSE3 "+frag"
bind g "+frag"
bind 4 "+smoke"
bind b "+binoculars"
// Interaction
bind f "+activate"
bind r "+reload"
bind TAB "+scores"
// Stance
bind SPACE "+gostand"
bind CTRL "goprone"
bind c "gocrouch"
// Mouse movement cvars
set sensitivity "5"
set cl_freelook "1"
set ui_mousePitch "0"
set m_pitch "0.022"
set m_filter "0"
set cl_mouseAccel "0"
// Menus
bind PAUSE "toggle cl_paused"
bind ESCAPE "togglemenu"
bind ~ "toggleconsole"
bind ` "toggleconsole"
// MULTIPLAYER CONTROLS
bind t "chatmodepublic"
bind v "mp_QuickMessage"
bind y "chatmodeteam"
bind z "+talk"
bind x "openscriptmenu ingame changeweapon"
// CLIENT ENVIRONMENT COMMANDS
bind F1 "vote yes"
bind F2 "vote no"
bind F4 "+scores"
bind F12 "screenshotJPEG"
// UI DEFAULTS
set ui_mapname random
set g_gametype random
set cg_headiconminscreenradius 0.015
// SHARED GAMETYPE DEFAULTS
set ui_allow_sniperrifles 1
set scr_allow_springfield 1
set scr_allow_enfieldsniper 1
set scr_allow_nagantsniper 1
set scr_allow_kar98ksniper 1
set scr_allow_m1carbine 1
set scr_allow_m1garand 1
set scr_allow_thompson 1
set scr_allow_bar 1
set scr_allow_enfield 1
set scr_allow_sten 1
set scr_allow_bren 1
set scr_allow_nagant 1
set scr_allow_svt40 1
set scr_allow_pps42 1
set scr_allow_ppsh 1
set scr_allow_kar98k 1
set scr_allow_g43 1
set scr_allow_mp40 1
set scr_allow_mp44 1
set scr_allow_greasegun 1
set scr_allow_shotgun 1
set scr_allow_fraggrenades 1
set scr_allow_smokegrenades 1
set scr_friendlyfire 0
set scr_drawfriend 1
set scr_forcerespawn 1
set scr_killcam 1
set scr_spectatefree 0
set scr_spectateenemy 0
set scr_teambalance 0
// DEATHMATCH
set scr_dm_scorelimit 50
set scr_dm_timelimit 30
// TEAM DEATHMATCH
set scr_tdm_scorelimit 300
set scr_tdm_timelimit 30
// CAPTURE THE FLAG
set scr_ctf_scorelimit 5
set scr_ctf_timelimit 30
// HEADQUARTERS
set scr_hq_scorelimit 600
set scr_hq_timelimit 30
// SEARCH AND DESTROY
set scr_sd_scorelimit 10
set scr_sd_timelimit 0
set scr_sd_roundlimit 0
set scr_sd_roundlength 4
set scr_sd_graceperiod 15
set scr_sd_bombtimer 60