_default.cfg 5.0 KB

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