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)No Commands Work
Pages: [1]   Go Down
  Print  
Author Topic: No Commands Work  (Read 1300 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« on: January 14, 2011, 02:16:34 PM »

When I start b3, it loads everything up and says B3 is running! Let's Get To Work! But when I go ingame nothing happens, no commands work..
I am trying to use it with AlterIW
Config File:
Code:
<configuration>
<settings name="b3">
<!-- Define your game: cod/cod2/cod4/cod5/cod6/iourt41/etpro/wop/smg/bfbc2/moh -->
<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">[GS]AnnA</set>
<!-- Ingame messages are prefixed with this code, you can use colorcodes -->
<set name="bot_prefix">^0[GS]^1AnnA</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<!-- The timezone your bot is in -->
<set name="time_zone">EST</set>
<!-- How much detail in the logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
<set name="log_level">10</set>
<!-- Name of the logfile the bot will generate -->
<set name="logfile">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">28962</set>
<!-- The gameserver generates a logfile, put the path and name here -->
<set name="game_log">games_mp.log</set>
<!-- The public IP your gameserver is residing on -->
<set name="public_ip">98.18.3.205</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">127.0.0.1</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">%s^7 was kicked by %s^7 %s</set>
<set name="kicked">%s^7 was kicked %s</set>
<set name="banned_by">%s^7 was banned by %s^7 %s</set>
<set name="banned">%s^7 was banned %s</set>
<set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
<set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
<set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
<set name="unbanned">%s^7 was un-banned %s</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_admin.xml" name="admin" />
<plugin config="@conf/plugin_stats.xml" name="stats" />
<plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
<plugin config="@conf/plugin_welcome.xml" name="welcome" />
<!-- 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" -->

<plugin config="@b3/extplugins/conf/xlrstats.xml" name="xlrstats" />
<!-- You can add new/custom plugins to this list using the same form as above. -->
</plugins>
</configuration>

B3 LOG: http://pastebin.com/UHXnqzRq

In the log i saw this : 030408 08:36:34 WARNING AdminPlugin: could not get command_prefix_big, using default
« Last Edit: January 14, 2011, 07:37:38 PM by [GS]Ghost » Logged

Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #1 on: January 14, 2011, 08:30:20 PM »

Bad log file. At least my first guess...

Sent from my PC36100 using Tapatalk
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #2 on: January 15, 2011, 01:37:31 AM »

You need the full path to your game log. Looks like you're using the default.

Code: xml
games_mp.log
Logged

Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« Reply #3 on: January 15, 2011, 08:30:05 AM »

You need the full path to your game log. Looks like you're using the default.

Code: xml
games_mp.log
Yeah but i downloaded someone elses and the b3 says its running but it doesent respond.
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #4 on: January 15, 2011, 11:58:26 AM »

Ehmmm what do you mean you've downloaded someone elses? Why don't you try my suggestion? B3 can't hear you if she can't read the log so she won't respond.
Logged

Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #5 on: January 15, 2011, 03:34:19 PM »

If B3 is running on the same PC as the game server, you need the full path, such as c:\mw2server\main\games_mp.log. If B3 is running on a different server from the game server, you need to set up an FTP path, such as http://ftp://username:password@serverip/main/games_mp.log.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« Reply #6 on: January 15, 2011, 04:57:28 PM »

Ehmmm what do you mean you've downloaded someone elses? Why don't you try my suggestion? B3 can't hear you if she can't read the log so she won't respond.
I did, it didnt work, i will try gross' suggestion now.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« Reply #7 on: January 15, 2011, 05:01:22 PM »

I did, it didnt work, i will try gross' suggestion now.
OH SORRY IS games.mp.log in the alteriw folder? If it is sorry I am an idiot lol
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #8 on: January 16, 2011, 08:02:43 AM »

OH SORRY IS games.mp.log in the alteriw folder? If it is sorry I am an idiot lol

game_mp.log will be located in your "main" folder, unless you are running a mod, in which case it will be in the mods/nameofmod folder.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« Reply #9 on: January 16, 2011, 10:33:32 AM »

game_mp.log will be located in your "main" folder, unless you are running a mod, in which case it will be in the mods/nameofmod folder.
All right, thanks. I cant do it know since my server's hdd is dead.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« Reply #10 on: January 16, 2011, 04:07:25 PM »

Now it says error reading games.mp.log
<set name="game_log">C:\Documents and Settings\hp_owner\Desktop\GS clan aIW server\Modern Warfare 2 - Multiplayer\main\games.mp.log</set>
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #11 on: January 17, 2011, 12:25:17 AM »

Are you sure it's games.mp.log? Cos it's gamerally games_mp.log.
Logged

Jr. Member
**
OS: Windows
Type: Home user
Posts: 18
Offline Offline
« Reply #12 on: January 21, 2011, 01:05:36 PM »

Are you sure it's games.mp.log? Cos it's gamerally games_mp.log.
Yeah, Fixed that long time, now I am trying to get 2 servers to run one 1 b3, any suggestions?
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #13 on: January 29, 2011, 07:22:49 PM »

Yeah, Fixed that long time, now I am trying to get 2 servers to run one 1 b3, any suggestions?

You need one B3 installation per server.
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal