PDA

View Full Version : cant get server running...


Roger_Smith
04-11-2004, 02:27 AM
k I made my config_mp.cfg have this:
// Hostname and Message of the Day
set sv_hostname "|tA| The Alliance Official Clan Server"
set scr_motd "Enjoy the game!"

// Maximum Clients
set sv_maxclients "24"

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

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

For the parameter line I have +set maxclients 24 +set dedicated 2 +net_ip 69.93.57.12

everything goes fine and I get hitch warnings like in moh which usually means the map loaded but when I try to send a simple say command it says server is not running.
Im running 1.3 patched on windows 2003 server.

MajorDay
04-16-2004, 01:00 PM
Try typing in "status" or "serverinfo" and see what comes back.

If the server is running you should get the map name, players,ping etc.

Your startup shortcut should look something like this:


"C:\Program Files\Call of Duty\CoDMP.exe" +set dedicated 2 +exec dedicated.cfg +map_rotate +net_ip 69.93.57.12

You seem to have missed out +map_rotate in your config.
Maxclients is already in the config. settings,so you don't really need it in the startup line.

The config you have made should be named "myconfig.cfg" or maybe "dedicated.cfg" and NOT "config_mp.cfg"
Put the "dedicated.cfg" in the "main" folder.
Let us know how you get on.