View Single Post
Old
  (#3)
Hollywood is Offline
Senior Member
 
Posts: 1,565
Join Date: Aug 2002
Location: "I have never let my schooling interfere with my education"
   
Default 08-24-2002, 02:31 PM

Come on Goneaway ,every time someone asks a question you reply with the same thing. Don't post a reply if you don't know the answer. Uh...yeah.

As for the command to increase the movement keys, I don't think there is one. Here is a list of commands that you can use. Unless there is a sensitivity setting in the menu, I don't think you can increase the speed of your movement.

cmdlist
- list all console commands

meminfo
- gives info about memory

echo
- echoes text to the console

launchgamespy
- launches gamespy

bind "key" "command"
- bind command to a key

bindlist
- list all key bindings

altbind "key" "command"
- bind command to alt+key

ctrlbind "key" "command"
- bind command to ctrl+key

altbindlist
- list all alt+key bindings

ctrlbindlist
- list all ctrl+key bindings

unbind "key"
- unbind key

unaltbind "key"
- unbind alt+key

unctrlbind "key"
- unbind ctrl+key

unbindall
- unbind all keys

say "message"
- send message to all players in the game

sayteam "message"
- send message to all players in your team

exec "file.cfg"
- execute commands in file.cfg

kill
- suicide

quit
- exit moh

cvarlist
- list all variables

name "myname"
- sets your player name to myname

sensitivity "<number>"
- sets your mouse sensitivity (5-20)

m_filter "0 or 1"
- set mouse filter off (0) or on (1)

fps "0 or 1"
- toggle fps info display off (0) or on(1)

cheats "0 or 1"
- sets cheats off (0) or on (1)

subtract "var" "amount"
- subtract amount from var

toggle "var"
- toggle var value to 0 or 1

add "var" "amount"
- add amount to var

dir
- list all files in current directory

cd "folder"
- change current directory to folder

fdir "filter"
- list all files in current directory, applying filter (ex. fdir *.bsp)

set "var" "value"
- sets var to value

maplist
- list maps

append "var" "string"
- append string to var

map "mymap"
- change to map mymap

pause
- pause/unpause game

serverinfo
- echo server information to console

systeminfo
- echo system information to console

path
- echo current search path to console

scale "var" "amount"
- multiply var by amount

savegame
- save current game

autosavegame
- save current game as autosave

kick "player"
- kicks player

kick all
- kicks all players

kick allbots
- kicks all bots

reload
- reload current weapon

status
- echo status/player info to console

restart
- restarts server

reset "var"
- set var to its default

loadgame
- load saved game

loadlastgame
- load last saved game

gamemap "mymap"
- change to map mymap

killserver
- kills the server

connect "ip"
- connects to server at ip

difficultyHard
- sets difficulty to hard

difficultyMedium
- sets difficulty to medium

difficultyEasy
- sets difficulty to easy

clear
- clear all text from the console

error
- exits moh with error message
  
Reply With Quote