Browse Source
will set crossplay to default on and add instance id
pull/4544/head
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
3 deletions
-
lgsm/config-default/config-lgsm/vhserver/_default.cfg
|
@ -21,8 +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 |
|
|
instanceid="1" |
|
|
crossplay="" |
|
|
|
|
|
|
|
|
|
|
|
# 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 |
|
@ -52,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 #### |
|
|
|
|
|
|
|
|