Blockland Forums > General Discussion
(Mac+Windows) Blockland CrashHelper
frogger3140:
Bump
Kalphiter:
Go ahead and make something for the minority of OSes used on Blockland.
Night Fox:
--- Quote from: Kalphiter on January 14, 2011, 09:02:21 PM ---Go ahead and make something for the minority of OSes used on Blockland.
--- End quote ---
I have this strange feeling in the bottom of my stomach.
Maybe it's telling me that most people would make something made for their OS.
Nah, that makes absolutely no sense.
ZSNO:
--- Code: ---@echo off
cls
title Blockland Dedicated Server Restarter
echo Protecting Dedicated Servers from Crashes...
:blockland
echo (%time%) Blockland has started
start /wait /normal blockland.exe -dedicated -map bedroom
echo (%time%) Warning: Server has crashed, or been stopped. Restarting.
goto blockland
--- End code ---
Gotten of GG forums. Modified for BL use.
frogger3140:
--- Quote from: ZSNO on January 14, 2011, 09:53:04 PM ---
--- Code: ---@echo off
cls
title Blockland Dedicated Server Restarter
echo Protecting Dedicated Servers from Crashes...
:blockland
echo (%time%) Blockland has started
start /wait /normal blockland.exe -dedicated -map bedroom
echo (%time%) Warning: Server has crashed, or been stopped. Restarting.
goto blockland
--- End code ---
Gotten of GG forums. Modified for BL use.
--- End quote ---
Thanks for making a Windows version.