• 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!

OTBooter - An on the fly server restarter

AeroXbird

New Member
Joined
Jan 31, 2010
Messages
2
Reaction score
0
OTBooter
1.12

Hello people,
Today i'll release a project i've been working on for a few days now.
OTBooter is basically a very simple server restarter, it has no special features, altough it doesnt require any set-up either (in most cases)

Requirements.
.NET Framework (4.0)
An OT Server
An IQ of at least 75

Installation.
Installing OTBooter is very easy, all you have to do is copy - paste OTBooter.exe into your server's root folder, and you're set!

Frequently asked questions.
Q: But what if OTBooter doesn't support my server executable?
A: Post the server executable in the thread so i can add it with the next version.

Q: I have a suggestion for OTBooter.
A: That's great, i'm open to suggestions, criticim and support.


I hope you guys like this.
For me this is actually the first time i've written an application in C#.
So please don't blame me for any bugs
Feel free to report bugs, suggest features and give feedback.


AeroXbird.
 

Attachments

Last edited by a moderator:
forum-verified.png
 
Last edited by a moderator:
New update 1.20!

* Added a logging system with timestamps.
* New options menu that allows you to change refresh intervals, restart your server, and shut down OTBooter safely.
* Bugfixes and rewritten refresh system.
* Code cleanup and streamlining.

Download: OTBooter-1.20.zip

Take care,
AeroXbird.
 
Why don't you just allow the user specify his server's executable and write a loop that checks if it's running (using a new thread to do this so the program won't freeze)? I am sure it will solve the compatibility issue.
 
Back
Top