PDA

View Full Version : map rotation error


ukiceman
05-30-2004, 02:40 PM
when i start my server i get the following error message

Unknown command "C:\Program Files\Call of Duty\CoDMP.exe"
couldn't exec myserver.cfg
map_rotate...

"sv_mapRotation" is:""

"sv_mapRotationCurrent" is:""

No map specified in sv_mapRotation - forcing map_restart.
Server is not running.

i guess there is a problem with my map rotation can some one take a look at let me know if anything is wrong


//Game & Map Rotation
set g_gametype "sd" //gametype: re, sd, hq, bel,

// The rotation.

set sv_maprotationcurrent ""
set sv_mapRotation "gametype sd map mp_brecourt gametype sd map mp_carentan gametype sd map mp_dawnville gametype sd map mp_depot gametype sd map mp_harbor gametype sd map mp_neuville gametype sd map mp_pavlov gametype sd map mp_railyard gametype sd map mp_rocket"

map mp_brecourt

thanks guys

Anex
05-30-2004, 03:48 PM
Looks like your command shortcut is looking for myserver.cfg; do you have that file created and in your call of duty/MAIN folder?

ukiceman
05-30-2004, 03:54 PM
yes it is in there
thats what i call my server file

imported_Sac
05-30-2004, 08:21 PM
It's nothing to do with your map rotation, the server simply can't find the config you've specified. That's what "couldn't exec myserver.cfg" means.

If you're convinced you've got the config in \Call of Duty\Main then there's one obvious thing to ask, do you have hide extensions for known file types enabled in your folder options?

If so then chances are you have that config named myserver.cfg.txt and you need to remove the .txt extension.