|
@@ -21,9 +21,7 @@ saveinterval="1800"
|
|
|
backups="4"
|
|
backups="4"
|
|
|
backupshort="7200"
|
|
backupshort="7200"
|
|
|
backuplong="43200"
|
|
backuplong="43200"
|
|
|
-# If crossplay is empty, it's off. Fill with any text to make true
|
|
|
|
|
-# Crossplay is currently not working on Linux dedicated servers, so for now the default is false (empty)
|
|
|
|
|
-crossplay=""
|
|
|
|
|
|
|
+instanceid="1"
|
|
|
|
|
|
|
|
# INSTRUCTIONS FOR WORLD MODIFIERS (from Valheim Dedicated Server Manual.pdf located in serverfiles)
|
|
# INSTRUCTIONS FOR WORLD MODIFIERS (from Valheim Dedicated Server Manual.pdf located in serverfiles)
|
|
|
# World modifiers can only be set in the start parameters and can be a combination of the following
|
|
# World modifiers can only be set in the start parameters and can be a combination of the following
|
|
@@ -53,7 +51,7 @@ crossplay=""
|
|
|
worldmodifiers=""
|
|
worldmodifiers=""
|
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
|
-startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${worldname} -public ${public} -savedir '${savedir}' -saveinterval ${saveinterval} -backups ${backups} -backupshort ${backupshort} -backuplong ${backuplong}${logFile:+ -logFile '${logFile}'}${crossplay:+ -crossplay}${worldmodifiers:+ ${worldmodifiers}}"
|
|
|
|
|
|
|
+startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${worldname} -public ${public} -savedir '${savedir}' -saveinterval ${saveinterval} -backups ${backups} -backupshort ${backupshort} -backuplong ${backuplong} -crossplay -instanceid ${instanceid} ${logFile:+ -logFile '${logFile}'} ${worldmodifiers:+ ${worldmodifiers}}"
|
|
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
#### LinuxGSM Settings ####
|
|
|
|
|
|