arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

GameUserSettings.ini resets upon start of server #1176

Open SweOlle opened 3 years ago

SweOlle commented 3 years ago

GameUserSettings.txt

This is the config I'm using and it is located in the Shootergame/Saved/Config/linuxserver folder

I recently added mods but since then the game starts with its own config. Please help

klightspeed commented 3 years ago

It sounds like one of those mods fails the config loading process, resulting in the game server reverting to the default configuration, which it then writes out.

To prevent the game server from writing the config, you would have to deny writes to the file (remove the write permission) - though this does not guarantee that the settings in that file will actually be used.

SweOlle commented 3 years ago

I have now changed the GameUserSettings.ini but whenever I start the server it gives me this d56e4d8a20ad4cf4cd8582d78f93925b

klightspeed commented 3 years ago

That suggests that the error is occurring before docker calls the script. If you run netstat -antup, is something still bound to port 27016?

SweOlle commented 3 years ago

I'm using the hostservice Shockbyte and whenever I type something in to the console nothing happends. :/ Is it possible to add you on discord for further discussion?

klightspeed commented 3 years ago

If you're using https://shockbyte.com/games/ark-server-hosting, then I think it would be best to contact Shockbyte support.

We are not affiliated with either Wildcard (the makers of ARK Survival Evolved) or with Shockbyte, and cannot provide general support on their behalf.

I would not be surprised if the Shockbyte game servers are run on shared hosting, which would require specifying a unique port for each server.