Browse Source
fix: Add support for changing savedir in valheim
pull/3266/head
Lee Robert
5 years ago
No known key found for this signature in database
GPG Key ID: A736B9C4D0A3592E
1 changed files with
2 additions and
1 deletions
-
lgsm/config-default/config-lgsm/vhserver/_default.cfg
|
|
@ -15,9 +15,10 @@ serverpassword="" |
|
|
|
port="2456" |
|
|
|
gameworld="${selfname}" |
|
|
|
public="1" |
|
|
|
savedir="$HOME/.config/unity3d/IronGate/Valheim" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public}" |
|
|
|
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}'" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|