patrix87 / PowerShellGSM

A Comprehensive PowerShell Tool for Simple Automated Game Server Management.
https://github.com/patrix87/PowerShellGSM/
MIT License
109 stars 19 forks source link

Ark: Survival Ascended server API #38

Closed BlackWolf12019 closed 9 months ago

BlackWolf12019 commented 9 months ago

Please add launch via AsaApiLoader.exe https://gameservershub.com/forums/resources/ark-survival-ascended-serverapi-crossplay-supported.683/

simonghpub commented 9 months ago

Don't know that software but seems like you just need to change what executable to run. From the page you linked to:

You must launch "AsaApiLoader.exe" next. The loader must be launched as if it was the ArkAscendedServer.exe (with the same parameters). Once launched the api will start and server will be launched too.

The Exec setting, line 100 in the template: Exec = ".\servers\$Name\ShooterGame\Binaries\Win64\ArkAscendedServer.exe"

BlackWolf12019 commented 9 months ago

Don't know that software but seems like you just need to change what executable to run. From the page you linked to:

You must launch "AsaApiLoader.exe" next. The loader must be launched as if it was the ArkAscendedServer.exe (with the same parameters). Once launched the api will start and server will be launched too.

The Exec setting, line 100 in the template: Exec = ".\servers\$Name\ShooterGame\Binaries\Win64\ArkAscendedServer.exe"

The API was updated and the problem disappeared, thanks for the answer