Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. ##################################
  2. ######## Default Settings ########
  3. ##################################
  4. # DO NOT EDIT 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.  
  9. #### Server Settings ####
  10.  
  11. ## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
  12. steamuser="facticelife"
  13. steampass='#Facticelife123'
  14.  
  15. ## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
  16. ip="0.0.0.0"
  17. port="2302"
  18.  
  19. ## ARMA 3 Modules
  20. # Add mods with relative paths:
  21. # mods/@cba_a3
  22. # To load the "Community Base Addons v3" module found in the
  23. # directory serverfiles/mods/@cba_a3. Load several mods as:
  24. # mods="mods/@ace\;mods/@acex\;mods/@cba_a3"
  25. #mods="/@life_server\;/@extdb3\;/@the_programmer"
  26.  
  27. ## Server-side Mods
  28. servermods="@life_server\;@extdb3\;"
  29.  
  30. ## Path to BattlEye
  31. # Leave empty for default
  32. bepath=""
  33.  
  34. ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
  35. fn_parms(){
  36. parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"
  37. }
  38.  
  39. #### LinuxGSM Settings ####
  40.  
  41. ## Notification Alerts
  42. # (on|off)
  43.  
  44. # More info | https://docs.linuxgsm.com/alerts#more-info
  45. postalert="off"
  46. postdays="7"
  47. posttarget="https://hastebin.com"
  48.  
  49. # Discord Alerts | https://docs.linuxgsm.com/alerts/discord
  50. discordalert="off"
  51. discordwebhook="webhook"
  52.  
  53. # Email Alerts | https://docs.linuxgsm.com/alerts/email
  54. emailalert="off"
  55. email="email@example.com"
  56. emailfrom=""
  57.  
  58. # IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
  59. iftttalert="off"
  60. ifttttoken="accesstoken"
  61. iftttevent="linuxgsm_alert"
  62.  
  63. # Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
  64. mailgunalert="off"
  65. mailguntoken="accesstoken"
  66. mailgundomain="example.com"
  67. mailgunemailfrom="alert@example.com"
  68. mailgunemail="email@myemail.com"
  69.  
  70. # Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
  71. pushbulletalert="off"
  72. pushbullettoken="accesstoken"
  73. channeltag=""
  74.  
  75. # Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
  76. pushoveralert="off"
  77. pushovertoken="accesstoken"
  78.  
  79. # Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
  80. # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
  81. # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
  82. # any custom string in curl - simple ignore this parameter.
  83. telegramalert="off"
  84. telegramtoken="accesstoken"
  85. telegramchatid=""
  86. curlcustomstring=""
  87.  
  88. ## Updating | https://docs.linuxgsm.com/commands/update
  89. updateonstart="off"
  90.  
  91. ## Backup | https://docs.linuxgsm.com/commands/backup
  92. maxbackups="4"
  93. maxbackupdays="30"
  94. stoponbackup="on"
  95.  
  96. ## Logging | https://docs.linuxgsm.com/features/logging
  97. consolelogging="on"
  98. logdays="7"
  99.  
  100. #### LinuxGSM Advanced Settings ####
  101.  
  102. # ANSI Colors
  103. ansi="on"
  104.  
  105. ## SteamCMD Settings
  106. # Server appid
  107. appid="233780"
  108. # Steam App Branch Select
  109. # Allows to opt into the various Steam app branches. Default branch is "".
  110. # Example: "-beta latest_experimental"
  111. branch=""
  112.  
  113. ## LinuxGSM Server Details
  114. # Do not edit
  115. gamename="ARMA 3"
  116. engine="realvirtuality"
  117.  
  118. #### Directories ####
  119. # Edit with care
  120.  
  121. ## Server Specific Directories
  122. systemdir="${serverfiles}"
  123. executabledir="${serverfiles}"
  124. executable="./arma3server"
  125. servercfg="${servicename}.server.cfg"
  126. networkcfg="${servicename}.network.cfg"
  127. servercfgdefault="server.cfg"
  128. networkcfgdefault="network.cfg"
  129. servercfgdir="${systemdir}/cfg"
  130. servercfgfullpath="${servercfgdir}/${servercfg}"
  131. networkcfgfullpath="${servercfgdir}/${networkcfg}"
  132.  
  133. ## Backup Directory
  134. backupdir="${lgsmdir}/backup"
  135.  
  136. ## Logging Directories
  137. logdir="${rootdir}/log"
  138. lgsmlogdir="${logdir}/script"
  139. consolelogdir="${logdir}/console"
  140. lgsmlog="${lgsmlogdir}/${servicename}-script.log"
  141. consolelog="${consolelogdir}/${servicename}-console.log"
  142. alertlog="${lgsmlogdir}/${servicename}-alert.log"
  143. postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log"
  144.  
  145. ## Logs Naming
  146. lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
  147. consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement