PDA

View Full Version : Map Rotation


apa-sf
04-10-2004, 11:08 AM
Hi I am newbie CoD sever admin and I have my first problem :lol:
I can manualy change maps without problems (command "map <mapname"> but when I put autorotation in my sever's cfg file I have this error:

-----------
map_rotate...

"sv_mapRotation" is:"gametype dm map dm_dawnville gametype dm map dm_carentan gametype dm

map mp_pavlov"

"sv_mapRotationCurrent" is:""

Setting g_gametype: dm.
Setting map: dm_dawnville.
Can't find map maps/mp/dm_dawnville.bsp
--------------
I checked and the map is in the pak file in proper directory.
I tryed with maprotation in different cfg file exec from server's cfg but this didn't helped.

And here is fragment of map rotation in sever's cfg:
--------------
set sv_maprotationcurrent ""
set sv_mapRotation "gametype dm map dm_davnville gametype dm map dm_carentan gametype dm map dm_pavlov"
map_rotate
--------------
I am running CoD 1.1 linux server (don't ask me why ;))

P.S.
Please excuse my english :)

Anex
04-10-2004, 11:39 AM
stock map names are NOT "dm_<map name>"; they are "mp_<map name>"

In your example, your setup should be:

set sv_maprotationcurrent ""
set sv_mapRotation "gametype dm map mp_dawnville gametype dm map mp_carentan"

map_rotate

apa-sf
04-11-2004, 10:01 AM
Stupid mistake :? - thanks a lot!

P.S.
Can someone write what are exact changes in gameplay in CoD 1.3 (I am thinking about an update from 1.1).

Anex
04-11-2004, 01:53 PM
Patch info can be found @ www.callofduty.com/patch

There's a link for the readme on that page.

If you're lazy, like me, then just click [HERE] (http://www.callofduty.com/patch/readme_patch_1.3.txt) :wink:

apa-sf
04-11-2004, 02:48 PM
You're so nice, guys 8-) thanks