PDA

View Full Version : When launching server....


Grassy
12-03-2003, 11:53 AM
"C:\Program Files\Call of Duty\CoDMP.exe" +set dedicated 2 +exec dedicated.cfg +map_rotate


this is the line I have in the target for the shortcut... I have the config file in the Cod/main folder named accordingly

I am getting an "exec.dedicated.cfg" is an unkown command

map_rotate...

"sv_mapRotation" is:""

"sv_mapRotationCurrent" is:""

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

What am i doing wrong please help...server n00b

imported_tsr3
12-03-2003, 01:24 PM
herm, odd about the exec.dedicated.cfg error, seems you have it written right in the target line, doesnt make much sense unless theres a call to it in the dedicated.cfg itself. try this map rotation setup at the bottom of your config see if it works any better

// The rotation.
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_hurtgen gametype sd map mp_pavlov gametype sd map mp_railyard gametype sd map mp_rocket gametype sd map mp_chateau gametype sd map mp_powcamp"

of course replace sd with whatever gametype youre attempting to run

ClickBouyow
12-03-2003, 01:29 PM
Why is it looking for exec.dedicated.cfg? Make sure there is not a "." between the exec and dedicated. Do you reference that file in the dedicated.cfg? You might want to try renaming it servercfg.cfg and exec that instead. There may be an imbedded dedicated.cfg that is causing conflicts.

Grassy
12-03-2003, 05:40 PM
self ownage :cry:

thanks guys :!: