Skip to content

Commit

Permalink
fix(satisfactory): add workaround for 1.0 connectivity issues
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Sthamer <[email protected]>
  • Loading branch information
P4sca1 committed Sep 10, 2024
1 parent cb3c80e commit 65d7ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satisfactory/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function update() {
function start() {
cd /home/ips-hosting/Engine/Binaries/Linux

local start_command="./FactoryServer-Linux-Shipping FactoryGame -Port=${PORT:-7777} -DisablePacketRouting"
local start_command="./FactoryServer-Linux-Shipping FactoryGame -Port=${PORT:-7777} -DisablePacketRouting -ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any"

export UE_PROJECT_ROOT="/home/ips-hosting"

Expand Down

0 comments on commit 65d7ee4

Please sign in to comment.