08-09-2003, 11:26 AM
When running the linux version of HLDS, if it crashes it will automatically restart but won't do this automatically in windows. There have been 3rd party apps to make this happen but I came across an easy way to force restart using a .bat file. Here is what I use for my Rico Development server:
:top
start /wait /high C:\HLServers\HLDevServer\hlds.exe -noipx -heapsize 51200 -port 27016 -game ricochet -console
Echo Server Failed!
Date /t
Time /t
goto :top
:top
start /wait /high C:\HLServers\HLDevServer\hlds.exe -noipx -heapsize 51200 -port 27016 -game ricochet -console
Echo Server Failed!
Date /t
Time /t
goto :top