You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: