From 1cc2dfb6896c9f6a001a2802798613770cfe5ceb Mon Sep 17 00:00:00 2001 From: Auxion <85957313+Auxioni@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:37:28 +0200 Subject: [PATCH] Fix for Satisfactory update 8 (#246) --- satisfactory/README.md | 7 ++----- satisfactory/satisfactory-docker.json | 4 ++-- satisfactory/satisfactory.json | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/satisfactory/README.md b/satisfactory/README.md index d6288336..754b81e8 100644 --- a/satisfactory/README.md +++ b/satisfactory/README.md @@ -1,8 +1,5 @@ # Notes - This only supports Linux. - Satisfactory servers are currently very experimental - Some bugs may arise -# Changes 03/29/2022 -- Changed 'serverqueryport' variable to 'port' - Port variable gets shown in the Server Overview -- Added a Max Player Variable to Change the Player count -- making the Server work with docker - enable the "games" user and run server as that user - [Issue](https://github.com/PufferPanel/templates/pull/109#issuecomment-954647443) -- Added a Game branch selector - Now you can start the server in the Satisfactory "experimental build" \ No newline at end of file +# Changes 11/17/2023 +- Fixed file paths in accordance to the new engine in update 8 \ No newline at end of file diff --git a/satisfactory/satisfactory-docker.json b/satisfactory/satisfactory-docker.json index 24766e0b..846f2c3f 100644 --- a/satisfactory/satisfactory-docker.json +++ b/satisfactory/satisfactory-docker.json @@ -22,14 +22,14 @@ "type": "command", "commands": [ "steamcmd +force_install_dir /pufferpanel +login anonymous +app_update 1690800 +quit", - "chmod +x Engine/Binaries/Linux/UE4Server-Linux-Shipping", + "chmod +x Engine/Binaries/Linux/UnrealServer-Linux-Shipping", "mkdir -p ./FactoryGame/Saved/Config/LinuxServer/" ] } ], "run": { "stopCode": 2, - "command": "./Engine/Binaries/Linux/UE4Server-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}", + "command": "./Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}", "environmentVars": { "LD_LIBRARY_PATH": "./linux64:$LD_LIBRARY_PATH" } diff --git a/satisfactory/satisfactory.json b/satisfactory/satisfactory.json index 356a1139..8400c1a2 100644 --- a/satisfactory/satisfactory.json +++ b/satisfactory/satisfactory.json @@ -42,14 +42,14 @@ { "type": "command", "commands": [ - "chmod +x Engine/Binaries/Linux/UE4Server-Linux-Shipping", + "chmod +x Engine/Binaries/Linux/UnrealServer-Linux-Shipping", "mkdir -p ./FactoryGame/Saved/Config/LinuxServer/" ] } ], "run": { "stopCode": 2, - "command": "./Engine/Binaries/Linux/UE4Server-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}", + "command": "./Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}", "environmentVars": { "LD_LIBRARY_PATH": "./linux64:$LD_LIBRARY_PATH" }