File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
lgsm/config-default/config-lgsm/vhserver Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,17 @@ port="2456"
16
16
gameworld =" ${selfname}"
17
17
public =" 1"
18
18
savedir =" $HOME/.config/unity3d/IronGate/Valheim"
19
+ logFile =" "
20
+ saveinterval =" 1800"
21
+ backups =" 4"
22
+ backupshort =" 7200"
23
+ backuplong =" 43200"
24
+ # If crossplay is empty, it's off. Fill with any text to make true
25
+ # Crossplay is currently not working on Linux dedicated servers, so for now the default is false (emtpy)
26
+ crossplay =" "
19
27
20
28
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
21
- startparameters =" -name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}'"
29
+ 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} "
22
30
23
31
# ### LinuxGSM Settings ####
24
32
You can’t perform that action at this time.
0 commit comments