Skip to content

Auto update Hellion? #20

@7thCore

Description

@7thCore

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions