Posts: 63
Threads: 20
Joined: Aug 2008
Reputation:
0
10-02-2008, 02:33 AM
(This post was last modified: 10-02-2008, 02:34 AM by jigglywiggly.)
I setup the SRCDS watchdog, but I have a question. Once the error comes up, I have to hit enter and then it restarts... but most of the time I am not remote desktoping my server so then people complain about the server being down. Basically how do I make it so that after it crashes I don't have to hit enter for the server to restart? (I don't usually care about the error since it's an unstable mod, usually no free edicts or something else)
Posts: 49
Threads: 4
Joined: Mar 2008
Reputation:
0
How often does it go down?
Posts: 63
Threads: 20
Joined: Aug 2008
Reputation:
0
About 2 times a day, this mod is highly unstable.
Posts: 63
Threads: 20
Joined: Aug 2008
Reputation:
0
Obsidian conflict, this may sound hypocritical but the mod itself isn't super unstable but some of the maps are.
Posts: 49
Threads: 4
Joined: Mar 2008
Reputation:
0
Oh... Well, I have a Batch file for my watchdog (of course), and this is what I put it to (It's for garry's mod)
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Note: You MUST have it where your srcds.exe is...