Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins Discussion (Moderator: MordyT)Help: No External Plugins Working
Pages: [1]   Go Down
  Print  
Author Topic: Help: No External Plugins Working  (Read 285 times) Bookmark and Share
Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD7
Posts: 17
Offline Offline
121 Clan Server Admin
WWW
« on: May 04, 2011, 07:58:10 PM »

Hello,
  I've been trying to get some external plugins on b3.  None of them seem to work.  Each one always leads to the same error message:

Code:
110504 23:43:07  BOT      Loading Plugin #11 aimbotdetector [C:\Program Files\BigBrotherBot_1.5.0\extplugins\conf\aimbotdetector.xml]
110504 23:43:07  INFO  Could not load built in plugin aimbotdetector (No module named aimbotdetector)
110504 23:43:07  INFO  trying external plugin directory : "@b3\extplugins"
110504 23:43:07  CRITICAL  Error loading plugin: No module named aimbotdetector
Traceback (most recent call last):
  File "b3\parser.pyo", line 554, in loadPlugins
  File "b3\parser.pyo", line 665, in pluginImport
ImportError: No module named aimbotdetector

This has happened with xlrstats and ctimer as well.  I've tried moving them to different locations.  I've tried putting the direct link instead of the @b3/... link.  I've even changed the /'s to \'s and nothing seems to make it find the modules.  I'm ready to throw it out the window!!!

Here's the stuff in b3.xml:

Code:
<settings name="plugins">
<set name="external_dir">"@b3/extplugins"</set>
</settings>
<plugins>
<plugin name="admin" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_admin.xml" disabled="no"/>
<plugin name="censor" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_censor.xml" disabled="no"/>
<plugin name="spamcontrol" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_spamcontrol.xml" disabled="no"/>
<plugin name="tk" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_tk.xml" disabled="no"/>
<plugin name="stats" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_stats.xml" disabled="no"/>
<plugin name="pingwatch" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_pingwatch.xml" disabled="no"/>
<plugin name="adv" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_adv.xml" disabled="no"/>
<plugin name="status" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_status.xml" disabled="no"/>
<plugin name="welcome" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_welcome.xml" disabled="no"/>
<plugin name="punkbuster" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_punkbuster.xml" disabled="no"/>
<plugin name="aimbotdetector" config="@b3/extplugins/conf/aimbotdetector.xml"/>
</plugins>
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: May 04, 2011, 09:41:22 PM »

Hi, There must be no double quotes around your patch.

Search for :
Code:
<set name="external_dir">"@b3/extplugins"</set>

Replace with :
Code:
<set name="external_dir">@b3/extplugins</set>
« Last Edit: May 04, 2011, 10:52:54 PM by Courgette » Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD7
Posts: 17
Offline Offline
121 Clan Server Admin
WWW
« Reply #2 on: May 04, 2011, 10:13:57 PM »

Wow.... Very well done Courgette.  Thank you for your help!  I feel so dumb. Tongue  I was ready to give up on that blasted thing.

Thanks again!!!
Logged
Tags: External  plugins  module 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal