- Missed bindings for other games.

This commit is contained in:
drfrag 2020-02-28 16:27:26 +01:00
parent fa5902b538
commit bf8a5621eb
13 changed files with 92 additions and 20 deletions

View file

@ -20,12 +20,12 @@ enter invuse
= sizeup = sizeup
shift +speed shift +speed
space +use space +use
W +forward w +forward
S +back s +back
A +moveleft a +moveleft
D +moveright d +moveright
E +jump e +jump
X crouch x crouch
mouse1 +attack mouse1 +attack
mouse2 +altattack mouse2 +altattack
mouse3 +speed mouse3 +speed

View file

@ -20,12 +20,12 @@ enter invuse
= sizeup = sizeup
shift +speed shift +speed
space +use space +use
E +forward e +forward
D +back d +back
S +moveleft s +moveleft
F +moveright f +moveright
W +jump w +jump
C crouch c crouch
mouse1 +attack mouse1 +attack
mouse2 +altattack mouse2 +altattack
mouse3 +speed mouse3 +speed

View file

@ -20,12 +20,12 @@ enter invuse
= sizeup = sizeup
shift +speed shift +speed
space +use space +use
I +forward i +forward
K +back k +back
J +moveleft j +moveleft
L +moveright l +moveright
O +jump o +jump
M crouch m crouch
mouse1 +attack mouse1 +attack
mouse2 +altattack mouse2 +altattack
mouse3 +speed mouse3 +speed

View file

@ -0,0 +1,3 @@
/* Default keybindings for Heretic */
backspace "use ArtiTomeOfPower"

View file

@ -0,0 +1,3 @@
/* Default keybindings for Heretic */
backspace "use ArtiTomeOfPower"

View file

@ -0,0 +1,3 @@
/* Default keybindings for Heretic */
backspace "use ArtiTomeOfPower"

View file

@ -0,0 +1,11 @@
/* Default keybindings for Hexen */
backspace invuseall
\ "use ArtiHealth"
0 useflechette
9 "use ArtiBlastRadius"
8 "use ArtiTeleport"
7 "use ArtiTeleportOther"
6 "use ArtiPork"
5 "use ArtiInvulnerability2"
scroll +showscores

View file

@ -0,0 +1,11 @@
/* Default keybindings for Hexen */
backspace invuseall
\ "use ArtiHealth"
0 useflechette
9 "use ArtiBlastRadius"
8 "use ArtiTeleport"
7 "use ArtiTeleportOther"
6 "use ArtiPork"
5 "use ArtiInvulnerability2"
scroll +showscores

View file

@ -0,0 +1,11 @@
/* Default keybindings for Hexen */
backspace invuseall
\ "use ArtiHealth"
0 useflechette
9 "use ArtiBlastRadius"
8 "use ArtiTeleport"
7 "use ArtiTeleportOther"
6 "use ArtiPork"
5 "use ArtiInvulnerability2"
scroll +showscores

View file

@ -0,0 +1,10 @@
/* Default keybindings for Strife */
c "showpop 1"
backspace invdrop
z "showpop 3"
k "showpop 2"
q invquery
; not done
; h - use health

View file

@ -0,0 +1,10 @@
/* Default keybindings for Strife */
x "showpop 1"
backspace invdrop
z "showpop 3"
k "showpop 2"
q invquery
; not done
; h - use health

View file

@ -0,0 +1,10 @@
/* Default keybindings for Strife */
w "showpop 1"
backspace invdrop
z "showpop 3"
u "showpop 2"
q invquery
; not done
; h - use health

View file

@ -1,7 +1,7 @@
/* Default keybindings for Strife */ /* Default keybindings for Strife */
/ +jump a +jump
e "showpop 1" w "showpop 1"
backspace invdrop backspace invdrop
z "showpop 3" z "showpop 3"
k "showpop 2" k "showpop 2"