Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH General Discussion
Reload this Page Dedicated server commands
MoH General Discussion General Discussion about Medal of Honor: Allied Assault, expansions and Pacific Assault

Reply
 
Thread Tools Display Modes
Old
  (#1)
[3bn]Cpt.Knight is Offline
Junior Member
 
Posts: 4
Join Date: Jan 2002
Location: USA
   
Default 12-28-2001, 12:21 AM

Those seem to be client-side commands Sirogojno.

I'm trying to setup a dedicated server and I can't even do that. I'm trying to do it with cmd line execs. I've added these cmd lines to a shortcut:
+set dedicated 2 +exec server.cfg

In my server.cfg, I have this:

set map obj/obj_team1
seta sv_hostname "Operation Market Garden"
seta sv_maxclients 14
g_motd "Welcome to Operation Market Garden!"
seta rconpassword "wouldntyouliketoknow"

And thats it, but it doesn't work. Can someone tell me what I am doing wrong or post an example server.cfg that would do the trick for me. I am not too familar with Q3 server setups(I've done HL servers before). TIA

------------------
"Praise the lord and pass the ammunition!"-Poncho Vella
  
Reply With Quote
Old
  (#2)
Sirogojno is Offline
Junior Member
 
Posts: 11
Join Date: Jan 2002
   
Default 12-28-2001, 01:10 AM

command line:

C:GamesMOHAAMOHAANetDemo.exe +set dedicated 1 +exec server.cfg +set ui_console 1

server.cfg:

seta sv_hostname "YOUR SERVER NAME"
sets .URL "SERVER URL (games.mydomain.com)"
sets .CPU "Intel PIII 800 Dual Xeon / 1Gb RAM (or whatever you like)"
sets .Connection "100mbit(or whatever you like)"
sets .Admin "YOUR NAME"
seta .g_motd "WELCOME TO MY SERVER"

seta rconpassword "admin_password"
seta g_minGameClients "1"
seta sv_maxclients "16"
seta g_inactivity "180"

seta sv_allowDownload "0"
seta timelimit "15"
seta g_log "mohaa.log"

set g_gametype 1
map dmmohdm6
........................................

-first few lines are optional
-sv_maxclients sets max number of people to connect
-g_inactivity is good to prevent people just being on the server and not playing, 180 means server will move them to spectator mode if they do not move within 180 seconds
-timelimit is self-explanatory
-g_gametype sets type of game (for DM 1 and for TDM is 2, objective game is 4 [n/a for Stalingrad map])

also, server.cfg should be placed in directory named Main

try this, I hope it would work
  
Reply With Quote
Old
  (#3)
[3bn]Cpt.Knight is Offline
Junior Member
 
Posts: 4
Join Date: Jan 2002
Location: USA
   
Default 12-28-2001, 05:25 AM

Doesn't '+set dedicated 1' make it a lan server. Wouldn't I want to '+set dedicated 2' so it will show up on gamespy arcade?
  
Reply With Quote
Old
  (#4)
Patton_1DE is Offline
Senior Member
 
Posts: 145
Join Date: Jan 2002
Location: Charleston,SC
 Send a message via ICQ to Patton_1DE  
Default 12-28-2001, 06:55 AM

hi
  
Reply With Quote
Old
  (#5)
Masterjts is Offline
Member
 
Posts: 32
Join Date: Jan 2002
   
Default 12-28-2001, 10:52 AM

Ive been running a dedicated server for about 70+hrs and i know that the game runs on a modified quake 3 engine but little to no server commands work! is there an official list of commands that are used for this game? also is there any way to get the consol to actually work as a consol instead of a chat box? ive triend a . / ] [ ' ; , < > ? : " { } - + = _ ~ ! @ # $ % ^ & * ( ) NOTHEING WORKS!!!
  
Reply With Quote
Old
  (#6)
Masterjts is Offline
Member
 
Posts: 32
Join Date: Jan 2002
   
Default 12-28-2001, 11:16 AM

ok i have found how to activate the consol but still none of the commands work like they are suposed to! is there any 2015 pople out there that can supply a lists of functional dedicated server commands?
  
Reply With Quote
Old
  (#7)
Sirogojno is Offline
Junior Member
 
Posts: 11
Join Date: Jan 2002
   
Default 12-28-2001, 11:40 AM

Try adding this to your dedicated server startup line: +set ui_console 1
However, some commands seem not to work. Couple of hours ago I posted question about map rotation where VSTR command fails.
As for the commands list, type CMDLIST within console you will get 109 commands as follows (listed alphabetically):

add
ai_calltrace
ai_delete
alias
altbind
altbindlist
append
autosavegame
bind
bindlist
cam
cd
changeVectors
classevents
classlist
classtree
clientkick
cmdlist
crash
ctrlbind
ctrlbindlist
cvar_restart
cvar_savegame_restart
cvarlist
devmap
difficultyEasy
difficultyHard
difficultyMedium
dir
dmmessage
dumpallclasses
dumpclassevents
dumpevents
dumpuser
echo
entcount
error
eventhelp
eventlist
exec
exitintermission
fdir
fov
freeze
gamemap
gamevars
gameversion
give
god
heartbeat
holster
in_restart
invnext
invprev
join_team
kick
kill
killserver
levelvars
loadgame
loadlastgame
map
meminfo
midiinfo
net_restart
noclip
notarget
notready
path
pause
pendingevents
primarydmweapon
quit
ready
reload
reset
restart
safeholster
safezoom
savegame
say
scale
script
secondarydmweapon
sectorlist
serverinfo
set
seta
sets
setu
snd
spdevmap
spectator
spmap
status
subtract
systeminfo
toggle
touchFile
unaltbind
unbind
unbindall
unctrlbind
vstr
wait
weapnext
weapprev
writeconfig
zoomoff
  
Reply With Quote
Old
  (#8)
Sirogojno is Offline
Junior Member
 
Posts: 11
Join Date: Jan 2002
   
Default 12-29-2001, 07:07 AM

my server is dedicated 1 and yes, it appears on GS
  
Reply With Quote
Old
  (#9)
8827Echo is Offline
Senior Member
 
Posts: 668
Join Date: Jan 2002
Location: Perth, Australia
 Send a message via ICQ to 8827Echo  
Default 12-29-2001, 07:16 AM

Patton stop posting this Hi crap, jeez.

BTW, some commands seem to reset themselves, dunno how to fix it.
  
Reply With Quote
Old
  (#10)
]BwS[Kibbles is Offline
Member
 
Posts: 98
Join Date: Jan 2002
   
Default 12-29-2001, 09:21 AM

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by 8827Echo:

BTW, some commands seem to reset themselves, dunno how to fix it.
<HR></BLOCKQUOTE>


Such as the sv_maxping cmd..I set it to 160 and it works for a day then my server starts letting in players with 400ms and up pings who end up playing with 60 ms players.
  
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.