Advertisement
Guest User

Untitled

a guest
Jan 24th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 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 = 2400
  14. Password = 1yc80
  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 = MichaelL1-11061
  53.  
  54. Username = MichaelL1
  55. Password = vaU4k81Pe9
  56.  
  57. IP = 81.19.208.3
  58. Port = 3306
  59.  
  60. minSessions = 1
  61. ;maxSessions = 4
  62. idleTime = 60
  63.  
  64. compress = true
  65. ; Should only use this if MySQL server is external. Also only for MySQL
  66.  
  67. Secure Auth = true
  68. ; Recommend you turn this on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement