_default.cfg 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. ##################################
  2. ######## Default Settings ########
  3. ##################################
  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.
  8. #### Game Server Settings ####
  9. ## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
  10. ip="0.0.0.0"
  11. port="7777"
  12. # Maps: bridge, datacenter, sand
  13. defaultmap="datacenter"
  14. # Get an API key from https://pavlov-ms.vankrupt.com/servers/v1/key
  15. apikey=""
  16. ## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
  17. ## Game Server Docs | http://pavlovwiki.com/index.php/Setting_up_a_dedicated_server
  18. startparameters="Pavlov ${defaultmap} -MultiHome=${ip} -Port=${port} ApiKey=${apikey} -log"
  19. #### LinuxGSM Settings ####
  20. ## LinuxGSM Stats
  21. # Send useful stats to LinuxGSM developers.
  22. # https://docs.linuxgsm.com/configuration/linuxgsm-stats
  23. # (on|off)
  24. stats="off"
  25. ## Notification Alerts
  26. # (on|off)
  27. # Display IP | https://docs.linuxgsm.com/alerts#display-ip
  28. displayip=""
  29. # More info | https://docs.linuxgsm.com/alerts#more-info
  30. postalert="off"
  31. # Alert on Start/Stop/Restart
  32. statusalert="off"
  33. # Discord Alerts | https://docs.linuxgsm.com/alerts/discord
  34. discordalert="off"
  35. discordwebhook="webhook"
  36. # Email Alerts | https://docs.linuxgsm.com/alerts/email
  37. emailalert="off"
  38. email="email@example.com"
  39. emailfrom=""
  40. # Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
  41. gotifyalert="off"
  42. gotifytoken="token"
  43. gotifywebhook="webhook"
  44. # IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
  45. iftttalert="off"
  46. ifttttoken="accesstoken"
  47. iftttevent="linuxgsm_alert"
  48. # ntfy Alerts | https://docs.linuxgsm.com/alerts/ntfy
  49. ntfyalert="off"
  50. ntfytopic="LinuxGSM"
  51. ntfyserver="https://ntfy.sh"
  52. ntfytoken=""
  53. ntfyusername=""
  54. ntfypassword=""
  55. ntfypriority=""
  56. ntfytags=""
  57. # Matrix Alerts | https://docs.linuxgsm.com/alerts/matrix
  58. matrixalert="off"
  59. matrixhomeserver="matrix.org"
  60. matrixtoken="accesstoken"
  61. matrixroom=""
  62. # Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
  63. pushbulletalert="off"
  64. pushbullettoken="accesstoken"
  65. channeltag=""
  66. # Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
  67. pushoveralert="off"
  68. pushovertoken="accesstoken"
  69. pushoveruserkey="userkey"
  70. # Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
  71. rocketchatalert="off"
  72. rocketchatwebhook="webhook"
  73. # Slack Alerts | https://docs.linuxgsm.com/alerts/slack
  74. slackalert="off"
  75. slackwebhook="webhook"
  76. # Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
  77. # You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
  78. # For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
  79. telegramapi="api.telegram.org"
  80. telegramalert="off"
  81. telegramtoken="accesstoken"
  82. telegramchatid=""
  83. telegramthreadid=""
  84. telegramsilentnotification="false"
  85. curlcustomstring=""
  86. ## Updating | https://docs.linuxgsm.com/commands/update
  87. updateonstart="off"
  88. ## Backup | https://docs.linuxgsm.com/commands/backup
  89. maxbackups="4"
  90. maxbackupdays="30"
  91. stoponbackup="on"
  92. ## Logging | https://docs.linuxgsm.com/features/logging
  93. consolelogging="on"
  94. logdays="7"
  95. ## Monitor | https://docs.linuxgsm.com/commands/monitor
  96. # Query delay time
  97. querydelay="1"
  98. ## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
  99. ansi="on"
  100. #### Advanced Settings ####
  101. ## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
  102. sleeptime="0.5"
  103. ## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
  104. # Server appid
  105. appid="622970"
  106. steamcmdforcewindows="no"
  107. # SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
  108. branch=""
  109. betapassword=""
  110. # Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server
  111. steammaster="false"
  112. ## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
  113. # 1: tmux kill
  114. # 2: CTRL+c
  115. # 3: quit
  116. # 4: quit 120s
  117. # 5: stop
  118. # 6: q
  119. # 7: exit
  120. # 8: 7 Days to Die
  121. # 9: GoldSrc
  122. # 10: Avorion
  123. # 11: end
  124. stopmode="2"
  125. ## Query mode
  126. # 1: session only
  127. # 2: gamedig (gsquery fallback)
  128. # 3: gamedig
  129. # 4: gsquery
  130. # 5: tcp
  131. querymode="5"
  132. querytype=""
  133. ## Console type
  134. consoleverbose="no"
  135. consoleinteract="no"
  136. ## Game Server Details
  137. # Do not edit
  138. gamename="Pavlov VR"
  139. engine="unreal5"
  140. glibc="2.17"
  141. #### Directories ####
  142. # Edit with care
  143. ## Game Server Directories
  144. systemdir="${serverfiles}/Pavlov"
  145. executabledir="${systemdir}/Binaries/Linux"
  146. executable="./PavlovServer-Linux-Shipping"
  147. servercfgdir="${systemdir}/Saved/Config/LinuxServer"
  148. servercfg="Game.ini"
  149. servercfgdefault="Game.ini"
  150. servercfgfullpath="${servercfgdir}/${servercfg}"
  151. ## Backup Directory
  152. backupdir="${lgsmdir}/backup"
  153. ## Logging Directories
  154. [ -n "${LGSM_LOGDIR}" ] && logdir="${LGSM_LOGDIR}" || logdir="${rootdir}/log"
  155. gamelogdir="${systemdir}/Saved/Logs"
  156. lgsmlogdir="${logdir}/script"
  157. consolelogdir="${logdir}/console"
  158. lgsmlog="${lgsmlogdir}/${selfname}-script.log"
  159. consolelog="${consolelogdir}/${selfname}-console.log"
  160. alertlog="${lgsmlogdir}/${selfname}-alert.log"
  161. postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
  162. ## Logs Naming
  163. lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
  164. consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
  165. ## Log Parameters
  166. logtimestamp="off"
  167. logtimestampformat="%Y-%m-%d %H:%M:%S"