I made a antrix restater about a 1/2 year ago, my goal was to creat a restarter
that was easy to use and had some usfull features other then restarting the server, at the time the only scripting language i knew well enought was autotit .
Ascent restarter made with autoit.
The goal of the restart is to be as simple and userfriendly as possible.
[Only registered and activated users can see links. ]
Updates:
Fixed the problem when not using the restart to start the server.
forgot to remove som debuging stuff.
options to make the restarter startup with windows, only the restarter not ascent and/or logon
Better auto-announce, it will no longer interupt you while its doing its thing
it will check for voicechat.exe and a button to allow it to restart that one to.
Updates 24/11:
Better Log System, will not create a new log if you have the restarter runing for more then a day.
It will now try and restarter for 30sec instead of just 3sec befor showing a error.
Saves the logs and the config file in a new folder called data (Logs in data/logs and will move the old config file)
how to use:
Disable error reporting.
Start the program.
(Maybe Select the ascent folder)
Press the start buttons
No fancy configuration needed
When you press stop it will not shutdown the server,
it will only stop restarting.
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
For windows only, im working on one made in python that will be cross platform but im still new to python so its gonna take a while.
Last edited by alek900; 12-23-2007 at 10:49 AM.
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
Can you by-chance tell me how you made this? What tutorial you took or anything...
why are you asking??
How it started:
this was somewhat like the first version.
Code:
While 1
If Not WinExists(@ScriptDir & "/Ascent.exe") Then
Run(@ScriptDir & "/Ascent.exe")
Do
Sleep(1)
Until WinExists(@ScriptDir & "/Ascent.exe")
ElseIf Not WinExists(@ScriptDir & "/Logonserver.exe") Then
Run(@ScriptDir & "/Logonserver.exe")
Do
Sleep(1)
Until WinExists(@ScriptDir & "/Logonserver.exe")
EndIf
WEnd
How it started:
this was somewhat like the first version.
Code:
While 1
If Not WinExists(@ScriptDir & "/Ascent.exe") Then
Run(@ScriptDir & "/Ascent.exe")
Do
Sleep(1)
Until WinExists(@ScriptDir & "/Ascent.exe")
ElseIf Not WinExists(@ScriptDir & "/Logonserver.exe") Then
Run(@ScriptDir & "/Logonserver.exe")
Do
Sleep(1)
Until WinExists(@ScriptDir & "/Logonserver.exe")
EndIf
WEnd
I've just been wanting to make my own restarter for a LONG time