o Set "r" to default +movement

o Changed description for "Reload" to "Reload/alien movement"

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@503 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2006-05-26 17:22:46 +00:00
parent e83f9ea546
commit 31ee58b70c
3 changed files with 9 additions and 5 deletions

View file

@ -35,7 +35,7 @@ bind "f" "impulse 100"
bind "g" "impulse 3" bind "g" "impulse 3"
bind "l" "impulse 105" bind "l" "impulse 105"
bind "q" "lastinv" bind "q" "lastinv"
bind "r" "+reload" bind "r" "+movement"
bind "s" "+back" bind "s" "+back"
bind "t" "impulse 201" bind "t" "impulse 201"
bind "u" "messagemode2" bind "u" "messagemode2"
@ -82,10 +82,10 @@ cl_allowupload "1"
cl_autohelp "1.0" cl_autohelp "1.0"
cl_buildmessages "1" cl_buildmessages "1"
cl_centerentityid "0.0" cl_centerentityid "0.0"
cl_customcrosshair "1"
cl_cmdbackup "2" cl_cmdbackup "2"
cl_cmdrate "30" cl_cmdrate "30"
cl_cmhotkeys "qwerasdfzxcv" cl_cmhotkeys "qwerasdfzxcv"
cl_customcrosshair "1"
cl_dlmax "128" cl_dlmax "128"
cl_download_ingame "1" cl_download_ingame "1"
cl_dynamiclights "1" cl_dynamiclights "1"
@ -93,7 +93,11 @@ cl_forcedefaultfov "0"
cl_gammaramp "1" cl_gammaramp "1"
cl_highdetail "1" cl_highdetail "1"
cl_himodels "0" cl_himodels "0"
cl_iconb "221"
cl_icong "149"
cl_iconr "0"
cl_idealpitchscale "0.8" cl_idealpitchscale "0.8"
cl_labelhivesight "1"
cl_labelmaps "1" cl_labelmaps "1"
cl_lc "1" cl_lc "1"
cl_logocolor "#Valve_Orange" cl_logocolor "#Valve_Orange"

View file

@ -19,7 +19,7 @@
"blank" "==========================" "blank" "=========================="
"+attack" "Attack (important)" "+attack" "Attack (important)"
"+use" "Use/build" "+use" "Use/build"
"+reload" "Reload weapon" "+movement" "Reload/Alien movement"
"impulse 100" "Flashlight" "impulse 100" "Flashlight"
"+showmap" "Show map" "+showmap" "Show map"
"+showscores" "Display multiplayer scores" "+showscores" "Display multiplayer scores"
@ -93,4 +93,4 @@
"impulse 201" "Spray logo" "impulse 201" "Spray logo"
"snapshot" "Take screen shot" "snapshot" "Take screen shot"
"pause" "Pause game" "pause" "Pause game"
"quit" "Quit game" "quit" "Quit game"

View file

@ -17,7 +17,7 @@
"INS" "+klook" "INS" "+klook"
";" "+mlook" ";" "+mlook"
"c" "+showmap" "c" "+showmap"
"r" "+reload" "r" "+movement"
"SHIFT" "+speed" "SHIFT" "+speed"
"MOUSE1" "+attack" "MOUSE1" "+attack"
"MOUSE2" "+popupmenu" "MOUSE2" "+popupmenu"