Skip to content

[BUG] Satisfactory game port parameter changed on last server update - startup parameters need to be fixed #3649

@0xlord

Description

@0xlord

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:

  1. Install sfserver
  2. Start the server as is
  3. Start the game
  4. Try to connect to the server.
  5. Querry stuff like respond time and game's status are transmitted (server queries), a connection attempt runs into a timed out attempt
  6. 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.

satisfactory

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions