Author Topic: Auto restart crashed servers [ServerDoc]  (Read 2096 times)

This is a great program i use for my servers, It restarts them when they crash and is very easy to work for Blockland.

img:


Steps to work:

1. Goto http://www.ServerDoc.com and download ServerDoc
2. Move the file you downloaded to the Blockland folder and double click it
3. Right click blockland.exe and hit Properties and copy the location and paste it in the field in ServerDoc then put a space and put this:
Code: [Select]
-dedicated -mission base/data/missions/bedroom.mis4. Hit menu then start and it should start your server.

I think badspot should use this for his servers, haha.




There's a resource on GarageGames that shows you how to write a batch file to restart the server each time it crashes.

Isn't this the second time you've posted this.

There's a resource on GarageGames that shows you how to write a batch file to restart the server each time it crashes.
Can you please link me or give me a title I could search?


Old...

EDIT: Ephi, your link seems down...I'm getting "Service Unavailable."
« Last Edit: February 03, 2008, 11:33:51 AM by Aloshi »


I like the .bat version better...

Anyway to make it copy the consal.log so you can see why the server crashed?


Anyone notice the Comment about Blockland AiO Mod :D:D:D


Code: [Select]
@echo off
cls
title insert title here
echo Protecting Dedicated Servers from Crashes...
:blockland
echo (%time%) blockland.exe has started
start /wait /normal blockLand.exe -dedicated  -mission "map here"
echo (%time%) Warning: Server has crashed, or been stopped. Restarting.
goto blockland



I edit that lolz. badspot does this work lol  :cookieMonster: