You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi so hellion has a little bit of a diffrent way of starting and shutting off the server.
It starts by using a bat file named Start_ALL.bat containing:
start cmd /c call "Start_DEFAULT.bat"
The Start_DEFAULT.bat contains: @title Game Server DEFAULT
@HELLION_Dedicated.exe
And then it uses another two batch files you need to stop it.
Stop_ALL.bat contains:
start cmd /c call "Stop_DEFAULT.bat"
And Stop_DEFAULT.bat contains:
HELLION_Dedicated.exe -shutdown
Now your script works great with starting it up but would it be possible to add a function to execute a command so it executes the shutdown batch and then updates it?
The text was updated successfully, but these errors were encountered:
Hi so hellion has a little bit of a diffrent way of starting and shutting off the server.
It starts by using a bat file named Start_ALL.bat containing:
start cmd /c call "Start_DEFAULT.bat"
The Start_DEFAULT.bat contains:
@title Game Server DEFAULT
@HELLION_Dedicated.exe
And then it uses another two batch files you need to stop it.
Stop_ALL.bat contains:
start cmd /c call "Stop_DEFAULT.bat"
And Stop_DEFAULT.bat contains:
HELLION_Dedicated.exe -shutdown
Now your script works great with starting it up but would it be possible to add a function to execute a command so it executes the shutdown batch and then updates it?
The text was updated successfully, but these errors were encountered: