GameServerManagers / LinuxGSM

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

[BUG] Don't starve together... Cave Server won't use proper ports. #3456

Open interstate420productions opened 3 years ago

interstate420productions commented 3 years ago

User Story

Trying simply to start a 'Caves' server to compliment it's "Overworld" counterpart.

Basic info

Further Information

Overworld server is running properly using the default installed config file: /home/dsttesting/.klei/DoNotStarveTogether/Cluster_1/Master/server.ini

I issued the ./linuxgsm.sh install and the subsequent ./dsterver-2 was generated.

However ./dstserver-2 is also reading /home/dsttesting/.klei/DoNotStarveTogether/Cluster_1/Master/server.ini

It should be reading : /home/dsttesting/.klei/DoNotStarveTogether/Cluster_1/Caves/server.ini

I have tried to over-ride the port by using the instance.cfg file. No matter what commands I put in there they are all "Not Found"

making the ./dstserver-2 read the proper config file. would be the optimum solution.

To Reproduce

Steps to reproduce the behaviour:

  1. Install DST Server
  2. Configure ports for the basic install.
  3. then run ./linuxgsm.sh install to generate the ./dstserver-2
  4. Modify ports launch server. the server will only read the : /home/dsttesting/.klei/DoNotStarveTogether/Cluster_1/Master/server.ini
  5. To get the multi server config files proper I followed this : https://docs.linuxgsm.com/game-servers/dont-starve-together

Expected behaviour

That the main "Overworld Server" starts using it's config files. and that the Caves Server starts and uses It's proper config files as defined.

Thank you for your time and any assistance you may have to offer..

marvinlehmann commented 3 years ago

I'd guess it's still the same problem as discussed in #1554 :/ I didn't take a look at the code for a long time.