eggs/game_eggs/steamcmd_servers/satisfactory
Red-Thirten 127bea6a4d Custom Ports Update + More
Egg:
- Changed the startup command to call the binary directly to avoid end-users changing the provided bash file to run whatever they'd like.
- Changed the install script to check that the server successfully installed, and makes the server binary executable. Also added Software-Noob as a contributor.
- Fixed the startup command to support custom ports. The SERVER_PORT variable is now tied to the Server Query Port (because that is what clients use to connect to the server). The GAME_PORT variable was added for the Game Port. Also changed the Game Port to use the correct flag.
- Changed the Server Query Port variable to be the Game Port and provided a better description.
- Updated the Beacon Port description to be more accurate. Also unlocked it's restriction to port 15000 because it can be changed now.

README:
- Updated any text mentioning restricted ports to text explaining their configuration. Also used clearer verbiage for the port table.
- Added Software-Noob as a contributor.
- Added info on "initializing"/"claiming" a server.
- Added info on the command line.
- Added "SDL" warning as a warning to safely ignore.
2021-10-27 16:11:17 -07:00
..
egg-satisfactory.json Custom Ports Update + More 2021-10-27 16:11:17 -07:00
README.md Custom Ports Update + More 2021-10-27 16:11:17 -07:00

Satisfactory

Server version currently marked as experimental by the Satisfactory developers! Egg loads fine, but your mileage may vary in-game.


Authors / Contributors


Red-Thirten

💻 🔨

Kubi

💻 💡

matthewpi

💻 💡

Software-Noob

💻 💡

Game Description

From Coffee Stain's Website:

Satisfactory is a first-person open-world factory building game with a dash of exploration and combat. Play alone or with friends, explore an alien planet, create multi-story factories, and enter conveyor belt heaven!


Egg Capabilities

  • Configuration of the Server Query, Beacon, and Game ports.
  • Configurable to automatically check for server updates on start via SteamCMD. Forcing validation is also configurable.
  • Misc. settings listed below can be configured by an admin client via the game's UI, and are currently not set via the Egg:
    • Server Password
    • Admin Password
    • Auto-Save on Player Disconnect
    • Pause When No Players Online
    • ...and possibly more as the client's UI is developed further for more configuration options.

Server Ports

Default server ports are listed below, but all three ports can be changed freely. Note: The Primary/Default/"Game" Port for your server in Pterodactyl will be your Server Query port. It is recommended to distance ports of other running Satisfactory servers in Pterodactyl by increments of 100 (it is currently unknown what the minimum increment is, but an increment of +1 caused cross-server talk in testing). Also, your internal ports must match your external ports on your network (ie. you can't have an external port of 7778 forwarded to your 7777 internal port; they must match). All three ports are required to be open for normal server behavior!

Port Default (UDP)
Server Query (Primary Port in Pterodactyl) 15777
Beacon 15000
Game 7777

Installation Requirements/Instructions

  • No major requirements, other than RAM and Disk space noted below.
  • You do not need to own the base game to host this server.
  • However, to fully "initialize" your server, a client who owns the game must log into the server to "claim" it and create a new session. The generated session will not be written to disk until the first save occurs.

Minimum RAM Requirement

This server requires a minimum of 4096 MiB of RAM to boot, but the developers recommend 6144 to 8192 MiB of RAM for 4 players.


Minimum Disk Requirement

This server requires just under 5 GB of disk space to safely run properly. However, save files could easily surpass this amount, so 7-10 GB is recommended.


Save File Location

According to the developer, save files will be able to be uploaded and downloaded by clients via their game client in the future. Until then, below is the save file location in case you would like to upload or download a save file manually (note that it is different from their wiki):

/home/container/.config/Epic/FactoryGame/Saved/SaveGames/server

Single-player save files can be uploaded here and are playable if desired.


Console

Currently, it does not appear that commands sent through the console register with the server. The in-game client command line can be used instead (but valid commands are currently unknown at this time).


Errors/Warnings

The following errors or warnings you see in the console can safely be ignored:

steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Loaded '/home/container/.steam/sdk64/steamclient.so' OK.  (First tried local 'steamclient.so')
LogSteamShared: Warning: Steam Dedicated Server API failed to initialize.

The local file of 'steamclient.so' was attempted to be loaded, but could not because it is not present, causing the warning message. However, the backup /home/container/.steam/sdk64/steamclient.so is loaded successfully (this is the correct behavior according to the Wiki).

Warning: failed to init SDL thread priority manager: SDL not found

This is a common error with Steam related software on Linux, but can safely be ignored.

...Error: Couldn't find file for package...
...Error: Navmesh bounds are too large!...
...Warning: NiagaraSystem...
LogStreaming: Warning: Failed to read file '../../../FactoryGame/Saved/SaveGames/GameAnalytics.sav' error.

These seem to be common error messages with the current experimental version of the game.