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)Install b3 but not effect on server
Pages: [1] 2   Go Down
  Print  
Author Topic: Install b3 but not effect on server  (Read 731 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« on: February 07, 2012, 11:33:59 AM »

Im install b3 for mw2 but there's no effect on my server.There isn't message like "welcome player" etc.

 b3:


Quote
// --- QUERY INFORMATION --------------------------------

set sv_hostname "b3 Test"

// optional settings returned by 'serverinfo' command
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location ""


// --- NON-GAMEPLAY CONFIGURATION -----------------------

set rcon_password "[removed by MordyT]"
set sv_privatePassword ""
set privateMatch_serverPassword ""

set sv_maxPing "300"

set g_inactivity "180"
set g_inactivitySpectator "0"

set g_logSync "1"
sv log_damage "0"
set g_log "games_mp.log"

set aiw_sayName "^5BFC Console"

set scr_teambalance "1"


// --- BASE GAME CONFIGURATION --------------------------

set g_hardcore "1"
set ui_hud_hardcore "0"
set scr_hardcore "0"

//set scr_team_fftype "0"
set scr_player_healthregentime "0"

set g_speed "190"

set scr_thirdperson "0"

set scr_game_hardpoints "1"
set scr_game_perks "1"
set scr_game_spectatetype "1"
set scr_game_allowkillcam "1"

set scr_diehard "0"


// --- GAMETYPE CONFIGURATION ---------------------------

// - Team Deathmatch

set scr_war_scorelimit "20000"
set scr_war_timelimit "20.0"

set scr_war_playerrespawndelay "-1"
set scr_war_waverespawndelay "0"

set scr_war_numlives "0"
set scr_war_promode "0"

set scr_war_roundlimit "1"
set scr_war_winlimit "1"



// --- AUTOMATED ROTATION -------------------------------

set g_gametype "war"

set sv_mapRotation "map mp_compact"

last b3.xml

Quote
<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">cod6</set>
    <set name="database">mysql://b3:[removed by MordyT]@localhost/b3</set>
    <set name="bot_name">B3</set>
    <set name="bot_prefix">^0(^2b3^0)^7:</set>
    <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
    <set name="time_zone">GMT</set>
    <set name="log_level">10</set>
    <set name="logfile">C:\BigBrotherBot/b3.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">[removed by MordyT]</set>
    <set name="port">28961</set>
    <set name="game_log">0</set>
    <set name="public_ip">95.14.139.175</set>
    <set name="rcon_ip">192.168.1.3</set>
    <set name="punkbuster">0</set>
  </settings>
  <settings name="autodoc">
    <set name="type">html</set>
    <set name="maxlevel">100</set>
    <set name="destination">/path/to/b3_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 name="censor" config="@conf/plugin_censor.xml"/>
    <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml"/>
    <plugin name="admin" config="@conf/plugin_admin.xml"/>
    <plugin name="tk" config="@conf/plugin_tk.xml"/>
    <plugin name="stats" config="@conf/plugin_stats.xml"/>
    <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
    <plugin name="adv" config="@conf/plugin_adv.xml"/>
    <plugin name="status" config="@conf/plugin_status.xml"/>
    <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
    <plugin name="punkbuster" config="@conf/plugin_punkbuster.xml"/>
    <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
    <plugin name="alteradmin" config="@b3/extplugins/conf/alteradmin.xml"/>
  </plugins>
</configuration>

whats wrong ?
Edited by MordyT to remove passwords
« Last Edit: February 07, 2012, 12:59:42 PM by MordyT » 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: February 07, 2012, 11:45:43 AM »

<set name="logfile">C:\BigBrotherBot/b3.log</set> should be <set name="logfile">C:\BigBrotherBot\b3.log</set>

<set name="game_log">0</set> in the b3.xml has to point to the gamelog file that mw2 server makes. not to 0.

<set name="punkbuster">0</set> should be <set name="punkbuster">off</set>

<set name="destination">/path/to/b3_doc.html</set> should be <set name="destination">@conf/b3_doc.html</set>

after making those changes, if you still have issues, post a b3.log
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
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« Reply #2 on: February 07, 2012, 11:54:13 AM »

<set name="logfile">C:\BigBrotherBot/b3.log</set> should be <set name="logfile">C:\BigBrotherBot\b3.log</set>

<set name="game_log">0</set> in the b3.xml has to point to the gamelog file that mw2 server makes. not to 0.

<set name="punkbuster">0</set> should be <set name="punkbuster">off</set>

<set name="destination">/path/to/b3_doc.html</set> should be <set name="destination">@conf/b3_doc.html</set>

after making those changes, if you still have issues, post a b3.log

Thanks for helps, its solved. It says b3 running. Smiley
Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« Reply #3 on: February 07, 2012, 12:04:51 PM »

Thanks for helps, its solved. It says b3 running. Smiley

It says running but there arent still any automessage. Is it normal ?
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 #4 on: February 07, 2012, 12:09:15 PM »

It says running but there arent still any automessage. Is it normal ?

B3.log
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
Beta Testers
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD4 | COD2 | COD BO (Ranked and Unranked) | MOH 2010
Posts: 129
Offline Offline
« Reply #5 on: February 07, 2012, 12:57:44 PM »

I would also remove your RCON Password from this page.
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 #6 on: February 07, 2012, 01:00:01 PM »

I would also remove your RCON Password from this page.
Already done.
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
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« Reply #7 on: February 08, 2012, 06:13:05 AM »

Already done.

Thanks and b3 last log:


120207 21:07:35   BOT       'www.bigbrotherbot.net (b3) v1.7.1 [nt] [Myrthe] [Win32 standalone]'
120207 21:07:35   BOT       'Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]'
120207 21:07:35   BOT       'Default encoding: ascii'
120207 21:07:35   BOT       'Starting Cod6Parser v0.6 for server 192.168.1.3:28961'
120207 21:07:35   BOT       '--------------------------------------------'
120207 21:07:35   BOT       'Attempting to connect to database mysql://b3:******@localhost/b3...'
120207 21:07:36   BOT       'Connected to database [1 times]'
120207 21:07:36   BOT       'Game log 0'
120207 21:07:36   BOT       'Starting bot reading file 0'
120207 21:07:36   ERROR   'Error reading file 0'
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 #8 on: February 08, 2012, 06:16:37 AM »

Thanks and b3 last log:


120207 21:07:35   BOT       'www.bigbrotherbot.net (b3) v1.7.1 [nt] [Myrthe] [Win32 standalone]'
120207 21:07:35   BOT       'Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]'
120207 21:07:35   BOT       'Default encoding: ascii'
120207 21:07:35   BOT       'Starting Cod6Parser v0.6 for server 192.168.1.3:28961'
120207 21:07:35   BOT       '--------------------------------------------'
120207 21:07:35   BOT       'Attempting to connect to database mysql://b3:******@localhost/b3...'
120207 21:07:36   BOT       'Connected to database [1 times]'
120207 21:07:36   BOT       'Game log 0'
120207 21:07:36   BOT       'Starting bot reading file 0'
120207 21:07:36   ERROR   'Error reading file 0'

<set name="game_log">0</set> in the b3.xml has to point to the gamelog file that mw2 server makes. not to 0.
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
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #9 on: February 08, 2012, 06:29:36 AM »

Looking at the timestamps, that looks like your FIRST (or at least earliest one left) log.

b3.log is the last log, b3.log.1 the one before, b3.log.2 the one before that and so on up to b3.log.5
Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« Reply #10 on: February 08, 2012, 07:11:49 AM »

Looking at the timestamps, that looks like your FIRST (or at least earliest one left) log.

b3.log is the last log, b3.log.1 the one before, b3.log.2 the one before that and so on up to b3.log.5

OK this is log1


120207 21:49:41   BOT       'www.bigbrotherbot.net (b3) v1.7.1 [nt] [Myrthe] [Win32 standalone]'
120207 21:49:41   BOT       'Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]'
120207 21:49:41   BOT       'Default encoding: ascii'
120207 21:49:41   BOT       'Starting Cod6Parser v0.6 for server 192.168.1.3:28961'
120207 21:49:41   BOT       '--------------------------------------------'
120207 21:49:41   BOT       'Attempting to connect to database mysql://b3:******@localhost/b3...'
120207 21:49:41   BOT       'Connected to database [1 times]'
120207 21:49:41   BOT       'Game log D:\\Activision\\hosttt\\main\\console_mp'
120207 21:49:41   BOT       'Starting bot reading file D:\\Activision\\hosttt\\main\\console_mp'
120207 21:49:41   ERROR   'Error reading file D:\\Activision\\hosttt\\main\\console_mp'
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #11 on: February 08, 2012, 07:49:45 AM »

The latest file is just .log, this is the one you should usually provide unless another one is asked for.

But what you gave shows that the game_log entry is still wrong.

The file is usually games_mp.log rather than console_mp, unless you have specifically changed it. I think that is still the case for COD6. You need the full path and name with extension.

Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« Reply #12 on: February 09, 2012, 06:49:41 AM »

OK sorry, that it is:

http://pastebin.com/fgKVx2ke

Max 2000 characters so im paste it there. Thanks.
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #13 on: February 09, 2012, 07:07:18 AM »

game_log entry looks like it is still wrong, and it also looks like the rcon details are as well.
« Last Edit: February 09, 2012, 07:09:53 AM by 82ndAB.Bravo17 » Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 9
Offline Offline
« Reply #14 on: February 10, 2012, 11:40:35 AM »

game_log entry looks like it is still wrong, and it also looks like the rcon details are as well.

Last b3 log

http://pastebin.com/mtRbSaRP

Last b3xml

http://pastebin.com/af3Z2XDd
Logged
Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal