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)B3 Cannot find admin plugin, but I can.
Pages: [1]   Go Down
  Print  
Author Topic: B3 Cannot find admin plugin, but I can.  (Read 891 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2
Posts: 7
Offline Offline
WWW
« on: December 07, 2010, 01:06:47 PM »

Hey guys I'm new to the forum but I recently set up my own dedicated for COD6 MW2 with an old machine I wasn't using anymore.

The server ran great with decent pings even when all 18 slots were filled.

I decided it was time to take it further... So I went a very frustrating 2 day attempt to install B3. After teaching myself a thing or two about xampp and mysql / databases, I was able to successfully install B3, I think.

First I start the MW2 server, then I launch b3, the cmd window pops up, checks for updates, says none available.

Connects to DB, uses gamelog, tests RCON, loads events, and plugins (though I only have the default admin one that comes with B3 windows installer currently)

Problem: The plugins, not even the default admin one are loading. I dont get an error in the b3_run but when I check the b3.log here's what it says:

101207 17:48:43   BOT       www.bigbrotherbot.net (b3) v1.4.1 [nt] (Daniel) [Win32 standalone]
101207 17:48:43   BOT       Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
101207 17:48:43   BOT       Starting Cod4Parser v1.3.2 for server 192.168.1.50:28917
101207 17:48:43   BOT       --------------------------------------------
101207 17:48:43   BOT       Attempting to connect to database mysql://Admin:******@localhost/b3...
101207 17:48:43   BOT       Connected to database [1 times]
101207 17:48:43   BOT       Game log C:\\Users\\Mom\\Desktop\\aIW-Client\\main\\games_mp.log
101207 17:48:43   BOT       Starting bot reading file C:\Users\Mom\Desktop\aIW-Client\main\games_mp.log
101207 17:48:43   VERBOSE   RCON sending (192.168.1.50:28917) status
101207 17:48:44   BOT       Loading Plugins (external plugin directory: C:\ProgramData\BigBrotherBot)
101207 17:48:44   BOT       Loading Plugin #1 admin [@conf\plugin_admin.xml]
101207 17:48:44   BOT       AdminPlugin: Loading config @conf\plugin_admin.xml for AdminPlugin
101207 17:48:44   CRITICAL   AdminPlugin: Could not find config file @conf\plugin_admin.xml
Traceback (most recent call last):
  File "b3\plugin.pyo", line 97, in loadConfig
  File "b3\config.pyo", line 271, in load
  File "b3\config.pyo", line 177, in load
ConfigFileNotFound: '\\\\plugin_admin.xml'


I've read to change the server.cfg file so this line is changed to set g_logSync "1":

set g_logSync "1" // 1 = always flush games_mp.log, 0 = only flush on game end
    set g_log "games_mp.log" // game log file

I was already on 1 so I tried 2, didn't work either. I set it back to 1, this isn't my issue.

I found on the forums that the conf folder is located in C:\ProgramDATA\BigBrotherBot

I found the folder and tried copying the folder into the C:\ProgramFILES\BigBrotherBot, then changed the location in the b3.xml to point here for the config files, still no luck.

I still have the same issue, server starts and runs fine, but no plugins are loading, so !iamgod and !b3 etc etc do absolutely nothing..

All day I have been looking through the forums for a possible solution, I can't find much surrounding the windows installer that doesn't require python. I have python but used the mySQL only version for simplicity.. seems I may have made more trouble for myself than it was worth.

I read to reinstall b3, so I removed it from the AlterIW directory where it was installed using the uninstaller, then I reinstalled it in the default directory. I edited the b3.xml accordingly.

Here is my b3.xml minus some passwords and some starred-out IP addy's (not sure if the IP thing was necessary but w/e)

<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">cod4</set>
    <set name="database">mysql://Admin:MyPassword@localhost/b3</set>
    <set name="bot_name">Jesibel420</set>
    <set name="bot_prefix">^0(^2Jesibel420^0)^6:</set>
    <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
    <set name="time_zone">EST</set>
    <set name="log_level">9</set>
    <set name="logfile">C:\Program Files\BigBrotherBot_1.4.1\b3log.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">MyPassword</set>
    <set name="port">28917</set>
    <set name="game_log">C:\\Users\\Mom\\Desktop\\aIW-Client\\main\\games_mp.log</set>
    <set name="public_ip">255.255.255.255</set>
    <set name="rcon_ip">192.168.1.**</set>
    <set name="punkbuster">off</set>
  </settings>
  <settings name="autodoc">
    <set name="type">html</set>
    <set name="maxlevel">100</set>
    <set name="destination">C:\\Users\\Mom\\Desktop\\aIW-Client</set>
  </settings>
  <settings name="messages">
    <set name="kicked_by">%s^7 was kicked in the balls %s^7 %s</set>
    <set name="kicked">%s^7 was kicked the [****] out %s</set>
    <set name="banned_by">%s^7 was ban hammered 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">C:\\ProgramData\\BigBrotherBot</set>
  </settings>
  <plugins>
    <plugin name="admin" config="@conf/plugin_admin.xml"/>
    <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
    <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
  </plugins>
</configuration>


So what I notice here right off the bat is that parser is sed to cod4. Not sure if this is an issue when running an AlterIW server (MW2)
Also, my plugins directory is pointing to the location of the conf folder. Not sure if this should instead read:
C:\\ProgramData\\BigBrotherBot\\Conf

The reason I haven't tried that, however, is because I also tried just copying the conf folder to the b3 installation directory and pointed the b3.xml to there for the plugins and it still did not work.

I don't understand why if I have allt he xml files for the plugins, and I have the code in the xml files pointing to their locations, why would the b4 launcher not load them when it's not getting any errors whatsoever while initializing and communicating with the AlterIW server?


I'm running b3 on the server itself, on Win 7 32 bit with the AlterIW client set up for a dedi server... Server works very well for being an old Sempron, but the b3 bot has me stumped. I'll be very glad to have !iamgod command work, been working on setting this up for 4 days now and I'm almost there!

Thanks for your help!





« Last Edit: December 07, 2010, 09:47:59 PM by DirtyFrickenDeeds » Logged

I have to go poop now.

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: December 07, 2010, 03:02:50 PM »

The issue is it cannot find the admin plugin. Verify you can see the admin plugin by clicking start programs b3 folder config.

*Via my HTC EvO 4G*
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: Owner dedicated server(s)
Gameservers: CoD6 MW2
Posts: 7
Offline Offline
WWW
« Reply #2 on: December 07, 2010, 03:29:27 PM »

I just updated the original post to simplify it a bit.

Under the conf folder I have:

plugin_admin
plugin_adv

-As well many others, but I would assume that "plugin_admin" is what I need... it's there and when I open with notepad++ the data looks normal to me.

I'm still unable to get the plugins to launch, very weird, any ideas much appreciated, I'm completely stumped but I'm no expert.

 

« Last Edit: December 07, 2010, 05:40:47 PM by DirtyFrickenDeeds » Logged

I have to go poop now.
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD W@W, COD BO, MOH
Posts: 92
Offline Offline
WWW
« Reply #3 on: December 07, 2010, 08:48:58 PM »

If your admin plugin is in the folder, make sure that b3 is looking in the right spot for it (if you used win standalone installer you would have put this info in when you first ran B3), its clear as you said it cant find the admin plugin, but its there, so check that b3 is looking in the right place for it and everything is named correctly! If that doesn't work, try a new admin plugin xml, or try re-installing B3, but its more than likely the place its looking for the plugin. Also check that the syntax is all ok, but from what you posted above, looks ok. I'm no expert, one of the other guys might have some better suggestions, but this is what I would do to try and fix the issue.
Logged

Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2
Posts: 7
Offline Offline
WWW
« Reply #4 on: December 07, 2010, 10:31:24 PM »

Okay, I got b3 to start the plugins, the four I have set up are all starting.

Loading plugins... (4)
Starting plugins... (4)

Sartup complete, b3 is running, lets get to work!


Great!

What I did to fix the issue was I copied the conf folder which the windows installer put under c:\program data to the bigbrotherbot install directory in c:\program files.

I then edited my b3 like so (here is the applicable section)

<settings name="plugins">
    <set name="external_dir">C:\Program Files\BigBrotherBot_1.4.1\extplugins</set>
  </settings>
  <plugins>
    <plugin name="admin" config="C:\Program Files\BigBrotherBot_1.4.1\extplugins\conf\plugin_admin.xml"/>
    <plugin name="pingwatch" config="C:\Program Files\BigBrotherBot_1.4.1\extplugins\conf\plugin_pingwatch.xml"/>
    <plugin name="welcome" config="C:\Program Files\BigBrotherBot_1.4.1\extplugins\conf\plugin_welcome.xml"/>
  </plugins>
</configuration>


The conf folder is NOW placed under C:\Program Files\BigBrotherBot_1.4.1\extplugins\conf where the installer should have put it to begin with IMO but what do I know?

I think the instructions for the windows installer could be more clear in telling you the location of the conf folder you need to get the .xml files from, but it is what it is.


<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<===>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

So now, I have a new problem, which I believe is answered in the forums elsewhere so if I can find it I will edit this post. Until then I'll ask here since people are helping me here.

I start my server, then I run b3 launcher.

All goes well, server runs, I can connect and play.. I run b3 bot. I can still connect just fine and play, but no "big brother is watching" and the !iamgod command does nothing, nor does !b3

I'm missing something here.. server running, B3 running, all says okay I'm happy, but nothing happens.

I doubt this is an ip or port configuration issue, b3 is running on the server itself, I have the RCON password set up in the server config and in the b3.xml, and b3 says success when it checks for RCON comms, so RCON should be working just fine.

I tried changing the IP from the server's local ip of 192.168.1.** to 127.0.0.1 since b3 is running on the server itself, and when I started B3, RCON was still just fine, as it was before, but my !iamgod command or !b3 command still do nothing, and nothing on the server about B3 is watching.

Here is the section of the b3.xml for the RCON

 </settings>
  <settings name="server">
    <set name="rcon_password">MyPWORD</set>
    <set name="port">28917</set>
    <set name="game_log">C:\\Users\\Mom\\Desktop\\aIW-Client\\main\\games_mp.log</set>
    <set name="public_ip">255.255.255.255</set>
    <set name="rcon_ip">127.0.0.1</set>
    <set name="punkbuster">off</set>
  </settings>


Any help here much appreciated, this is the last step to getting my server running how I want it, well almost lol!

Thanks so much for the help thus far, you guys assured me it was me that was missing something and not the fault of the program or anything else!



« Last Edit: December 07, 2010, 10:47:01 PM by DirtyFrickenDeeds » Logged

I have to go poop now.
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD W@W, COD BO, MOH
Posts: 92
Offline Offline
WWW
« Reply #5 on: December 08, 2010, 03:56:49 AM »

ok good to see u fixed that,when you start the bot,when you are in your game server can you see B3 start??(you should see (b3) v1.4.1 etc. in the game console) If so is the path to your game log correct? 
Logged

Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2
Posts: 7
Offline Offline
WWW
« Reply #6 on: December 08, 2010, 07:55:10 AM »

Game log... hmm. Well I was slightly confused when I generated the b3.xml as to what exactly this file was.

So, I opened AiW client folder for CoD6 MW2 and in there, there is a folder called "main"

Inside of that folder is a file called games_mp.log

I assumed this was the file that was to be used as "game log"

Here are some of the contents of that file (it's very long so I included what I thought would be necessary to verify it was the correct file, if more is needed I will upload with a link from my web server)

games_mp.log is as follows:

  0:00 ------------------------------------------------------------
  0:00 InitGame
  0:00 J;0110000142fbb60e;2;DirtyFrickenDee
  1:29 ExitLevel: executed
  1:29 ShutdownGame:
  1:29 ------------------------------------------------------------
  0:00 ------------------------------------------------------------
  0:00 InitGame
  0:00 J;0110000142fbb60e;16;DirtyFrickenDee
  1:29 ExitLevel: executed
  1:29 ShutdownGame:
  1:29 ------------------------------------------------------------
  2:00 ------------------------------------------------------------
  2:00 InitGame
  2:00 Q;01100001db49875a;1;Pretty_Toes
  3:06 ShutdownGame:
  3:06 ------------------------------------------------------------
  0:00 ------------------------------------------------------------
  0:00 InitGame
  0:00 J;0110000142fbb60e;0;DirtyFrickenDee
  0:27 J;01100001db49875a;1;Pretty_Toes
  0:36 D;01100001db49875a;1;allies;Pretty_Toes;0110000142fbb60e;0;axis;DirtyFrickenDee;coltanaconda_fmj_mp;45;MOD_PISTOL_BULLET;right_arm_upper
  0:37 D;01100001db49875a;1;allies;Pretty_Toes;0110000142fbb60e;0;axis;DirtyFrickenDee;coltanaconda_fmj_mp;45;MOD_PISTOL_BULLET;torso_lower
  0:38 K;01100001db49875a;1;allies;Pretty_Toes;0110000142fbb60e;0;axis;DirtyFrickenDee;coltanaconda_fmj_mp;47;MOD_PISTOL_BULLET;left_arm_upper
  1:11 D;0110000142fbb60e;0;axis;DirtyFrickenDee;01100001db49875a;1;allies;Pretty_Toes;m4_mp;30;MOD_RIFLE_BULLET;torso_lower
  1:12 D;0110000142fbb60e;0;axis;DirtyFrickenDee;01100001db49875a;1;allies;Pretty_Toes;m4_mp;30;MOD_RIFLE_BULLET;torso_lower
  1:12 D;0110000142fbb60e;0;axis;DirtyFrickenDee;01100001db49875a;1;allies;Pretty_Toes;m4_mp;30;MOD_RIFLE_BULLET;torso_lower
  1:12 K;0110000142fbb60e;0;axis;DirtyFrickenDee;01100001db49875a;1;allies;Pretty_Toes;m4_mp;30;MOD_RIFLE_BULLET;left_leg_upper
  1:40 D;01100001db49875a;1;allies;Pretty_Toes;0110000142fbb60e;0;axis;DirtyFrickenDee;coltanaconda_fmj_mp;50;MOD_PISTOL_BULLET;torso_lower
  1:40 D;0110000142fbb60e;0;axis;DirtyFrickenDee;01100001db49875a;1;allies;Pretty_Toes;m4_mp;41;MOD_HEAD_SHOT;head
  1:40 K;01100001db49875a;1;allies;Pretty_Toes;0110000142fbb60e;0;axis;DirtyFrickenDee;coltanaconda_fmj_mp;69;MOD_HEAD_SHOT;head
  1:58 Weapon;01100001db49875a;1;Pretty_Toes;m4_mp
  3:29


Again, this is not nearly all of the file, but I would think it's enough to tell if it's the correct file, I took this starting from the very top.

As you can probably see, this is myself, DirtyFrickenDeeds, and my girlfriend playing a multiplayer game if I had to guess, it contains info from the server about shots and hits to the body. This appears to be from when I was experimenting with some mods such as gun game, but I removed all mods prior to installing b3 to eliminate any issues so I don't think this has anything to do with my issue since I've installed no administrative mods, and all mods have been removed from the server.

Further down there is some more stuff of substance like so:

 30:59 InitGame: \_Admin\DirtyFrickenDeeds\_Email\stinkygrundle@gmail.com\_Location\US - East\_Website\http://alteriw.net/\g_gametype\war\g_hardcore\0\gamename\IW4\mapname\mp_brecourt\protocol\144\scr_game_allowkillcam\1\scr_team_fftype\0\shortversion\1.0\sv_allowAnonymous\0\sv_allowClientConsole\1\sv_floodProtect\1\sv_hostname\FUN SERVER BETA TESTING\sv_maxclients\18\sv_maxPing\280\sv_maxRate\25000\sv_minPing\0\sv_privateClients\0\sv_privateClientsForClients\0
 31:03 J;0110000142fbb60e;0;DirtyFrickenDee
 31:56 Q;0110000142fbb60e;0;DirtyFrickenDee
 42:20 J;011000017ec0a080;0;BullZEyeHUN
 43:09 D;011000017ec0a080;0;allies;BullZEyeHUN;011000017ec0a080;0;allies;BullZEyeHUN;flash_grenade_mp;1;MOD_GRENADE_SPLASH;none


and some more recent stuff:

 0:00 InitGame: \_Admin\DirtyFrickenDeeds\_Email\StinkyGrundle@gmail.com\_Location\US - East\_Website\http://www.Jesibel420.com/\g_gametype\war\g_hardcore\0\gamename\IW4\mapname\mp_afghan\protocol\144\scr_game_allowkillcam\1\scr_team_fftype\0\shortversion\1.0\sv_allowAnonymous\0\sv_allowClientConsole\1\sv_floodProtect\0\sv_hostname\^2Jesibel420.com ^0(HC-TDM) ^1Public Dedicated\sv_maxclients\18\sv_maxPing\250\sv_maxRate\25000\sv_minPing\0\sv_privateClients\0\sv_privateClientsForClients\0
  2:29 J;0110000142fbb60e;0;DirtyFrickenDee
  2:45 say;0110000142fbb60e;0;DirtyFrickenDee;!iamgod
  2:56 say;0110000142fbb60e;0;DirtyFrickenDee;!kick
  3:01 say;0110000142fbb60e;0;DirtyFrickenDee;!kickplayer
  3:05 Q;0110000142fbb60e;0;DirtyFrickenDee
  3:05 ShutdownGame:
  3:05 ------------------------------------------------------------
  3:05 ------------------------------------------------------------
  3:05 InitGame: \_Admin\DirtyFrickenDeeds\_Email\StinkyGrundle@gmail.com\_Location\US - East\_Website\http://www.Jesibel420.com/\g_gametype\war\g_hardcore\0\gamename\IW4\mapname\mp_afghan\protocol\144\scr_game_allowkillcam\1\scr_team_fftype\0\shortversion\1.0\sv_allowAnonymous\0\sv_allowClientConsole\1\sv_floodProtect\0\sv_hostname\^2Jesibel420.com ^0(HC-TDM) ^1Public Dedicated\sv_maxclients\18\sv_maxPing\250\sv_maxRate\25000\sv_minPing\0\sv_privateClients\0\sv_privateClientsForClients\0
  3:11 ShutdownGame:
  3:11 ------------------------------------------------------------
  0:00 ------------------------------------------------------------
  0:00 InitGame: \_Admin\DirtyFrickenDeeds\_Email\StinkyGrundle@gmail.com\_Location\US - East\_Website\http://www.Jesibel420.com/\g_gametype\war\g_hardcore\0\gamename\IW4\mapname\mp_rust\protocol\144\scr_game_allowkillcam\1\scr_team_fftype\0\shortversion\1.0\sv_allowAnonymous\0\sv_allowClientConsole\1\sv_floodProtect\0\sv_hostname\^2Jesibel420.com ^0(HC-TDM) ^1Public Dedicated\sv_maxclients\18\sv_maxPing\250\sv_maxRate\25000\sv_minPing\0\sv_privateClients\0\sv_privateClientsForClients\0
  0:00 ShutdownGame:
  0:00 ------------------------------------------------------------
  0:00 ------------------------------------------------------------


If this happens to be the correct file, what do you think can be wrong? I have double checked the location of this log, and it is available to b3 as far as I can see, and targeted correctly in the b3.xml from what I can see.

To verify this, the location of games_mp.log is:

C:\Users\Mom\Desktop\aIW-Dedi\main\games_mp.log

The b3.xml in the section for this .log is as follows:

<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">cod4</set>
    <set name="database">mysql://Admin:MyPword@localhost/b3</set>
    <set name="bot_name">Jesibel420</set>
    <set name="bot_prefix">^0(^2Jesibel420^0)^6:</set>
    <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
    <set name="time_zone">EST</set>
    <set name="log_level">9</set>
    <set name="logfile">C:\Program Files\BigBrotherBot_1.4.1\b3log.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">MyRCONPass</set>
    <set name="port">28917</set>
    <set name="game_log">C:\\Users\\Mom\\Desktop\\aIW-Client\\main\\games_mp.log</set>
    <set name="public_ip">255.255.255.255</set>
    <set name="rcon_ip">127.0.0.1</set>
    <set name="punkbuster">off</set>
  </settings>

  <settings name="autodoc">
    <set name="type">html</set>
    <set name="maxlevel">100</set>
    <set name="destination">C:\\Users\\Mom\\Desktop\\aIW-Client</set>
  </settings>

Assuming the above is correct, then I am stumped as far as why b3 isn't starting up properly. Again, I get no errors, it says b3 has started on the b3 launcher, but when you actually sign onto the game server it's not telling me b3 is working and none of the commands are operational. It appears the location that b3.xml is pointing to for games_mp.log is correct, so I'm wondering, could this be an issue with my server.cfg file?

My server.cfg is as follows:

    // --- QUERY INFORMATION --------------------------------
    set sv_hostname "^2Jesibel420.com ^0(TDM) ^1Public Dedicated"

    // optional settings returned by query, server listings may use this
    sets _Admin "DirtyFrickenDeeds"
    sets _Email "stinkygrundle@gmail.com"
    sets _Website "http://alteriw.net/"
    sets _Location "US - East"

    // --- NON-GAMEPLAY CONFIGURATION -----------------------
    set rcon_password "(MyRCONPass used in B3.xml)" // password for rcon, empty = disabled
    set privateMatch_serverPassword "" // game password, leave empty for a public game

    set sv_maxPing "250" // maximum ping, any higher and players will get kicked

    set g_inactivity "180" // time in seconds before a player gets kicked if not moving
    set g_inactivitySpectator "60" // time in seconds before a spectator gets kicked

    set g_logSync "1" // 1 = always flush games_mp.log, 0 = only flush on game end
    set g_log "games_mp.log" // game log file


    set aiw_sayName "^7Console" // name server-side 'say' commands show up as

    // --- BASE GAME CONFIGURATION --------------------------
    set g_gametype "war" // game type
    // war - Team Deathmatch
    // dm - Free-for-all
    // dom - Domination
    // koth - Headquarters
    // sab - Sabotage
    // sd - Search and Destroy
    // arena - Arena
    // dd - Demolition
    // ctf - Capture the Flag
    // oneflag - One-Flag CTF
    // gtnw - Global Thermo-Nuclear War

    // uncomment below commands for some hardcore shit
    //set g_hardcore "1"
    //set ui_hud_hardcore "1"
    //set scr_hardcore "1"
    //set scr_player_maxhealth "30"
    //set scr_team_fftype "1" // 1 = on, 2 = reflect, 3 = shared
    //set scr_player_healthregentime "0"

    set scr_thirdperson "0" // third-person mode
    set scr_game_hardpoints "1" // killstreaks, 1 = on
    set scr_game_perks "1" // perks, obviously

    set scr_game_allowkillcam "1" // 1 = allow, 0 = disallow

    set scr_diehard "0" // die-hard mode

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

    // - Team Deathmatch
    set scr_war_scorelimit "10000"
    set scr_war_timelimit "12" // timelimit, in minutes

    set scr_war_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
    set scr_war_waverespawndelay "0" // wave spawning, might be more 'tactical'

    set scr_war_numlives "0" // number of lives
    set scr_war_promode "0" // unknown

    set scr_war_roundlimit "1" // maximum amount of rounds
    set scr_war_winlimit "1" // amount of wins needed to win a round-based game

    // - Domination
    set scr_dom_scorelimit "200"
    set scr_dom_timelimit "15" // timelimit, in minutes

    set scr_dom_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
    set scr_dom_waverespawndelay "0" // wave spawning, might be more 'tactical'

    set scr_dom_numlives "0" // number of lives
    set scr_dom_promode "0" // unknown

    set scr_dom_roundlimit "1" // maximum amount of rounds
    set scr_dom_winlimit "1" // amount of wins needed to win a round-based game

    // - FFA
    set scr_dm_scorelimit "10000"
    set scr_dm_timelimit "15" // timelimit, in minutes

    set scr_dm_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds

    set scr_dm_numlives "0" // number of lives
    set scr_dm_promode "0" // unknown

    // - Search and Destroy
    set scr_sd_scorelimit "1"
    set scr_sd_timelimit "2.5" // timelimit, in minutes

    set scr_sd_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
    set scr_sd_waverespawndelay "0" // wave spawning, might be more 'tactical'

    set scr_sd_numlives "1" // number of lives
    set scr_sd_promode "0" // unknown

    set scr_sd_roundlimit "0" // maximum amount of rounds, 0 is 'until someone wins'
    set scr_sd_winlimit "6" // amount of wins needed to win a round-based game
    set scr_sd_roundswitch "4" // after X rounds, switch sides?

    set scr_sd_bombtimer "45"
    set scr_sd_defusetime "5"
    set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'?
    set scr_sd_planttime "5"

    // ... other gametypes might be easy to figure out, or come in a future update of the template ...

    // --- AUTOMATED ROTATION -------------------------------
    set sv_mapRotation "gametype war map mp_afghan gametype war map mp_boneyard gametype war map mp_brecourt gametype war map mp_checkpoint gametype war map mp_derail gametype war map mp_estate gametype war map mp_favela gametype war map mp_invasion gametype war map mp_nightshift gametype war map mp_quarry gametype war map mp_rundown gametype war map mp_subbase gametype war map mp_terminal gametype war map mp_underpass gametype dom map mp_afghan"



I highlighted in bold the section about the games_mp.log file for easier reference.

This server.cfg is started with the game server through the shortcut properties and runs automatically to set up the basic server. Not sure if this should look like that when using b3, but it works just fine without it.

Thanks a lot for your time hopefully I included any applicable info needed here.




Logged

I have to go poop now.
Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2
Posts: 7
Offline Offline
WWW
« Reply #7 on: December 08, 2010, 08:00:40 AM »

Also, Skitz, you said:

"ok good to see u fixed that,when you start the bot,when you are in your game server can you see B3 start??(you should see (b3) v1.4.1 etc. in the game console) If so is the path to your game log correct?"

Although the file path to the games_mp.log is correct (assuming that's the file I'm supposed to be using) the game does not show  "(b3) v1.4.1 etc." in the game when I join or any time after that.

So, if the game_mp.log file is the proper file, and it's pointed to correctly in b3.xml, then the problem would have to have something to do with the b3 not actually communicating properly with my server, correct?
Logged

I have to go poop now.
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: December 08, 2010, 11:57:27 AM »

In one of the other posts you said the first line of b3 is parser=cod4. Make sure you set that to cod6

*Via my HTC EvO 4G*
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: Owner dedicated server(s)
Gameservers: CoD6 MW2
Posts: 7
Offline Offline
WWW
« Reply #9 on: December 08, 2010, 01:21:32 PM »

You two are geniuses!

Thanks so much, couldn't have done it without you guys!!
Logged

I have to go poop now.
Tags: Add-ons  !iamgod 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal