From e974a113ca20b609cc87351625ed40a0523e2818 Mon Sep 17 00:00:00 2001 From: Alasdair Haig Date: Sat, 27 Jun 2020 22:04:58 +0200 Subject: [PATCH] Removed steamuser from default config, should be placed in common.cfg --- .../config-lgsm/vhserver/_default.cfg | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/lgsm/config-default/config-lgsm/vhserver/_default.cfg b/lgsm/config-default/config-lgsm/vhserver/_default.cfg index 0265795f8..739c336e6 100644 --- a/lgsm/config-default/config-lgsm/vhserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/vhserver/_default.cfg @@ -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="" + +## 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="" , 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