Skip to content
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]: Humanitz - Incorrect Server Settings File Being Referenced #4738

Open
theBeaz opened this issue Jan 5, 2025 · 1 comment
Open

[Bug]: Humanitz - Incorrect Server Settings File Being Referenced #4738

theBeaz opened this issue Jan 5, 2025 · 1 comment

Comments

@theBeaz
Copy link

theBeaz commented Jan 5, 2025

User story

On a fresh install, I want LGSM to look at the correct server settings file

Game

Humanitz

Linux distro

Ubuntu 24.04

Command

command: details

Further information

When running details on Humanitz, it says the config file is:
/home/lgsm/serverfiles/TSSGame/Saved/Config/LinuxServer/GameUserSettings.ini

This is incorrect. This file contains client-side settings.

The server config file is here:
/home/lgsm/serverfiles/TSSGame/GameServerSettings.ini

This contains server name, max players, password, etc. It gets created after first server start.

Another issue with this is that the details command will report the server name as "NOT SET" because it is looking for the "ServerName" var in the GameUserSettings file instead of GameServerSettings (where it actually is).

Relevant log output

No response

Steps to reproduce

No response

@theBeaz
Copy link
Author

theBeaz commented Jan 5, 2025

Forgot that it will also start modifying the command line to start the server to "NOT SET" as well since it ignores common.cfg. That's the even bigger problem. I know how to work around it, but FYI since this file is wrong!

@dgibbs64 dgibbs64 moved this from 🆕 New Issues to 🏗 In Progress in LinuxGSM Backlog Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In Progress
Development

No branches or pull requests

1 participant