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