-
Notifications
You must be signed in to change notification settings - Fork 6
/
default.cfg
71 lines (61 loc) · 1.27 KB
/
default.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
// 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"
bind MOUSE1 "+attack"
bind MOUSE2 "toggle cl_run"
bind m "weapalt"
//Interaction
bind f "+activate"
bind r "+reload"
bind TAB "+scores"
//Stance
//"raisestance"
//"lowerstance"
//"+movedown" aka hold down crouch
//"+moveup" aka jump/raise stance
//"toggleprone"
//"togglecrouch"
//"+prone"
//"goprone"
//"gocrouch"
//"+gostand"
//bind SPACE "+moveup"
//bind CTRL "lowerstance"
bind SPACE "+gostand"
bind CTRL "goprone"
bind c "gocrouch"
//Change Weapons
bind MWHEELDOWN "weapnext"
bind MWHEELUP "weapprev"
// Add SELECT PRIMARY and bind to ALT
//Weapon Slots
bind 1 "weaponslot primary"
bind 2 "weaponslot primaryb"
bind 3 "weaponslot pistol"
bind 4 "weaponslot grenade"
//bind 5 "weaponslot smokegrenade"
//Saves
bind F5 "savegame quicksave"
bind F9 "loadgame quicksave"
bind F12 "screenshotJPEG"
//Menus
bind PAUSE "toggle cl_paused"
bind ESCAPE "togglemenu"
bind ~ toggleconsole
bind ` toggleconsole
// 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