[Archive] [Release]Another Ascent Restarter
[Archive] [Release]Another Ascent Restarter
Quote: 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.
Download Here
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 logonBetter auto-announce, it will no longer interupt you while its doing its thingit 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.
For windows only, im working on one made in python that will be cross platformbut im still new to python
so its gonna take a while.
Archived author: alek900 • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: 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.
Download Here
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 logonBetter auto-announce, it will no longer interupt you while its doing its thingit 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.
For windows only, im working on one made in python that will be cross platformbut im still new to python
so its gonna take a while.
Quote: Nice man, I love this restarter
Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: Nice man, I love this restarter
Quote: Can you by-chance tell me how you made this? What tutorial you took or anything...
Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: Can you by-chance tell me how you made this? What tutorial you took or anything...
Quote: awesome +Rep
Archived author: iccy • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: awesome +Rep
Quote: Originally Posted by kingofbeast
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
Archived author: alek900 • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: Originally Posted by kingofbeast
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
Quote: THX !!!! its realy GOOOD
Archived author: ddinek • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: THX !!!! its realy GOOOD
Quote: Very awesome good job!
Archived author: leetness101 • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: Very awesome good job!
Quote: Originally Posted by alek900
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
I've just been wanting to make my own restarter for a LONG time
Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: Originally Posted by alek900
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
I've just been wanting to make my own restarter for a LONG time
Quote: Very nice! I will most certain use this, thanks! +Rep.
Archived author: chanceless • Posted: 2025-11-04T13:46:12.271870
Original source
Quote: Very nice! I will most certain use this, thanks! +Rep.