User Story
As a user, I want Satisfactory startup parameters to be changed so that players are able to connect to the server again.
Basic info
- Distro: Rocky Linux 8.4
- Game: Satisfactory
- Command: ./sfserver start
- LinuxGSM version: v20.4.0
Further Information
With yesterdays Satisfactory server update the parameter for the games port changed from -GamePort to -Port. I've updated my common.cfg and it is working again. However this should be fixed within LGSM.
https://satisfactory.fandom.com/wiki/Dedicated_servers
To Reproduce
Steps to reproduce the behaviour:
- Install sfserver
- Start the server as is
- Start the game
- Try to connect to the server.
- Querry stuff like respond time and game's status are transmitted (server queries), a connection attempt runs into a timed out attempt
- Change startup parameter from
startparameters="FactoryGame -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -GamePort=${port} -log -unattended" into startparameters="FactoryGame -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -Port=${port} -log -unattended" and it works again.
Expected behaviour
Players can join the server again.

User Story
As a user, I want Satisfactory startup parameters to be changed so that players are able to connect to the server again.
Basic info
Further Information
With yesterdays Satisfactory server update the parameter for the games port changed from
-GamePortto-Port. I've updated my common.cfg and it is working again. However this should be fixed within LGSM.https://satisfactory.fandom.com/wiki/Dedicated_servers
To Reproduce
Steps to reproduce the behaviour:
startparameters="FactoryGame -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -GamePort=${port} -log -unattended"intostartparameters="FactoryGame -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -Port=${port} -log -unattended"and it works again.Expected behaviour
Players can join the server again.