SRCDS Steam group


Srcds crash
#1
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)
Reply
#2
How often does it go down?
[Image: bobafet.png]
Reply
#3
About 2 times a day, this mod is highly unstable.
Reply
#4
What is the mod?
[Image: bobafet.png]
Reply
#5
Obsidian conflict, this may sound hypocritical but the mod itself isn't super unstable but some of the maps are.
Reply
#6
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...
[Image: bobafet.png]
Reply
#7
I know that, I just have to hit enter for it to restart. Because an error pops up, and I have to hit ok on it, then it starts back up.

Here's what mine looks like.

Quote:@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 obsidian +map oc_lobby +maxplayers 12 -ip 192.168.0.155 -port 27016
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)