PDA

View Full Version : server help needed


ukiceman
04-07-2004, 04:30 PM
i am trying to run a server but get the following message in cod console, can any help?

"sv_mapRotation" is:""

"sv_mapRotationCurrent" is:""

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

thanks

Jedi_Pimp
04-07-2004, 06:41 PM
your map rotation hasnt been set ! actually im wondering if you created any server config at all ??

look around in the forums you ll find LOADS of example configs..

a server config file is needed to tell your server how to act ie setting , map rotation yada yada




btw heres http://www.codadmin.com/nuke/modules.php?name=Forums&file=viewtopic&t=146

ukiceman
04-08-2004, 04:21 PM
heres my server config can you tell me if anything is wrong i have have this this in them folder called main

thanks

// Hostname and Message of the Day
set sv_hostname "-:{gru}:- guns"
set scr_motd "welcome please play fair and have fun."

// Maximum Clients
set sv_maxclients "18"

// Team Icons
set scr_drawfriend "1"
// Forced Respawn
set scr_forcerespawn "0"

// Friendly Fire
set scr_friendlyfire "0"

// Allow Voting
// It is recommended if you have friendly fire on
// that you also enable voting so that players can kick team-killers.
set scr_allow_vote "0"

// Rconpassword
set rconpassword ""

// Weapons Allowed
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"

// Search and Destroy Settings
set scr_sd_graceperiod "20"
set scr_sd_roundlength "3"
set scr_sd_roundlimit "7"
set scr_sd_scorelimit "5"
set scr_sd_timelimit "0"

// Behind Enemy Lines Settings
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "20"

// Retrieval Settings
set scr_re_graceperiod "20"
set scr_re_roundlength "3"
set scr_re_roundlimit "7"
set scr_re_scorelimit "5"
set scr_re_showcarrier "0"
set scr_re_timelimit "0"

// Team Deathmatch
set scr_tdm_scorelimit "150"
set scr_tdm_timelimit "20"

// Deathmatch
set scr_dm_scorelimit "80"
set scr_dm_timelimit "20"

// 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"

Jedi_Pimp
04-08-2004, 05:04 PM
ok you need to edit your cfg by adding 2 lines to it !

// The rotation.

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_hurtgen gametype sd map mp_pavlov gametype sd map mp_railyard gametype sd map mp_rocket"

map_rotate

ukiceman
04-09-2004, 05:34 AM
i have added the 2 line as suggested but still does not work

anymore suggstions please, i'll try anything if it gets its working
thanks

Jedi_Pimp
04-09-2004, 06:42 AM
hum could be cause your config is not executed ...

once your server starts type in console /exec yourseverconfigname.cfg


you can also add " +exec yourseverconfigname.cfg " to your codMP exe !


example:

The Shortcut.
1. First, create a shortcut to your CoDMP.exe file.
2. Right click on the shortcut and select properties. The target field by default will read something like this:
"C:\Program Files\Call of Duty\CoDMP.exe"

"C:\Program Files\Call of Duty\CoDMP.exe" +exec dedicated.cfg


PS:like i said in my first post look at the link i gave you !! its all explaned init