Gday,
A steam update (cs:source) came down a little while ago so I went to update my servers. Now its just going around in loops, srcds.exe wont start so with the script I modified it will just go around in loops updating then starting to update again.
This has been previously working, its just this update that came down today... perhaps steam made a mistake somewhere?
A steam update (cs:source) came down a little while ago so I went to update my servers. Now its just going around in loops, srcds.exe wont start so with the script I modified it will just go around in loops updating then starting to update again.
This has been previously working, its just this update that came down today... perhaps steam made a mistake somewhere?
Code:
@echo off
cls
echo SRCDS crash protection and automatic update script
title Brainstew #01
:autoupdate
echo (%time%) Automatically checking for any server updates
cd C:\srcds\brainstew01\updater\
start /high /wait HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir C:\srcds\brainstew01\
echo (%time%) Update check is complete; start SRCDS
:srcds
echo (%time%) SRCDS has started
cd C:\srcds\brainstew01\orangebox\
start /high /wait srcds.exe -console -game cstrike -ip 60.234.67.218 -port 27015 -maxplayers 17 +map cs_assault
echo (%time%) WARNING Brainstew #01 has stopped; restarting server
goto autoupdate
BS Gaming Community gamesadmin@brainstew.co.nz