-
-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can't set world or other settings for Stationeers server #4414
Comments
I'm also having this problem. I thought it might be a permissions issue with my bind, so I switched to a volume instead. No dice, still no settings.xml file, and I can't seem to find one anywhere. docker-compose config: version: "3.8"
services:
# bind mount example
linuxgsm-st-bind:
image: gameservermanagers/gameserver:st
# image: ghcr.io/gameservermanagers/gameserver:st
container_name: statserver
restart: unless-stopped
volumes:
- linuxgsm-st:/data
ports:
- 27016:27016/udp
network_mode: host
volumes:
linuxgsm-st: |
I finally got the server working by logging into a shell in the container, and curling this file into I then still had to edit the file, because it's apparently missing the closing That got the server working, but I was stuck on the moon. I then edited |
Honestly I gave up on LinuxGSM after this got no attention. 6 months to get a partial workaround for a system that's meant to make setting up and running game servers easy tells me that linuxGSM is DOA. |
@hades200082 I hear that. I would have given up on it too, but every other stationeers docker image I tried was even worse. |
Sadly time is always a factor and do this in my (very limited) free time for fun. I welcome PR's to fix the issue. |
Since I'm no longer using LinuxGSM and no one seems interested in fixing it anyway I'm closing this to get it off my github open issues list. @dgibbs64 I didn't mean for my comment above to be a dig at you or anyone else working on and releasing this stuff for free. It's just frustrating that something that is advertised as a feature of the system doesn't work as it should and no one seemed to care. |
Re-opening as it needs to be recorded as a bug. It's not that no one cares but that I have a lack of time to deal with it all. In between having a full-time job in IT and family commitments etc I fit this project (that I have been running for 10 years) in where I can. The reality is that this project could be a full-time job (I wish it was) with the volume of bugs and features. I heavily rely on volunteers submitting PR's to get some stuff fixed quickly. I share your frustration as well. Many similar projects by this point end up abandoned by the maintainers because of similar life commitments. I will however continue to maintain as best I can even if somewhat slow in fixing some issues. |
User story
As a server admin I want to choose the map that the server runs so that my players can play on that map
Game
Stationeers
Linux distro
Ubuntu 20.04
Command
command: start
Further information
Partially referencing #4137 - the startup still complains that settings.xml is missing.
Additionally I've been unable to get the server to load any map other than the moon. There is no documentation for the GSM Stationeers server on how to change this.
Relevant log output
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: