Browse Source

Update _default.cfg

pull/3212/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
ef6dc0274d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

14
lgsm/config-default/config-lgsm/vhserver/_default.cfg

@ -22,9 +22,7 @@ world="World"
public="1"
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
fn_parms(){
parms="-name ${name} -password ${password} -port ${port} -world ${world} -public ${public} > /dev/null"
}
startparameters="-name ${name} -password ${password} -port ${port} -world ${world} -public ${public}"
#### LinuxGSM Settings ####
@ -126,14 +124,6 @@ branchpassword=""
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server
steammaster="false"
## 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
# 2: CTRL+c
@ -155,7 +145,7 @@ stopmode="11"
# 4: gsquery
# 5: tcp
querymode="1"
#querytype="protocol-valve"
querytype=""
## Game Server Details
# Do not edit

Loading…
Cancel
Save