-
Notifications
You must be signed in to change notification settings - Fork 7
/
wart_mp.cfg
53 lines (43 loc) · 889 Bytes
/
wart_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
//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"
bind MOUSE1 "+attack"
bind MOUSE2 "toggle cl_run"
bind MOUSE3 "weapalt"
bind m "weapalt"
//Interaction
bind f "+activate"
bind r "+reload"
bind TAB "+scores"
//Stance
bind SPACE "+gostand"
bind CTRL "goprone"
bind c "gocrouch"
//Weapon Slots
bind 1 "weaponslot primary"
bind 2 "weaponslot primaryb"
bind 3 "weaponslot pistol"
bind 4 "weaponslot grenade"
//Change Weapons
bind MWHEELUP "weapnext"
bind MWHEELDOWN "weapprev"
//
// MULTIPLAYER CONTROLS
//
bind t "messagemode"
bind v "mp_QuickMessage"
bind y "messagemode2"
bind F1 "vote yes"
bind F2 "vote no"
// Function Keys
bind F12 "screenshotJPEG"
// Third Person
bind j "toggle cg_thirdperson"
bind k "toggle cg_thirdpersonangle 45 90 135 180 225 270 315 0"