Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. [Main]
  2. ;Threads = 0
  3. ; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2)
  4. ; Linux Chroot Environment might only Detect 1 CPU Cores i.e bind /proc
  5.  
  6. Randomize Config File = false
  7. ;This is a legacy option to randomize config file for Arma2 Servers.
  8.  
  9.  
  10. [Rcon]
  11. ;; This is functional, should be working fine. Just needs abit of testing on a live Server
  12.  
  13. Port = 2300
  14. Password = m27l6
  15.  
  16.  
  17. [Steam]
  18. ;; This is for VAC Protocol for VAC Bans + Steam Friends.
  19. ;; This currently has a bug in it, will be fixed next version.
  20. ;; Think of it as tech preview option.
  21. ;; https://steamcommunity.com/dev/apikey
  22. API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  23.  
  24.  
  25. [VAC]
  26. ;; This feature requires Steam + Rcon to be enabled.
  27. ;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet....
  28.  
  29. Auto Ban = true
  30.  
  31. ;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan)
  32. ;; This is also used extDB Protocol VAC:VACBanned returned results
  33. NumberOfVACBans = 1
  34. DaysSinceLastBan = 999999999
  35.  
  36. BanDuration = 0
  37. ;; 0 = Forever, otherwise its x Minutes
  38. BanMessage = Steam VAC banned
  39.  
  40.  
  41. [Log]
  42. ;; This is just config options for Rcon Logging + BE Logging
  43. ;; Has no effect on extDB Logging
  44. Mode = async
  45. ;; sync / async
  46. ;; ASync is just kinder on your Harddrive, may be lose of data in the event of a crash.
  47.  
  48. [AltisLife]
  49. ;; Example of MySQL
  50. ;; AtlisLifeRPG uses Database2 by default
  51. Type = MySQL
  52. Name = jakes1-10615
  53. Username = JakeS1-10615
  54. Password = 7+t~Kaw>-J=KY3/a
  55. IP = 109.70.149.165
  56. Port = 3306
  57.  
  58. [p2lottery]
  59. Type = MySQL
  60. Name = lottery
  61. Username = JakeS1-10615
  62. Password = 7+t~Kaw>-J=KY3/a
  63. IP = 109.70.149.165
  64. Port = 3306
  65. minSessions = 2
  66. maxSessions = 4
  67. idleTime = 60
  68.  
  69. minSessions = 1
  70. ;maxSessions = 4
  71. idleTime = 60
  72.  
  73. compress = true
  74. ; Should only use this if MySQL server is external. Also only for MySQL
  75.  
  76. Secure Auth = true
  77. ; Recommend you turn this on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement