_default.cfg 4.8 KB

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