PDA

View Full Version : help with rotation on dedicated server


bclemens
06-23-2003, 05:30 PM
What do I type in console to have the default rotation come up, cuz only one map stays up as it is...

DPG_Omaha
06-24-2003, 05:50 AM
Check the server rotation in your server.cfg
if its correct, then
in console, type
rcon exec server.cfg
or
exec server.cfg
if its not a remote server

then restart the server

SNYPE
06-24-2003, 12:11 PM
If you only have one map running then you need to check the maplist in your cfg file.
There are several examples of cfgs here:
http://www.mohadmin.com/nuke/modules.php?name=Content&pa=list_pages_categories&cid=5

You should have an entry in your cfg like this:
seta sv_maplist "dm/mohdm1 dm/mohdm2 dm/dm/mohdm3 dm/mohdm4 dm/mohdm5 dm/mohdm7 "

LPChip
06-26-2003, 09:40 AM
to view the maplist as it is now, type rcon sv_maplist

if it returns:

sv_maplist = "" (default = "") then its not configured in the server.cfg

if default is alot of maps, then initiating the server.cfg would be enough.

If the sv_maplist also has maps, then type rcon timelimit

if it returns:

timelimit = 0 (default = 25) then simply type rcon set roundlimit 25

when the round is over, it will load the next map.