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: Auto update Mods #27

Closed TOXid closed 10 months ago

TOXid commented 10 months ago

Is it possible to somehow check for mod updates? If I'm not mistaken, the server updates mods only at startup, and mod updates are not checked during operation.

patrix87 commented 10 months ago

The mods are on a 3rd party website and not steam. It is technically possible, but would require a lot of changes to the code base to implement since it would be different than any other game.

So right now, it is not planned.