Acekorneya / Ark-Survival-Ascended-Server

Ark Survival Ascended Server Docker Image for running a server on Linux
MIT License
123 stars 22 forks source link

Server API plugin support #52

Open ADRS55 opened 4 months ago

ADRS55 commented 4 months ago

It would be great to have support for the Server API plugin. Is there any plans to add it?

Acekorneya commented 4 months ago

Yeah, I would like to be able to implement it into the script. The issue is that they don't have a Linux build. Additionally, we run ASA under Proton because the ASA devs don't have a Linux build for ASA. So, it would take some work to get the API working under Linux using Proton or Wine.

ADRS55 commented 4 months ago

I saw that Mr. Mschnitzer managed to implement the server API in his ASA docker image. I was just curious, Don't want to migrate to another image because yours is really good :) Thanks.

Acekorneya commented 4 months ago

Thanks for letting me know. A lot of people have been asking if I will implement it. Now that I see others have gotten it working, I might be able to implement it in my script as well. I'll give it a shot and see if I can get it working with my version of the script.