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