Advertisement
Guest User

Untitled

a guest
Feb 25th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 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. normaly 127.0.0.1 will be fine.
  11. Ip = 213.239.206.132
  12.  
  13.  
  14. # Set the port to the server. default port is 2302
  15. Port = 2322
  16.  
  17.  
  18. # Set the path to the BattlEye directory that is currently in use by the server.
  19. BePath = C:\TCAFiles\Users\RasmusW\15481\configfiles\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. # Set a name for the directory where the logs will be located.
  31. # Do not set a path. only a name. since the logs will be in X:\....\Bec\Log\Name\*
  32. LogDir = Server1
  33.  
  34.  
  35.  
  36. #--------------------------------------------------------------------------------------------------------
  37. [Misc]
  38. #--------------------------------------------------------------------------------------------------------
  39. ConsoleHeight = 45
  40. ConsoleWidth = 165
  41.  
  42. # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
  43. # Only allow english chars.
  44. AsciiNickOnly = False
  45.  
  46. AsciiChatOnly = True
  47.  
  48. # If AsciiChatOnly is set True. you can define none english chars that will be accepted.
  49. IgnoreChatChars = ���
  50.  
  51. # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
  52. # 1 == one warning on a bad word. next bad word results in kick
  53. Warnings = 3
  54.  
  55.  
  56. # Kick players who has listed chars in their name
  57. #DisallowPlayerNameChars = []{}()0123456789
  58.  
  59.  
  60. # Max length a player name. kicks players who has to long name.
  61. MaxPlayerNameLength = 16
  62.  
  63.  
  64. # Set the name of your armaserver.exe if it has been renamed from armaoaserver.exe to something else!
  65. # if the exe has its originale name. comment it out.
  66. # DO NOT SET FULL PATH TO THE EXE FILE
  67. ServerExeName = NewArmaExeName.exe
  68.  
  69.  
  70. # Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.
  71. #WordFilterFile = BadWords.txt
  72.  
  73.  
  74. # Set the path to the file containing whitelisted guids.
  75. #WhiteListFile = WhiteList.txt
  76.  
  77. # Set custom whitelist kick message. Text must be in ascii letters. MAX 58 CHARS. BE only does ascii on messages
  78. #WhileListKickMsg = you are not whitelisted on this server.
  79.  
  80.  
  81. # Kick people with offensive names
  82. #NickFilterFile = BadNames.txt
  83.  
  84. # 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.
  85. #KickLobbyIdlers = 0
  86.  
  87.  
  88. # If enabled. Bec will create seperate chat files for each channel along with the main file.
  89. #ChatChannelFiles = false
  90.  
  91. # Set the amount of Normal players who can connect. Set it to -1 to disable it.
  92. # 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.
  93. # Quick Example 1: server can holed 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
  94. # 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,
  95. # 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.
  96. # by using this method you can give some of your friends some access to some commands if you like.
  97. # in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public.
  98. SlotLimit = -1
  99.  
  100. # Set the messahe people will get when they try to connect and is not whitelisted. Text must be in ascii letters. MAX 58 CHARS.
  101. SlotLimitKickMsg = The Server has reached its player limit.
  102.  
  103. # Set the path to the Scheduer.xml file.
  104. Scheduler = Scheduler.xml
  105.  
  106. #--------------------------------------------------------------------------------------------------------
  107. [Reporter]
  108. #--------------------------------------------------------------------------------------------------------
  109. # Reporter account. Fill in the username and password for your reporter account.
  110. # Gamehack,Hacks will be reported to a database. all players who connect will also be checked against this database.
  111.  
  112. # Set the Username for your account
  113. #User = alfred
  114.  
  115. # Set the Password for your account
  116. #Password = 123456
  117.  
  118.  
  119.  
  120. #--------------------------------------------------------------------------------------------------------
  121. [ChatRestriction]
  122. #--------------------------------------------------------------------------------------------------------
  123. # Set max amount of chat lines a player is allowed to send for each channel.
  124. # Going passed the number will result in kick. -1 is disabled, 0 isntant kick.
  125. # If the number is higher than 0 players will be sendt warnings.
  126.  
  127. Lobby = 30
  128. Global = -1
  129. Side = -1
  130. Group = 0
  131. Vehicle = 0
  132. Command = 0
  133. Commander = 0
  134. Direct = 0
  135.  
  136. #--------------------------------------------------------------------------------------------------------
  137. [ChatSpam]
  138. #--------------------------------------------------------------------------------------------------------
  139.  
  140. # Set max amount of chat lines per channel allowed within given time frame.
  141. # Set the values to 0 to disable this function(s)
  142.  
  143. # Quick Example:
  144. # Lobby = 5
  145. # Lobby_Time_Lower = 10
  146. # Lobby_Time_Upper = 15
  147.  
  148. # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1.
  149. # Consider the CHANNEL (Lobby) as the spam counter.
  150. # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may consern.
  151. # 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.
  152. # If the time since the last chatline is greater then CHANNEL_Time_Upper the spamcounter is reset to 1.
  153. # To get optimal result play around a bit with the values on your server.
  154.  
  155. Lobby = 0
  156. Lobby_Time_Lower = 0
  157. Lobby_Time_Upper = 0
  158.  
  159. Global = 0
  160. Global_Time_Lower = 0
  161. Global_Time_Upper = 0
  162.  
  163. Side = 0
  164. Side_Time_Lower = 0
  165. Side_Time_Upper = 0
  166.  
  167. Group = 2
  168. Group_Time_Lower = 0
  169. Group_Time_Upper = 0
  170.  
  171. Vehicle = 0
  172. Vehicle_Time_Lower = 0
  173. Vehicle_Time_Upper = 0
  174.  
  175. Command = 0
  176. Command_Time_Lower = 0
  177. Command_Time_Upper = 0
  178.  
  179. Commander = 0
  180. Commander_Time_Lower = 0
  181. Commander_Time_Upper = 0
  182.  
  183. Direct = 0
  184. Direct_Time_Lower = 0
  185. Direct_Time_Upper = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement