PDA

View Full Version : Noob Server Setup Walkthrough


Conflict
12-12-2003, 10:44 PM
Ok..i am new to the concept of runnign my own server, but after months of playing MOHAA and now COD I have decided that instead of complaining about the horrible abuse some players use with others I am gonna run my own server for those of us who just want a good game without all the extra crap!


So..i started my journey.....

I found a cool script maker....figured out the whole cfg file setup and stuff. It says the server is running and everything.

Heres where I am confused. When i start the game it shows my server when i check for local servers..but it isn;t on the main list.

Also when i start Gamespy or ASE I do not find my server

Did I miss something? How do i get my server noticed so people can join it?

Someone help me!!!

I can be reached by reply to this....or on AIM: ConflictsDaily or by ICQ: 136746339

Thank you very much

Tighten
12-13-2003, 12:12 AM
A few things you can try -

Assuming your game is legit (no cracks) and you can connect to the server by typing in the IP. /connect 666.666.66.66:28960

make sure this is in your server.cfg

//Heartbeat===================
seta sv_master1 "master0.gamespy.com"
seta sv_master2 "codmaster.activision.com"
seta sv_gamespy "1"

Then check the console and ensure that your server is resolving to both addresses.

Make sure you have your host name set properly
seta sv_hostname "WooWee" (quotes should be there)

Assuming that all of this is done and your ports are configured properly, aside from any firewall issues - it should show in GameSpy and the master server.

Conflict
12-13-2003, 12:34 AM
// created with save our souls CoD server config builder
// http://sos.noginn.com/codserver by save*noginn

// Passwords
set rconPassword "*****"
set g_password ""
set sv_privatePassword "*****"

// Public Information
set sv_hostname "Conflicts Sniper Only"
set scr_motd "Message Of The Day"
sets .Admin "ConflictsDaily"
sets .Email "killacrew2002@yahoo.com"
sets .IRC ""
sets .Website ""
sets .Location "Minnesota,USA"

// General Settings
set scr_friendlyfire "0"
set sv_maxClients "20"
set sv_privateClients "4"
set sv_maxRate "20000"
set sv_minPing "10"
set sv_maxPing "400"
set sv_pure "1"
set logfile "1"
set g_log "games_mp.log"
set g_allowVote "1"
set scr_allow_vote "1"
set sv_allowAnonymous "0"
set sv_allowDownload "1"
set sv_cheats "0"
set sv_fps "20"
set sv_master1 "codmaster.activision.com"
set sv_master2 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""

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

// DM
set scr_dm_scorelimit "50"
set scr_dm_timelimit "30"
set scr_drawfriend "1"
set scr_forcerespawn "1"

// TDM
set scr_tdm_scorelimit "100"
scr_tdm_timelimit "25"

// SD
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "7"
set scr_sd_timelimit "0"

// BEL
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "30"

// RE
set scr_re_graceperiod "15"
set scr_re_roundlength "4"
set scr_re_roundlimit "0"
set scr_re_scorelimit "7"
set scr_re_timelimit "0"
set scr_re_showcarrier "0"

// Map Rotation
set sv_mapRotation "gametype dm map mp_brecourt gametype dm map mp_carentan gametype dm map mp_chateau gametype dm map mp_depot gametype dm map mp_pavlov gametype dm map mp_railyard gametype dm map mp_rocket gametype dm map mp_ship "
set sv_mapRotationCurrentmap "mp_brecourt "

//Heartbeat===================
seta sv_master1 "master0.gamespy.com"
seta sv_master2 "codmaster.activision.com"
seta sv_gamespy "1"


this is how it looks right now, as far as i can tell it is fine....still not showing on either Gamespy or ASE
What does Hitch Warning mean?

Tighten
12-13-2003, 09:01 AM
Could you please post your console output so I can view it.

I need the whole string not just a section of it.