PDA

View Full Version : Server not showing up in the InGame browser


Mazzic
11-12-2003, 12:00 PM
Alright I have setup a server and am unable to get it to show up in the Ingame browser. I do not have a firewall block ports and am on a dedicated connection to the internet.

I'm converting from running my Medal of Honor: Allied Assault, Spearhead and Breakthrough servers...

I see when I start the server, it resolves the IP for codmaster.activision.com so that it can send the heartbeat. But it never attempts to do the resolve for codauthorize.activision.com.

Thinking I had put a bad server side mod or such on, I went ahead and uninstalled and removed all registry settings that I could locate. After a reboot, I did a fresh install.

Is there a cvar or registry setting that enables or disables the attempts to authorize???

imported_IW-Inherent
11-12-2003, 01:24 PM
It sounds like you might have started it with dedicated 1 which is a lan server. You need to start it with dedicated 2.

Mazzic
11-12-2003, 02:06 PM
Hi Inherent..

Here is my shortcut for starting the server...

"C:\Program Files\Call of Duty\CoDMP.exe" +set dedicated 2 +set sv_maxclients 32 +set g_gametype sd +exec mazzic.cfg

Now for the cfg file..

// Mazzic's server config file

// dedicated: 0=listen server 1=Lan 2=Internet
set dedicated "2"

set scr_motd "Welcome to Mazzic's Server visit www.mazzic.org"
set sv_hostname "Mazzic"
// set net_ip "63.170.71.60"

set rconPassword "thinkthisisreallyit"

set sv_pure 1
set g_log "games_mp.log"
set g_logsync "1"

// set g_syncronousClients 1
set sv_privateclients "2"
set sv_privatepassword "thinkthisisreallyit"
set scr_allow_vote "1"
set scr_forcerespawn "0"
set scr_friendlyfire "1"
set scr_drawfriend "1"
set sv_maxping "200"
//set sv_maxrate "6200"
//set net_noipx "1"

// ==Behind Enemy Lines Settings==
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "0"
set scr_bel_timelimit "15"

// ==Retrieval Settings==
set scr_re_graceperiod "20"
set scr_re_roundlength "5"
set scr_re_roundlimit "0"
set scr_re_scorelimit "0"
set scr_re_showcarrier "0"
set scr_re_timelimit "15"

// ==Search and Destroy Settings==
set scr_sd_graceperiod "20"
set scr_sd_roundlength "5"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "0"
set scr_sd_timelimit "15"

// ==Team Deathmatch==
set scr_tdm_scorelimit "0"
set scr_tdm_timelimit "15"

// ==Deathmatch==
set scr_dm_scorelimit "0"
set scr_dm_timelimit "15"

// Weapons Allowed (1 Enabled / 0 disabled)
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"

exec maps.cfg
map mp_brecourt


Here are the lines from the log from a startup....

COD MP 1.1 build win-x86 Oct 8 2003
----- FS_Startup -----
Current language: english
Current search path:
C:\PROGRA~1\CALLOF~1\main\pak6.pk3 (3 files)
C:\PROGRA~1\CALLOF~1\main\pak5.pk3 (4858 files)
C:\PROGRA~1\CALLOF~1\main\pak4.pk3 (1668 files)
C:\PROGRA~1\CALLOF~1\main\pak3.pk3 (1992 files)
C:\PROGRA~1\CALLOF~1\main\pak2.pk3 (694 files)
C:\PROGRA~1\CALLOF~1\main\pak1.pk3 (2642 files)
C:\PROGRA~1\CALLOF~1\main\pak0.pk3 (12828 files)
C:\PROGRA~1\CALLOF~1/main
C:\PROGRA~1\CALLOF~1\main\localized_english_pak1.p k3 (3736 files)
localized assets pak file for english
C:\PROGRA~1\CALLOF~1\main\localized_english_pak0.p k3 (1204 files)
localized assets pak file for english

File Handles:
----------------------
29625 files in pk3 files
execing default_mp.cfg
couldn't exec language.cfg
execing config_mp.cfg
couldn't exec autoexec_mp.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found AMD w/ 3DNow!
Measured CPU speed is 1.80 GHz
System memory is 512 MB (capped at 1 GB)
Video card memory is 64 MB
Streaming SIMD Extensions (SSE) supported

