• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Problem accessing my HL2 DM server.

Joined
Jan 6, 2007
Messages
2,555 (0.38/day)
Location
Illinois
Processor i7 2600k@4.6ghz
Motherboard MSI z68ma-ed55
Cooling Silentx Extreem 120mm
Memory 2x4gb XMS 7-8-7-20 1600
Video Card(s) HD6870
Storage 2x128gb Kingston Hyper-X (Raid0), 2x750gb RE3 (RAID1), 2x750gb RE3 (RAID1)
Display(s) Soyo 24", Gateway 22"
Case Fractal Design Arc Mini 6x120mm fans.
Audio Device(s) Onboard
Power Supply Zalman 750w
Software Windows 7
I can't connect to my Half Life 2 DM server anymore. The only way I can get in is within the game and manually entering the IP only if it's set up as a LAN server. Anything else gives me the following errors.

"steam validation rejected"
"You do not have this 3rd party mod installed"
Server log shows "Client connected with ticket for the wrong game..." many times.

I get the same error if I try running a server on the same PC I'm trying to play on. My friend is having the same problems on his computer.

Clean install of Steam, HL2DM, and HL2DM server or "Source Multiplayer Dedicated Server" or w/e unintuitive name they call it now. :rolleyes:

Account is legit. Lazzer408
Port is open. 27012
Static IP on server.
DM Server name: KickersKaos
Server IP: 24.14.16.181:27015

See what you get.
 
Last edited:
Could anyone get on? Anyone try?
 
I finally found the missing file (thanks steam) and got the GUI-based server to work. Now I'm trying the SRCDM server and srcdm.exe doesn't even launch. -.- I can't believe this is so hard.

Bump? Anyone running a halflife2 server?
 
And what is the non steam server?

I found my problem with SRCDS. Partially my fault. I kept using "-game hl2dm" not "-game hl2mp" -.-*

Running at 24.14.16.181 FOXBOX

Now I need to get this map rotation thing figured out. Also, does SRCDS load the server.cfg file or do I need to tell it to?
 
Just seen your thread. I see you've fixed it, so I'll see if I can log on tonight. A bit of deathmatch will be fun. :)
 
Download this and run

hldsupdatetool -command update -game "Halflife 2 Deathmatch" -dir c:\srcds

It will run the server in non steam mode with steam servers.
 
Download this and run

hldsupdatetool -command update -game "Halflife 2 Deathmatch" -dir c:\srcds

It will run the server in non steam mode with steam servers.

That's how you install the SRCDS server. I used "hldsupdatetool.exe -command update -game "hl2mp" -dir c:\srcds". That only downloads and installs the files. You still have to create the command line to run it.

My batch file to run the SRCDS server is:

@Echo off
start /high c:\srcds\orangebox\srcds.exe -game hl2mp -maxplayers 16 +fps_max 300 -tickrate 75 +map dm_lockdown -autoupdate -console -secure
quit

There may be other switches but I don't know them. The server has no auto crash/restart saftey though. I tried...

@echo off
:srcds
echo (%time%) SRCDS started.
start /high /wait c:\srcds\orangebox\srcds.exe -game hl2mp -maxplayers 16 +fps_max 300 -tickrate 75 +map dm_lockdown -autoupdate -console -secure
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds

Didn't work. I get a "Terminate batch? y/n" prompt.

server.cfg goes in C:\SRCDS\orangebox\hl2mp\cfg and apperently just execs when the server starts.
 
Back
Top