Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
3 additions and
3 deletions
-
lgsm/config-default/config-lgsm/sfserver/_default.cfg
|
|
@ -15,7 +15,7 @@ beaconport="15000" |
|
|
|
port="7777" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="FactoryGame -multihome=${ip} -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -Port=${port} -log -unattended" |
|
|
|
startparameters="FactoryGame -multihome=${ip} -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -Port=${port} -log" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
@ -147,7 +147,7 @@ consoleinteract="no" |
|
|
|
## Game Server Details |
|
|
|
# Do not edit |
|
|
|
gamename="Satisfactory" |
|
|
|
engine="unreal4" |
|
|
|
engine="unreal5" |
|
|
|
glibc="2.17" |
|
|
|
|
|
|
|
#### Directories #### |
|
|
@ -156,7 +156,7 @@ glibc="2.17" |
|
|
|
## Game Server Directories |
|
|
|
systemdir="${serverfiles}/FactoryGame" |
|
|
|
executabledir="${serverfiles}/Engine/Binaries/Linux" |
|
|
|
executable="./UE4Server-Linux-Shipping" |
|
|
|
executable="./UnrealServer-Linux-Shipping" |
|
|
|
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
|
|
|
servercfg="GameUserSettings.ini" |
|
|
|
servercfgdefault="GameUserSettings.ini" |
|
|
|