Winsock Initialized
Opening IP socket: localhost:28960
Hostname: maddog
IP: 63.170.71.60
--- Common Initialization Complete ---
Working directory: C:\PROGRA~1\CALLOF~1
execing mazzic.cfg
execing maps.cfg
------ Server Initialization ------
Server: mp_brecourt
Hunk_Clear: reset the hunk ok
----- FS_Startup -----
Current language: english
Current search path:
C:\PROGRA~1\CALLOF~1\main\pak6.pk3 (3 files)
C:\PROGRA~1\CALLOF~1\main\pak5.pk3 (4858 files)
C:\PROGRA~1\CALLOF~1\main\pak4.pk3 (1668 files)
C:\PROGRA~1\CALLOF~1\main\pak3.pk3 (1992 files)
C:\PROGRA~1\CALLOF~1\main\pak2.pk3 (694 files)
C:\PROGRA~1\CALLOF~1\main\pak1.pk3 (2642 files)
C:\PROGRA~1\CALLOF~1\main\pak0.pk3 (12828 files)
C:\PROGRA~1\CALLOF~1/main
C:\PROGRA~1\CALLOF~1\main\localized_english_pak1.p k3 (3736 files)
localized assets pak file for english
C:\PROGRA~1\CALLOF~1\main\localized_english_pak0.p k3 (1204 files)
localized assets pak file for english

File Handles:
----------------------
59250 files in pk3 files
------- Game Initialization -------
gamename: main
gamedate: Oct 8 2003
0 teams with 0 entities
-----------------------------------
-----------------------------------
Resolving codmaster.activision.com
codmaster.activision.com resolved to 63.146.124.59:20510
Sending heartbeat to codmaster.activision.com
Hitch warning: 2927 msec frame time


anyone see anything wrong?

This is running on a MSI KT4V motherboard which has a built in NIC. Was there any truth to some of the statements that I heard about ingame browser troubles when using the built in nic?

thejerk
11-12-2003, 02:20 PM
I haven't really gone through any of your config, so I don't know if it's something wrong there, but...

I came across a problem with the in-game browser where it will only show a small amount of the servers available. I sometimes have to hit the refresh list three or four times in quick succession to get it to show the full list (and this number is only based on what other people are telling me they're seeing). I can't say if this is my ISP, my computer or a glitch in the browser, but thought this might be the same problem you're having with your server not showing up.

Next chance you get, give that a try (hit refresh list two or more times in quick succession). If you notice a big difference in the number of servers shown, then this is probably what's wrong.

imported_IW-Inherent
11-12-2003, 02:33 PM
Can you resolve codauthorize.activision.com?

Mazzic
11-12-2003, 04:25 PM
Yes..

C:\>ping codauthorize.activision.com

Pinging cod01.activision.com [63.146.124.59] with 32 bytes of data:

Reply from 63.146.124.59: bytes=32 time=47ms TTL=118
Reply from 63.146.124.59: bytes=32 time=110ms TTL=118
Reply from 63.146.124.59: bytes=32 time=63ms TTL=118
Reply from 63.146.124.59: bytes=32 time=141ms TTL=118

Ping statistics for 63.146.124.59:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 47ms, Maximum = 141ms, Average = 90ms

C:\>

I find it interesting that it never says it is trying to resolve for codauthorize.activision.com. You would think it would say it then try to do it.

xsliver
11-12-2003, 04:40 PM
Ok I fixed my server listing problem by adding the gamespy master. Add this in your server config or type it in the console and change the map.

seta sv_master2 "Master.gamespy.com:27900"

You should then see in the console when its working

Sending heartbeat to codmaster.activision.com
Sending heartbeat to Master.gamespy.com:27900

good luck

Mazzic
11-12-2003, 04:42 PM
Alright, I finally got it to work. I do not know why it would not work with the default settings...but...

I added

+set net_lanauthorize 1

to my shortcut startup and it then handled the call to codauthorize.activision.com. It is now showing in the Ingame browser.

File Handles:
----------------------
59250 files in pk3 files
------- Game Initialization -------
gamename: main
gamedate: Oct 8 2003
0 teams with 0 entities
-----------------------------------
-----------------------------------
Resolving codmaster.activision.com
codmaster.activision.com resolved to 63.146.124.59:20510
Sending heartbeat to codmaster.activision.com
Hitch warning: 2761 msec frame time
Resolving codauthorize.activision.com
codauthorize.activision.com resolved to 63.146.124.59:20500
Sending heartbeat to codmaster.activision.com