Advertisement
iaretechnician

config.cfg

May 28th, 2015
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 7.40 KB | None | 0 0
  1. # This config file is only provided as an example file.
  2. # Edit it to sute your needs.
  3. # For more info on how to edit this file. use the Readme.txt file or visit http://www.ibattle.org/install-and-configure
  4.  
  5.  
  6. #--------------------------------------------------------------------------------------------------------
  7. [Bec]
  8. #--------------------------------------------------------------------------------------------------------
  9.  
  10. # Set the ip to your server. normally 127.0.0.1 will be fine.
  11. Ip = 127.0.0.1
  12.  
  13.  
  14. # Set the port to the server. default port is 2302
  15. Port = 2302
  16.  
  17.  
  18. # Set the path to the BattlEye directory that is currently in use by the server.
  19. BePath = c:\Arma\cfgdayz\overpoch\BattlEye
  20.  
  21.  
  22. # Set the path to your Admins.xml file containing your admins.
  23. Admins = Admins.xml
  24.  
  25.  
  26. # Set the path to your Commands.xml file.
  27. Commands = Commands.xml
  28.  
  29.  
  30. #--------------------------------------------------------------------------------------------------------
  31. [Misc]
  32. #--------------------------------------------------------------------------------------------------------
  33.  
  34. # Set which type of hacks that will be added to your banlist.
  35. # 0 = none. 1 = GameHack. 2 = Battleye Hack. 3 = both GameHack & Battleye Hack.
  36. # value 3 is set as default if this parameter is not defined.
  37. Ban = 3
  38.  
  39.  
  40. # Set the names of your custom ban files, Separate each file with "," (comma): file1.txt, banfile2.txt, newfile.txt
  41. # If you do not use any custom ban files. delete this option or leave this option commented.
  42. # This option will check ban files for changes and automatic do a loadbans file when a file gets changed
  43. # Do not specify the default bans.txt file here.
  44. # BeCustomBanFiles = Bans1.txt, file2.txt, file3.txt
  45.  
  46.  
  47. # Set the height & width of Becs console window
  48. ConsoleHeight   = 45
  49. ConsoleWidth    = 165
  50.  
  51.  
  52. # Only allow english chars.
  53. AsciiNickOnly = False
  54.  
  55.  
  56. # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
  57. AsciiChatOnly = True
  58.  
  59.  
  60. # If AsciiChatOnly is set True. you can define none english chars that will be accepted.
  61. # You separate each char with a , "note you need to define lower and upper case of the chars."
  62. IgnoreChatChars =,£,æ,Æ,ø,Ø,å,Å,ö,ä,ü,ß
  63.  
  64.  
  65. # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
  66. # 1 == one warning on a bad word. next bad word results in kick
  67. Warnings = 3
  68.  
  69.  
  70. # Kick players who has listed chars in their name
  71. # DisallowPlayerNameChars   = []{}()
  72.  
  73. # Min length, kicks players who has to short name.
  74. MinPlayerNameLength = 3
  75.  
  76.  
  77. # Max length, kicks players who has to long name.
  78. MaxPlayerNameLength = 24
  79.  
  80.  
  81. # Set the name of your Arma3server.exe if it has been renamed from arma3server.exe to something else!
  82. # if the exe has its original name. comment it out.
  83. # DO NOT SET FULL PATH TO THE EXE FILE
  84. # ServerExeName = arma2oaserver.exe
  85.  
  86.  
  87. # Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.
  88. # WordFilterFile = BadWords.txt
  89.  
  90.  
  91. # Set the path to the file containing whitelisted guids.
  92. # WhiteListFile = WhiteList.txt
  93.  
  94.  
  95. # Set custom whitelist kick message. Text must be in ascii letters.  MAX 58 CHARS. BE only does ascii on messages
  96. # WhiteListKickMsg = You are not whitelisted on this server.
  97.  
  98.  
  99. # Kick people with offensive names
  100. # NickFilterFile = BadNames.txt
  101.  
  102.  
  103. # Set the path to the Scheduler.xml file.
  104. Scheduler = Scheduler.xml
  105.  
  106.  
  107. # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 90 sec. use 0 to disable this function.
  108. KickLobbyIdlers = 0
  109.  
  110.  
  111. # If enabled. Bec will create separate chat files for each channel along with the main file.
  112. #ChatChannelFiles = false
  113.  
  114. # Set the amount of Normal players who can connect. Set it to -1 to disable it.
  115. # If set to 0 it means only players who are listed in the Admins.xml, (or whatever you call it) will be able to connect to the server.
  116. # Quick Example 1: server can holed 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
  117. # Quick Example 2: server can holed 50 players. and you want to reserve 5 slots for admins and 5 slots for friends. then set SlotLimit to 40,
  118. # AND edit your admins.xml. ADD in all your frineds guid and remaining data, put them in group example 100. or whatever you feel likt.
  119. # by using this method you can give some of your friends some access to some commands if you like or none.
  120. # in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public.
  121. SlotLimit = -1
  122.  
  123. # Set the message people will get when they try to connect and is not whitelisted. Text must be in ascii letters.
  124. SlotLimitKickMsg = The Server has reached its player limit.
  125.  
  126.  
  127. # The amount of time Bec will wait for the server to start up.
  128. Timeout = 30
  129.  
  130.  
  131. #--------------------------------------------------------------------------------------------------------
  132. [Reporter]
  133. #--------------------------------------------------------------------------------------------------------
  134. # Reporter account. Fill in the username and password for your reporter account.
  135. # GameHacks, BattlEye Hacks will be reported to a database. all players who connect will also be checked against this database.
  136.  
  137. # Set the Username for your account
  138. #User = alfred
  139.  
  140.  
  141. # Set the Password for your account
  142. #Password = 123456
  143.  
  144.  
  145. #--------------------------------------------------------------------------------------------------------
  146. [ChatRestriction]
  147. #--------------------------------------------------------------------------------------------------------
  148. # Set max amount of chat lines a player is allowed to send for each channel.
  149. # Going passed the number will result in kick. -1 is disabled, 0 instant kick.
  150. # If the number is higher than 0 players will be sent warnings.
  151.  
  152. Lobby = -1
  153. Global = -1
  154. Side = 5
  155. Group = -1
  156. Vehicle = -1
  157. Command = 1
  158. Commander = 1
  159. Direct = -1
  160.  
  161.  
  162. #--------------------------------------------------------------------------------------------------------
  163. [ChatSpam]
  164. #--------------------------------------------------------------------------------------------------------
  165.  
  166. # Set max amount of chat lines per channel allowed within given time frame.
  167. # Set the values to 0 to disable this function(s)
  168.  
  169. # Quick Example:
  170. # Lobby = 5
  171. # Lobby_Time_Lower = 10
  172. # Lobby_Time_Upper = 15
  173.  
  174. # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1.
  175. # Consider the CHANNEL (Lobby) as the spam counter.
  176. # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may concern.
  177. # If the time between each new chatline from the player is Greater than CHANNEL_Time_Lower and Less than CHANNEL_Time_Upper the spam counter stay as it is.
  178. # If the time since the last chatline is greater then CHANNEL_Time_Upper the spam counter is reset to 1.
  179. # To get optimal result play around a bit with the values on your server.
  180.  
  181. Lobby = 0
  182. Lobby_Time_Lower = 0
  183. Lobby_Time_Upper = 0
  184.  
  185. Global = 0
  186. Global_Time_Lower = 0
  187. Global_Time_Upper = 0
  188.  
  189. Side = 5
  190. Side_Time_Lower = 10
  191. Side_Time_Upper = 30
  192.  
  193. Group = 2
  194. Group_Time_Lower = 1
  195. Group_Time_Upper = 3
  196.  
  197. Vehicle = 0
  198. Vehicle_Time_Lower = 0
  199. Vehicle_Time_Upper = 0
  200.  
  201. Command = 0
  202. Command_Time_Lower = 0
  203. Command_Time_Upper = 0
  204.  
  205. Commander = 0
  206. Commander_Time_Lower = 0
  207. Commander_Time_Upper = 0
  208.  
  209. Direct = 0
  210. Direct_Time_Lower = 0
  211. Direct_Time_Upper = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement