|
|
@ -11,7 +11,7 @@ |
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
|
|
|
|
# Name of the server, as shown in steam server list |
|
|
|
name="Valheim Server" |
|
|
|
servername="Valheim Server" |
|
|
|
# Minimum password length is 5 characters & Password cant be in the server name. |
|
|
|
password="secret" |
|
|
|
# Valheim's default port |
|
|
@ -22,7 +22,7 @@ world="World" |
|
|
|
public="1" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-name ${name} -password ${password} -port ${port} -world ${world} -public ${public} > /dev/null" |
|
|
|
startparameters="-name ${servername} -password ${password} -port ${port} -world ${world} -public ${public} > /dev/null" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|