forked from niuus/QuakeGX_mod
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.cfg
62 lines (52 loc) · 1005 Bytes
/
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
//
// load keybindings
//
// commands with a leading + will also be called for key up events with
// the + changed to a -
unbindall
//
// character controls
//
// Wiimote and nunchuk
bind JOY0 +jump
bind JOY1 +attack
bind JOY2 +showscores
bind JOY7 +speed
bind JOY8 +mlook
// Classic controller
bind JOY9 +attack
bind JOY10 +jump
bind JOY11 +showscores
bind JOY13 +mlook
bind JOY14 +speed
// Gamepad
bind JOY20 +attack
bind JOY21 +jump
bind JOY22 +showscores
bind JOY25 +speed
bind JOY26 +mlook
// Both GC Pad, Wiimote and classic controller
bind LEFTARROW "impulse 12" // change weapon
bind RIGHTARROW "impulse 10" // change weapon
bind UPARROW +moveup
bind DOWNARROW +movedown
//
// client environment commands
//
bind ESCAPE "togglemenu"
//
// default cvars
//
sv_aim 1
viewsize 100
gamma 1.0
_snd_mixahead 0.1
bgmvolume 1
volume 1
sensitivity 4
cl_forwardspeed 200
cl_backspeed 200
m_yaw 0.022
m_pitch 0.015
crosshair 1
name "WiiPlayer"