ok to update my tf2 dedicated server, i created a batch file called 'server update.bat'. in it i typed this:
"Start hldsupdatetool.exe -command update -game "Team Fortress 2" -dir C:\TF2Server\orangebox -retry"
this is the directory where hldsupdatetool.exe is, as well as the srcds.exe file. but whenever i run server update.bat, some stuff downloads really quickly, and then the console window just closes and the server is still out of date. ><
This is your third thread on the same subject...
yeah
Put this into the BAT file
[CODE]
@echo off
:TOP
echo Updating/installing TF2
hldsupdatetool -command update -game tf -verify_all -retry -dir C:\TF2Server\orangebox
GOTO TOP
[/CODE]
And let it run, until you don't see it reporting any errors in the CMD window
Then run another BAT file in the same directory with this
[CODE]
@echo off
echo Updating/installing TF2
hldsupdatetool -command update -game tf -verify_all -retry -dir C:\TF2Server\orangebox
echo Done updating...
[/CODE]
Overkill, but I prefer to be on the safe side.
[QUOTE=schweinessener;30834740]yeah[/QUOTE]
Then stop posting so many pointless threads and stick to one?
FUCK! There's a thread for questions that don't deserve/require their own size! USE IT!
Sorry, you need to Log In to post a reply to this thread.