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 Ascended and ServerAPI #39

Closed HPTD1 closed 8 months ago

HPTD1 commented 9 months ago

Issues with: https://gameservershub.com/forums/resources/ark-survival-ascended-serverapi-crossplay-supported.683/

The problem is telling the config file .psm1 to use the API's .exe file instead of the ArkAscendedServer.exe.

Changed the exec path to AsaApiLoader.exe instead of ArkAscendedServer.exe But launching the server gives the error message Server not found. Launching the Loader.exe manually with the same parameters does successfully start the server, but powershell cant launch the API. What else needs to change? does PowershellGSM need an update?