• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Restarter tfs 0.3.5 pl1

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
hey is there any restarter for tfs version 0.3.5?
i cant find any that works....
if my server crash i want it to restart!
 
Last edited:
Could you post images?
maybe later!

Files are missing humm.. Probably because u type wrong file name? Also it has to be in same folder as the restarter
No lol.... i did all right but when i activated it i get some error...

read this post nab its not the restarter thats messed..its your computer.

http://otland.net/f138/how-remove-every-error-message-server-crash-51772/

nope noting about that...
 
maybe later!


No lol.... i did all right but when i activated it i get some error...



nope noting about that...

ok well save this as restarter.bat

echo off
title OTServer Restarter
color 80
cls
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
echo :: OTServer Restarter by Straifel ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::

:controllerini
cryingdamson.exe -- change this to the name of your OT file
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
echo :: Your OTServer is restarting... ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini

change the cryingdamson to w/e your .exe is named and put it next to your .exe

the restarter works..if you still dont get it..read some tutorials on like anything lol.
 
for me it brings up a dos window saying 'cryingdamson.exe' is not recognized as an internal or external command, operable program or batch file. but i know that it is cryingdamson.exe am i doing something wrong?
 
for me it brings up a dos window saying 'cryingdamson.exe' is not recognized as an internal or external command, operable program or batch file. but i know that it is cryingdamson.exe am i doing something wrong?

yes your not changing it to the name of YOUR servers .exe
 
if its that stupid "has crashed, report to microsoft?" thingy,
compile your server with
SetErrorMode(SEM_NOGPFAULTERRORBOX);

then any restarter should work..
 
if you want custom-made restarter for Windows the problem before was that "Crying Damson.exe" was two words! Just change it to Cryingdamson.exe and use this script:

Code:
echo off
title OtServ Restarter
cls
:controllerini
:begin 
Cryingdamson.exe
echo 
echo ::  Restarting Server ::
echo 
goto :controllerini
goto begin
:goto begin
echo on
 
if you want custom-made restarter for Windows the problem before was that "Crying Damson.exe" was two words! Just change it to Cryingdamson.exe and use this script:

Code:
echo off
title OtServ Restarter
cls
:controllerini
:begin 
Cryingdamson.exe
echo 
echo ::  Restarting Server ::
echo 
goto :controllerini
goto begin
:goto begin
echo on
well i have tryd this script still give the same as ss as before...
 
Back
Top