Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH General Discussion
Reload this Page Does anyone know ......
MoH General Discussion General Discussion about Medal of Honor: Allied Assault, expansions and Pacific Assault

Reply
 
Thread Tools Display Modes
Does anyone know ......
Old
  (#1)
Qrusty is Offline
Junior Member
 
Posts: 20
Join Date: May 2002
   
Default Does anyone know ...... - 08-24-2002, 12:46 PM

What command adjusts the speed , when you move right or left ?

Some games have a parameter for this, I was wondering if Mohaa did.
  
Reply With Quote
Old
  (#2)
goneaway is Offline
Member
 
Posts: 78
Join Date: Aug 2002
  Send a message via MSN to goneaway  
Default 08-24-2002, 01:48 PM

no. not that i know of. soooooooo uh, yeah.
  
Reply With Quote
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
Old
  (#4)
Bleuachdu is Offline
Senior Member
 
Posts: 2,345
Join Date: Apr 2002
Location: Detroit, MI
  Send a message via AIM to Bleuachdu  
Default 08-24-2002, 02:35 PM

Quote:
Originally Posted by Hollywood
m_filter "0 or 1"
- set mouse filter off (0) or on (1)
Sorry to get off topic, but what is the mouse filter?
  
Reply With Quote
Old
  (#5)
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:43 PM

The filter translates mouse events according to a set of translation rules. Unless you're very picky or something, you would never need to mess with the Mouse translation. An example would be:

# Syntax is:
# incoming-type [type-specifics] TO outgoing type [type-specifics]

#
# Simulated mouse buttons on the keyboard
#
#KEY modmask modvalue button label symbol TO BUT buttonnumber
KEY 0x0004 0x0004 0xffff 0x000d 0xffff TO BUT 1 # Alt-Enter
KEY 0x0004 0x0004 0xffff 0x0020 0xffff TO BUT 2 # Alt-Space
KEY 0x0004 0x0004 0xffff 0x0008 0xffff TO BUT 3 # Alt-BackSpace

#
# Keyboard-Mouse on the Cursors
#
#KEY modmask modval button label symbol TO REL axis value
KEY 0x0004 0x0004 0xffff 0xe034 0xffff TO REL X -5 # Alt-Left
KEY 0x0004 0x0004 0xffff 0xe035 0xffff TO REL X 5 # Alt-Right
KEY 0x0004 0x0004 0xffff 0xe032 0xffff TO REL Y -5 # Alt-Up
KEY 0x0004 0x0004 0xffff 0xe033 0xffff TO REL Y 5 # Alt-Down

#
# Keyboard mouse on the Numpad
#
KEY 0x0004 0x0004 0xffff 0xe231 0xffff TO REL X -5 # Alt-Num1
KEY 0x0004 0x0004 0xffff 0xe231 0xffff TO REL Y 5 # Alt-Num1
KEY 0x0004 0x0004 0xffff 0xe232 0xffff TO REL Y 5 # Alt-Num2
KEY 0x0004 0x0004 0xffff 0xe233 0xffff TO REL X 5 # Alt-Num3
KEY 0x0004 0x0004 0xffff 0xe233 0xffff TO REL Y 5 # Alt-Num3
KEY 0x0004 0x0004 0xffff 0xe234 0xffff TO REL X -5 # Alt-Num4
KEY 0x0004 0x0004 0xffff 0xe235 0xffff TO BUT 1 # Alt-Num5 - Button
KEY 0x0004 0x0004 0xffff 0xe236 0xffff TO REL X 5 # Alt-Num6
KEY 0x0004 0x0004 0xffff 0xe237 0xffff TO REL X -5 # Alt-Num7
KEY 0x0004 0x0004 0xffff 0xe237 0xffff TO REL Y -5 # Alt-Num7
KEY 0x0004 0x0004 0xffff 0xe238 0xffff TO REL Y -5 # Alt-Num8
KEY 0x0004 0x0004 0xffff 0xe239 0xffff TO REL X 5 # Alt-Num9
KEY 0x0004 0x0004 0xffff 0xe239 0xffff TO REL Y -5 # Alt-Num9

#
# Home the cursor ...
#
KEY 0x0004 0x0004 0xffff 0xE038 0xffff TO ABS X 0 # Alt-Home
KEY 0x0004 0x0004 0xffff 0xE038 0xffff TO ABS Y 0 # Alt-Home

#
# Invert mouse axis
#
#REL modmsk modval axis TO REL axis multiplier
REL 0x0004 0x0004 X TO REL Y -1
REL 0x0004 0x0004 Y TO REL X -1

#
# Accelerate mouse
#
# multiplier treshold higher-speed
REL 0x0004 0x0004 X TO REL X 1 5 4
REL 0x0004 0x0004 Y TO REL Y 1 5 4

#
#
# Invert mouse buttons
BUT 0x0004 0x0004 1 TO BUT 2
BUT 0x0004 0x0004 2 TO BUT 1
  
Reply With Quote
Old
  (#6)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default 08-25-2002, 12:06 AM

. . .That translates as "blah blah blah, blah blah. Blah blah? blah!" to me, heh

Basically, you don't need to know what the mouse filter does. It's a goverment classified. oOo:
  
Reply With Quote
I EXPECT MOST THING DO TRANSLATE THAT WAY TO YOU
Old
  (#7)
Guest
 
Posts: n/a
   
Default I EXPECT MOST THING DO TRANSLATE THAT WAY TO YOU - 08-25-2002, 01:49 AM

[quote="ST_Bazooka_Joe":0fef2]. . .That translates as "blah blah blah, blah blah. Blah blah? blah!" to me, heh

Basically, you don't need to know what the mouse filter does. It's a goverment classified. oOo:[/quote:0fef2]



JOE....THIS ONE WITHOUT A SHADOW OF A DOUGHT GOES INTO THE BS FILE...there not a post in the forum your not in...holy crap...lol...anyway...still watchin...and keepin score...BUTCHER
  
Reply With Quote
Old
  (#8)
rudedog is Offline
Site Owner
 
rudedog's Avatar
 
Posts: 5,843
Join Date: Jan 2002
Location: Florida, USA
 Send a message via ICQ to rudedog Send a message via AIM to rudedog  
Default 08-25-2002, 06:41 AM

Don't be dissen Bazooka_Joe, Bull hake:

I do believe there is something. It's not part of cmdlist but CVARLIST

I know Judas plays with this when he's on the aa.com game server late at night.

He changes gravity from the command line on the fly.

type cvarlist in the console and look in there.

Good luck


Not so Rude
- Rudedog
Follow me via Twitter @THErealRUDEDOG
  
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.