05-19-2013, 04:03 AM
Hey, I'm having trouble trying to update my team fortress 2 server.
srcds.exe location:
C:\HLServer\orangebox\srcds.exe
HldsUpdateTool.exe location:
C:\HLServer\HldsUpdateTool.exe
In the HLServer folder I have some .bat files that I run:
tf2.bat:
update.bat:
update_and_run.bat:
When I run the update_and_run.bat, I get all the updates (with the time marks in the command prompt). But at the end it says "MasterRequestRestart Your server is out of date. Please update and restart." I've done as many sanity checks as I can think of, but nothing.
I've updated many times in the past without this problem, so I'm at a loss. What do I need to do? I'm sure it's probably something stupid and easy, but I don't know what.
Thanks!
srcds.exe location:
C:\HLServer\orangebox\srcds.exe
HldsUpdateTool.exe location:
C:\HLServer\HldsUpdateTool.exe
In the HLServer folder I have some .bat files that I run:
tf2.bat:
Code:
orangebox\srcds.exe -insecure -console -game tf -ip **** +map cp_egypt_final +maxplayers 32
update.bat:
Code:
HldsUpdateTool.exe -command update -game tf -dir "c:\hlserver" -verify_all -retry
update_and_run.bat:
Code:
call update.bat
call tf2.bat
When I run the update_and_run.bat, I get all the updates (with the time marks in the command prompt). But at the end it says "MasterRequestRestart Your server is out of date. Please update and restart." I've done as many sanity checks as I can think of, but nothing.
I've updated many times in the past without this problem, so I'm at a loss. What do I need to do? I'm sure it's probably something stupid and easy, but I don't know what.
Thanks!