GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.2k stars 801 forks source link

[Server Request] Mindustry #3123

Open DSDV opened 3 years ago

DSDV commented 3 years ago

What game server would you like adding?

Mindustry

Can you link to any tutorials or guides?

https://steamdb.info/app/1183370/ https://mindustrygame.github.io/wiki/servers/

Is the server on Steam?

If yes Use SteamDB to get the appid. (https://steamdb.info).

[1183370]

Is the server supported on Linux?

h3o66 commented 3 years ago

The steam depot does not seem to be updated at all. The last uploaded version is from the 24.10.2019 ( Timestamp 1571882097 from steamcmd depot)

Also I have the problem that the configfile saves/settings.bin does not seem to be in plaintext.

Currently there is a manual serverlist here: https://github.com/Anuken/Mindustry/blob/master/SERVERLIST.md

h3o66 commented 3 years ago

As this does not support a update via steamcmd we need to create our own updater for this. See linked issue to the repo of the game.

h3o66 commented 3 years ago

The config file can be dumped, but i currently do not got a better idea to push the file to hexdump and display it: hexdump -v -e '"%_u"' config/settings.bin

I am open for any other ideas for this.