_default.cfg 5.4 KB

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