Posts: 17
Threads: 4
Joined: Apr 2005
Reputation:
0
hey guys i got my server up FINALLY lol, anyways thx for all your help but my server crashes and my friend said theres a way to make it where the server will automatically restart when it crashes. How do i do this. My server is an Steam Dedicated Server 1.6, Ip is 68.111.180.98:27016
Please Help Thanx
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
server should automatically restart when it crashes.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 17
Threads: 4
Joined: Apr 2005
Reputation:
0
nope it doesnt, i have to restart it myself
Posts: 380
Threads: 9
Joined: Jan 2005
Reputation:
0
well with windows, you'll need to use a bat file like the one shown in the tutorials here or use something like serverdoc or fire daemon
United Strike Marine Corps
USMC-CO| θ (theta)
Posts: 17
Threads: 4
Joined: Apr 2005
Reputation:
0
yeah i dled serverdoc but i cant find the target
Posts: 25
Threads: 4
Joined: Mar 2008
Reputation:
0
@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 cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Replace start command line with your command line it should be in your srcds shortcut target if u set your serrver up that way also you have to run the batfile aswell as the serever
SAVE THIS AS C:\srcds\srcds.bat in notepad add switch2015 if u need more help
Posts: 23
Threads: 8
Joined: May 2008
Reputation:
0
05-30-2008, 04:48 AM
(This post was last modified: 05-30-2008, 04:48 AM by ajm113.)
F.Y.I since your using windows make sure you have the error reporter diolog not to appear on that application other wise when your not home and your sever crashes it won't start back up until you hit don't send.
I had that prop a couple of times.
Posts: 25
Threads: 4
Joined: Mar 2008
Reputation:
0
dont get what u mean m8...
Posts: 131
Threads: 15
Joined: May 2008
Reputation:
2
haha 2005?
i wrote a gui program to restart a crashed server. guess i should make it public, eh?