Browse Source

updated PVR _default.cfg

pull/3120/head
Daniel Gibbs 4 years ago
parent
commit
e405e84b0f
  1. 45
      lgsm/config-default/config-lgsm/pvrserver/_default.cfg

45
lgsm/config-default/config-lgsm/pvrserver/_default.cfg

@ -1,27 +1,33 @@
################################## ##################################
######## Default Settings ######## ######## Default Settings ########
################################## ##################################
# DO NOT EDIT WILL BE OVERWRITTEN! # DO NOT EDIT, ANY CHANGES WILL BE OVERWRITTEN!
# Copy settings from here and use them in either # Copy settings from here and use them in either:
# common.cfg - applies settings to every instance # common.cfg - applies settings to every instance.
# [instance].cfg - applies settings to a specific instance # [instance].cfg - applies settings to a specific instance.
#### Server Settings #### #### Game Server Settings ####
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
ip="0.0.0.0" ip="0.0.0.0"
port="7777" port="7777"
# Maps: bridge, datacenter, sand # Maps: bridge, datacenter, sand
defaultmap="datacenter" defaultmap="datacenter"
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters ## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
fn_parms(){ fn_parms(){
parms="${defaultmap} -log -MultiHome=${ip} -Port=${port}" parms="${defaultmap} -log -MultiHome=${ip} -Port=${port}"
} }
#### LinuxGSM Settings #### #### LinuxGSM Settings ####
## LinuxGSM Stats
# Send useful stats to LinuxGSM developers.
# https://docs.linuxgsm.com/configuration/linuxgsm-stats
# (on|off)
stats="off"
## Notification Alerts ## Notification Alerts
# (on|off) # (on|off)
@ -30,8 +36,6 @@ displayip=""
# More info | https://docs.linuxgsm.com/alerts#more-info # More info | https://docs.linuxgsm.com/alerts#more-info
postalert="off" postalert="off"
postdays="7"
posttarget="https://hastebin.com"
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord # Discord Alerts | https://docs.linuxgsm.com/alerts/discord
discordalert="off" discordalert="off"
@ -63,6 +67,7 @@ channeltag=""
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover # Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
pushoveralert="off" pushoveralert="off"
pushovertoken="accesstoken" pushovertoken="accesstoken"
pushoveruserkey="userkey"
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat # Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
rocketchatalert="off" rocketchatalert="off"
@ -74,8 +79,8 @@ slackalert="off"
slackwebhook="webhook" slackwebhook="webhook"
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
telegramalert="off" telegramalert="off"
telegramtoken="accesstoken" telegramtoken="accesstoken"
telegramchatid="" telegramchatid=""
@ -97,12 +102,12 @@ logdays="7"
# Query delay time # Query delay time
querydelay="1" querydelay="1"
#### LinuxGSM Advanced Settings #### ## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
# ANSI Colors
ansi="on" ansi="on"
# Message Display Time #### Advanced Settings ####
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
sleeptime="0.5" sleeptime="0.5"
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd ## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
@ -130,14 +135,18 @@ stopmode="2"
## Query mode ## Query mode
# 1: session only # 1: session only
# 2: gamedig + gsquery # 2: gamedig (gsquery fallback)
# 3: gamedig # 3: gamedig
# 4: gsquery # 4: gsquery
# 5: tcp # 5: tcp
querymode="1" querymode="1"
querytype="" querytype=""
## LinuxGSM Server Details ## Console type
consoleverbose="no"
consoleinteract="no"
## Game Server Details
# Do not edit # Do not edit
gamename="Pavlov VR" gamename="Pavlov VR"
engine="unreal4" engine="unreal4"
@ -146,7 +155,7 @@ glibc="2.17"
#### Directories #### #### Directories ####
# Edit with care # Edit with care
## Server Specific Directories ## Game Server Directories
systemdir="${serverfiles}/Pavlov" systemdir="${serverfiles}/Pavlov"
executabledir="${systemdir}/Binaries/Linux" executabledir="${systemdir}/Binaries/Linux"
executable="./PavlovServer" executable="./PavlovServer"

Loading…
Cancel
Save