Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 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://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login
  12. steamuser="futurylifeserveur"
  13. steampass='Futurylifehae1'
  14.  
  15. ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/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 = "mods/@extDB3\;mods/@life_server\;mods/@FuturyLife\;mods/@infiSTAR_A3"
  26.  
  27. ## Server-side Mods
  28. servermods="mods/@extDB3\;mods/@life_server\;mods/@FuturyLife\;mods/@infiSTAR_A3"
  29.  
  30. ## Path to BattlEye
  31. # Leave empty for default
  32. bepath=""
  33.  
  34. ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
  35. fn_parms(){
  36. parms="-netlog -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://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info
  45. postalert="off"
  46. postdays="7"
  47. posttarget="https://hastebin.com"
  48.  
  49. # Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord
  50. discordalert="off"
  51. discordwebhook="webhook"
  52.  
  53. # Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
  54. emailalert="off"
  55. email="email@example.com"
  56. emailfrom=""
  57.  
  58. # IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT
  59. iftttalert="off"
  60. ifttttoken="accesstoken"
  61. iftttevent="linuxgsm_alert"
  62.  
  63. # Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/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://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
  71. pushbulletalert="off"
  72. pushbullettoken="accesstoken"
  73. channeltag=""
  74.  
  75. # Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover
  76. pushoveralert="off"
  77. pushovertoken="accesstoken"
  78.  
  79. # Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram
  80. telegramalert="off"
  81. telegramtoken="accesstoken"
  82. telegramchatid=""
  83.  
  84. ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
  85. updateonstart="off"
  86.  
  87. ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
  88. maxbackups="4"
  89. maxbackupdays="30"
  90. stoponbackup="on"
  91.  
  92. ## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging
  93. consolelogging="on"
  94. logdays="7"
  95.  
  96. #### LinuxGSM Advanced Settings ####
  97.  
  98. ## SteamCMD Settings
  99. # Server appid
  100. appid="233780"
  101. # Steam App Branch Select
  102. # Allows to opt into the various Steam app branches. Default branch is "".
  103. # Example: "-beta latest_experimental"
  104. branch=""
  105.  
  106. ## LinuxGSM Server Details
  107. # Do not edit
  108. gamename="ARMA 3"
  109. engine="realvirtuality"
  110.  
  111. #### Directories ####
  112. # Edit with care
  113.  
  114. ## Server Specific Directories
  115. systemdir="${serverfiles}"
  116. executabledir="${serverfiles}"
  117. executable="./arma3server"
  118. servercfg="${servicename}.server.cfg"
  119. networkcfg="${servicename}.network.cfg"
  120. servercfgdefault="server.cfg"
  121. networkcfgdefault="network.cfg"
  122. servercfgdir="${systemdir}/cfg"
  123. servercfgfullpath="${servercfgdir}/${servercfg}"
  124. networkcfgfullpath="${servercfgdir}/${networkcfg}"
  125.  
  126. ## Backup Directory
  127. backupdir="${lgsmdir}/backup"
  128.  
  129. ## Logging Directories
  130. logdir="${rootdir}/log"
  131. lgsmlogdir="${logdir}/script"
  132. consolelogdir="${logdir}/console"
  133. lgsmlog="${lgsmlogdir}/${servicename}-script.log"
  134. consolelog="${consolelogdir}/${servicename}-console.log"
  135. alertlog="${lgsmlogdir}/${servicename}-alert.log"
  136. postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log"
  137.  
  138. ## Logs Naming
  139. lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
  140. consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement