_default.cfg 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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="44400"
  12. httpport="44444"
  13. ## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
  14. startparameters="+exec ${servercfg} +sv_http_ip ${ip} +set sv_http_port ${httpport} +sv_ip ${ip} +sv_port ${port}"
  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. # Matrix Alerts | https://docs.linuxgsm.com/alerts/matrix
  54. matrixalert="off"
  55. matrixhomeserver="matrix.org"
  56. matrixtoken="accesstoken"
  57. matrixroom=""
  58. # Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
  59. pushbulletalert="off"
  60. pushbullettoken="accesstoken"
  61. channeltag=""
  62. # Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
  63. pushoveralert="off"
  64. pushovertoken="accesstoken"
  65. pushoveruserkey="userkey"
  66. # Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
  67. rocketchatalert="off"
  68. rocketchatwebhook="webhook"
  69. # Slack Alerts | https://docs.linuxgsm.com/alerts/slack
  70. slackalert="off"
  71. slackwebhook="webhook"
  72. # Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
  73. # You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
  74. # For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
  75. telegramapi="api.telegram.org"
  76. telegramalert="off"
  77. telegramtoken="accesstoken"
  78. telegramchatid=""
  79. telegramthreadid=""
  80. telegramsilentnotification="false"
  81. curlcustomstring=""
  82. ## Updating | https://docs.linuxgsm.com/commands/update
  83. updateonstart="off"
  84. ## Backup | https://docs.linuxgsm.com/commands/backup
  85. maxbackups="4"
  86. maxbackupdays="30"
  87. stoponbackup="on"
  88. ## Logging | https://docs.linuxgsm.com/features/logging
  89. consolelogging="on"
  90. logdays="7"
  91. ## Monitor | https://docs.linuxgsm.com/commands/monitor
  92. # Query delay time
  93. querydelay="1"
  94. ## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
  95. ansi="on"
  96. #### Advanced Settings ####
  97. ## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
  98. sleeptime="0.5"
  99. ## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
  100. # Server appid
  101. appid="1136510"
  102. steamcmdforcewindows="no"
  103. appidmod="warfork"
  104. # SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
  105. branch=""
  106. betapassword=""
  107. # Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server
  108. steammaster="true"
  109. ## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
  110. # 1: tmux kill
  111. # 2: CTRL+c
  112. # 3: quit
  113. # 4: quit 120s
  114. # 5: stop
  115. # 6: q
  116. # 7: exit
  117. # 8: 7 Days to Die
  118. # 9: GoldSrc
  119. # 10: Avorion
  120. # 11: end
  121. stopmode="3"
  122. ## Query mode
  123. # 1: session only
  124. # 2: gamedig (gsquery fallback)
  125. # 3: gamedig
  126. # 4: gsquery
  127. # 5: tcp
  128. querymode="2"
  129. querytype="protocol-quake3"
  130. ## Console type
  131. consoleverbose="yes"
  132. consoleinteract="yes"
  133. ## Game Server Details
  134. # Do not edit
  135. gamename="Warfork"
  136. engine="qfusion"
  137. glibc="2.15"
  138. #### Directories ####
  139. # Edit with care
  140. ## Game Server Directories
  141. systemdir="${serverfiles}"
  142. executabledir="${systemdir}"
  143. executable="./wf_server.x86_64"
  144. servercfgdir="${systemdir}/basewf"
  145. servercfg="${selfname}.cfg"
  146. servercfgdefault="server.cfg"
  147. servercfgfullpath="${servercfgdir}/${servercfg}"
  148. ## Backup Directory
  149. backupdir="${lgsmdir}/backup"
  150. ## Logging Directories
  151. [ -n "${LGSM_LOGDIR}" ] && logdir="${LGSM_LOGDIR}" || logdir="${rootdir}/log"
  152. gamelogdir="${serverfiles}/Logs"
  153. lgsmlogdir="${logdir}/script"
  154. consolelogdir="${logdir}/console"
  155. lgsmlog="${lgsmlogdir}/${selfname}-script.log"
  156. consolelog="${consolelogdir}/${selfname}-console.log"
  157. alertlog="${lgsmlogdir}/${selfname}-alert.log"
  158. postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
  159. ## Logs Naming
  160. lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
  161. consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
  162. ## Log Parameters
  163. logtimestamp="off"
  164. logtimestampformat="%Y-%m-%d %H:%M:%S"