-
Notifications
You must be signed in to change notification settings - Fork 7
/
kewk.cfg
59 lines (46 loc) · 1.18 KB
/
kewk.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
// Patrick "kewk" Bowman
// Movement
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
bind q "+leanleft"
bind e "+leanright"
bind x "toggleprone"
bind SPACE "+moveup"
bind c "gocrouch"
// Weapons
bind 1 "weaponslot primary"
bind 2 "weaponslot primaryb"
bind 3 "weaponslot pistol"
bind 4 "weaponslot grenade"
bind MOUSE3 "weapnext"
bind MWHEELDOWN "weapnext"
bind MWHEELUP "weapprev"
// Interaction
bind MOUSE1 "+attack"
bind MOUSE2 "+speed"
bind shift "+melee"
bind r "+reload"
bind F2 "vote no"
bind F1 "vote yes"
bind f "+activate"
bind p "+dropweapon"
bind t "messagemode"
bind y "messagemode2"
// Settings
seta name "^1<-^7Kewk^1->"
seta sensitivity "5"
seta com_maxfps "100"
seta cg_drawFPS "1"
seta cg_shadows "0"
seta rate "25000"
// Developer commands
bind M "toggle cl_paused 0 2"
bind N "toggle timescale 10 1.0"
bind J "toggle cg_fov 80 70"
bind K "toggle cg_draw2d"
bind O "give health"
bind F10 "noclip"
bind F11 "god"
bind F12 "ufo"