|
|
@@ -9,9 +9,14 @@
|
|
|
#### Game Server Settings ####
|
|
|
|
|
|
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
|
|
|
+
|
|
|
+# Name of the server, as shown in steam server list
|
|
|
name="Valheim Server"
|
|
|
-password=""
|
|
|
+# Minimum password length is 5 characters & Password cant be in the server name.
|
|
|
+password="secret"
|
|
|
+# Valheim's default port
|
|
|
port="2456"
|
|
|
+# The name of the world's save file
|
|
|
world="World"
|
|
|
# 1 is true, 0 is false, whether server is public
|
|
|
public="1"
|
|
|
@@ -114,8 +119,14 @@ appid="896660"
|
|
|
branch=""
|
|
|
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server
|
|
|
steammaster="false"
|
|
|
-# Valheim requires steam login, I suggest starting steamcmd beforehand and use email authentification for steamguard. This way only steam username is required during updates, etc.
|
|
|
-steamuser="<UserName>"
|
|
|
+
|
|
|
+## Important! Valheim is a game that requires ownership of the game, which will require
|
|
|
+## the logging in with steamcmd. I suggest logging in ahead of time, and then add in the
|
|
|
+## common.cfg file add: steamuser="<username>" , along with using email verification with
|
|
|
+## steamguard, you'll authorise the server for logging in. The first time logging in to steamcmd
|
|
|
+## will require a verification code that you recieve per email. This is why it should be done
|
|
|
+## before installing the server. Otherwise, it will try installing the server anonymously,
|
|
|
+## which will not be possible.
|
|
|
|
|
|
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
|
|
|
# 1: tmux kill
|