In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)Config Problem ? Or Server ?
Pages: [1]   Go Down
  Print  
Author Topic: Config Problem ? Or Server ?  (Read 550 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 5
Offline Offline
« on: April 12, 2011, 01:26:32 AM »

Hi Im New At This Software But It Seems That Ether my Settings Are Wrong Or Its The Sever This is What It Always Said But I Re Edited the b3.XML file more than 10 times im not sure whats the problem this is all my settings

Code:
<configuration>
<settings name="b3">
<!-- Define your game: cod/cod2/cod4/cod5/cod6/cod7/iourt41/etpro/wop/smg/bfbc2/moh/oa081 -->
<set name="parser">cod6</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://b3:*******@localhost/b3</set>
<!-- Name of the bot -->
<set name="bot_name">b3</set>
<!-- Ingame messages are prefixed with this code, you can use colorcodes -->
<set name="bot_prefix">^0(^1DcP^0)^7:</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<!-- The timezone your bot is in -->
<set name="time_zone">PST</set>
<!-- How much detail in the logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
<set name="log_level">22</set>
<!-- Name of the logfile the bot will generate -->
<set name="logfile">C:\serverlog\b3.log</set>
</settings>
<settings name="server">
<!-- The RCON pass of your gameserver -->
<set name="rcon_password">*******</set>
<!-- The port the server is running on -->
<set name="port">28961</set>
<!-- The gameserver generates a logfile, put the path and name here -->
<set name="game_log">C:\Program Files (x86)\Activision\MW2 SERVER\players\games_mp.log</set>
<!-- The public IP your gameserver is residing on -->
<set name="public_ip">98.112.111.80</set>
<!-- The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box) -->
<set name="rcon_ip">192.168.1.110</set>
<!-- Delay between each log reading. Set a higher value to consume less disk ressources or bandwidth if you remotely connect (ftp or http remote log access) -->
<set name="delay">0.33</set>
<!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
<set name="lines_per_second">50</set>
<!-- Is the gameserver running PunkBuster Anticheat: on/off -->
<set name="punkbuster">off</set>
</settings>
<settings name="autodoc">
<!-- Autodoc will generate a user documentation for all B3 commands -->
<!-- by default, a html documentation is created in your conf folder -->

<!-- html, htmltable or xml -->
<set name="type">html</set>
<!-- if you want to exclude commands reserved for higher levels -->
<set name="maxlevel">100</set>
<!-- Destination can be a file or a ftp url -->
<set name="destination">test_doc.html</set>
</settings>
<settings name="messages">
<set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
<set name="kicked">$clientname^7 was kicked $reason</set>
<set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
<set name="banned">$clientname^7 was banned $reason</set>
<set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
<set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
<set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
<set name="unbanned">$clientname^7 was un-banned $reason</set>
</settings>
<settings name="plugins">
<set name="external_dir">@b3/extplugins</set>
</settings>
<plugins>
<!-- plugin order is important. Plugins that add new in-game commands all depend on the admin plugin. Make sure to have the admin plugin before them. -->

<plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
<plugin config="@conf/plugin_admin.xml" name="admin" />
<plugin config="@conf/plugin_tk.xml" name="tk" />
<plugin config="@conf/plugin_stats.xml" name="stats" />
<plugin config="@conf/plugin_adv.xml" name="adv" />
<plugin config="@conf/plugin_status.xml" name="status" />
<plugin config="@conf/plugin_welcome.xml" name="welcome" />
<plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
<plugin config="@conf/plugin_aimbotdetector.xml" name="aimbotdetector" />
<plugin config="@conf/plugin_geowelcome.xml" name="geowelcome" />
<plugin config="@conf/plugin_awardsxlrstats.xml" name="awardsxlrstats" />
<plugin config="@conf/plugin_plugin_chat.xml" name="chat" />
<!-- The punkbuster plugin was not installed since punkbuster is not supported or disabled. -->
<!-- The next plugins are external, 3rd party plugins and should reside in the external_dir. Example: -->
<!-- plugin config="@b3/extplugins/conf/newplugin.xml" name="newplugin" -->

<!-- You can add new/custom plugins to this list using the same form as above. -->
</plugins>
</configuration>

can some one help ?




Uploaded with ImageShack.us
« Last Edit: April 12, 2011, 04:19:15 AM by Courgette » Logged

Beta Testers
*
OS: Linux
Type: Home user
Gameservers: CoD4 SoF2
Posts: 103
Offline Offline
WWW
« Reply #1 on: April 12, 2011, 02:11:17 AM »

Your plugin section is a bit messed up mate.
Quote
<plugin config="@conf/plugin_aimbotdetector.xml" name="aimbotdetector" />
      <plugin config="@conf/plugin_geowelcome.xml" name="geowelcome" />
      <plugin config="@conf/plugin_awardsxlrstats.xml" name="awardsxlrstats" />
      <plugin config="@conf/plugin_plugin_chat.xml" name="chat" />

Those should be in extplugins.  Make sure you got them in the right folder as well as the plugin config files.

Should look more like this:
Quote
  <!-- plugin order is important. Plugins that add new in-game commands all depend on the admin plugin. Make sure to have the admin plugin before them. -->

      
      <plugin config="@conf/plugin_admin.xml" name="admin" />
      <plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
      <plugin config="@conf/plugin_tk.xml" name="tk" />
      <plugin config="@conf/plugin_stats.xml" name="stats" />
      <plugin config="@conf/plugin_adv.xml" name="adv" />
      <plugin config="@conf/plugin_status.xml" name="status" />
      <plugin config="@conf/plugin_welcome.xml" name="welcome" />
      <plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
      <!-- The punkbuster plugin was not installed since punkbuster is not supported or disabled. -->
      <!-- The next plugins are external, 3rd party plugins and should reside in the external_dir. Example: -->
      <plugin config="@conf/plugin_aimbotdetector.xml" name="aimbotdetector" />
      <plugin config="@conf/plugin_geowelcome.xml" name="geowelcome" />
      <plugin config="@conf/plugin_awardsxlrstats.xml" name="awardsxlrstats" />
      <plugin config="@conf/plugin_plugin_chat.xml" name="chat" />

When using the geowelcome plugin you should also remove the standard welcome plugin, maybe go with the standard plugin for now since it's easier for starters.
Also <set name="log_level">22</set> is not really necessary, "9" should be enough.

Quote
<set name="rcon_ip">192.168.1.110</set>

B3 and Game Server are on the same box? Then it should be "127.0.0.1".


« Last Edit: April 12, 2011, 02:21:48 AM by Prez » Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 5
Offline Offline
« Reply #2 on: April 12, 2011, 08:13:05 PM »

Your plugin section is a bit messed up mate.
Those should be in extplugins.  Make sure you got them in the right folder as well as the plugin config files.

Should look more like this:
When using the geowelcome plugin you should also remove the standard welcome plugin, maybe go with the standard plugin for now since it's easier for starters.
Also <set name="log_level">22</set> is not really necessary, "9" should be enough.

B3 and Game Server are on the same box? Then it should be "127.0.0.1".





thanks it help i found it the custom plugs was the problem
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #3 on: April 13, 2011, 05:03:15 AM »

I believe that he custom plugin xmls usually don't have plugin_ in front of them. So you need to check the actual names of the xml files that you have and use those names.
Logged
Tags: config server  xml 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal