-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmofo.cfg
60 lines (55 loc) · 1.19 KB
/
mofo.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
// generated by mofo
unbindall
exec replay
// MISC
bind ESCAPE "togglemenu"
bind TAB "+scores"
bind W "+binoculars"
bind = "replay_live"
bind ` "toggleconsole"
bind PAUSE "toggle cl_paused 0 1"
bind R "+activate"
bind F5 "savegame hoopla"
bind F9 "loadgame hoopla"
bind F12 "screenshot"
// DEV
bind . "toggle r_fullbright 0 1"
bind / "scriptdebugger"
bind B "toggle cl_paused 0 2"
bind T "toggle timescale 1 3"
bind Y "toggle timescale 1 .25 .1"
bind G "god"
bind I "toggle r_showtris 0 1 2"
bind J "notarget"
bind K "toggle ai_showNodes 0 1 2"
bind L "toggle g_entinfo 0 1 2"
bind M "map_restart"
bind N "noclip"
bind H "cg_noclip"
bind O "toggle r_showportals 0 1 2"
bind P "toggle r_lockpvs 0 1"
bind F1 "devgui"
// WEAPONS
bind 1 "weaponslot pistol"
bind 2 "weaponslot primary"
bind 3 "weaponslot primaryb"
bind 4 "weaponslot grenade"
bind MWHEELDOWN "weapnext"
bind MWHEELUP "weapprev"
// FIRING
bind Q "+smoke"
bind A "+frag"
bind C "+melee_breath"
bind MOUSE1 "+attack"
bind MOUSE2 "+speed"
bind MOUSE3 "+reload"
// MOVEMENT
bind D "+back"
bind E "+forward"
bind F "+moveright"
bind S "+moveleft"
bind SHIFT "+movedown"
bind SPACE "+gostand"
bind Z "goprone"
bind MOUSE4 "+leanleft"
bind MOUSE5 "+leanright"