Skip to content

Commit e405e84

Browse files
committed
updated PVR _default.cfg
1 parent 0b38915 commit e405e84

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

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

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
##################################
22
######## Default Settings ########
33
##################################
4-
# DO NOT EDIT WILL BE OVERWRITTEN!
5-
# Copy settings from here and use them in either
6-
# common.cfg - applies settings to every instance
7-
# [instance].cfg - applies settings to a specific instance
4+
# DO NOT EDIT, ANY CHANGES WILL BE OVERWRITTEN!
5+
# Copy settings from here and use them in either:
6+
# common.cfg - applies settings to every instance.
7+
# [instance].cfg - applies settings to a specific instance.
88

9-
#### Server Settings ####
9+
#### Game Server Settings ####
1010

11-
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
11+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1212
ip="0.0.0.0"
1313
port="7777"
1414

1515
# Maps: bridge, datacenter, sand
1616
defaultmap="datacenter"
1717

18-
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
18+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
1919
fn_parms(){
2020
parms="${defaultmap} -log -MultiHome=${ip} -Port=${port}"
2121
}
2222

2323
#### LinuxGSM Settings ####
2424

25+
## LinuxGSM Stats
26+
# Send useful stats to LinuxGSM developers.
27+
# https://docs.linuxgsm.com/configuration/linuxgsm-stats
28+
# (on|off)
29+
stats="off"
30+
2531
## Notification Alerts
2632
# (on|off)
2733

@@ -30,8 +36,6 @@ displayip=""
3036

3137
# More info | https://docs.linuxgsm.com/alerts#more-info
3238
postalert="off"
33-
postdays="7"
34-
posttarget="https://hastebin.com"
3539

3640
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
3741
discordalert="off"
@@ -63,6 +67,7 @@ channeltag=""
6367
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
6468
pushoveralert="off"
6569
pushovertoken="accesstoken"
70+
pushoveruserkey="userkey"
6671

6772
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
6873
rocketchatalert="off"
@@ -74,8 +79,8 @@ slackalert="off"
7479
slackwebhook="webhook"
7580

7681
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
77-
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
78-
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
82+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
83+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
7984
telegramalert="off"
8085
telegramtoken="accesstoken"
8186
telegramchatid=""
@@ -97,12 +102,12 @@ logdays="7"
97102
# Query delay time
98103
querydelay="1"
99104

100-
#### LinuxGSM Advanced Settings ####
101-
102-
# ANSI Colors
105+
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
103106
ansi="on"
104107

105-
# Message Display Time
108+
#### Advanced Settings ####
109+
110+
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
106111
sleeptime="0.5"
107112

108113
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
@@ -130,14 +135,18 @@ stopmode="2"
130135

131136
## Query mode
132137
# 1: session only
133-
# 2: gamedig + gsquery
138+
# 2: gamedig (gsquery fallback)
134139
# 3: gamedig
135140
# 4: gsquery
136141
# 5: tcp
137142
querymode="1"
138143
querytype=""
139144

140-
## LinuxGSM Server Details
145+
## Console type
146+
consoleverbose="no"
147+
consoleinteract="no"
148+
149+
## Game Server Details
141150
# Do not edit
142151
gamename="Pavlov VR"
143152
engine="unreal4"
@@ -146,7 +155,7 @@ glibc="2.17"
146155
#### Directories ####
147156
# Edit with care
148157

149-
## Server Specific Directories
158+
## Game Server Directories
150159
systemdir="${serverfiles}/Pavlov"
151160
executabledir="${systemdir}/Binaries/Linux"
152161
executable="./PavlovServer"

0 commit comments

Comments
 (0)