_default.cfg 4.6 KB

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