Browse Source
Updating new starting parameters
Adding new server start parameters, like crossplay, to the default config
pull/4036/head
AlasdairHaig
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
lgsm/config-default/config-lgsm/vhserver/_default.cfg
|
|
@ -16,9 +16,16 @@ port="2456" |
|
|
|
gameworld="${selfname}" |
|
|
|
public="1" |
|
|
|
savedir="$HOME/.config/unity3d/IronGate/Valheim" |
|
|
|
logFile="" |
|
|
|
saveinterval="1800" |
|
|
|
backups="4" |
|
|
|
backupshort="7200" |
|
|
|
backuplong="43200" |
|
|
|
# Clear crossplay to set to false |
|
|
|
crossplay="set" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}'" |
|
|
|
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}' -logFile '${logFile}' -saveinterval ${saveinterval} -backups ${backups} -backupshort ${backupshort} -backuplong ${backuplong} ${crossplay:+'-crossplay'}" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|