Raised This Month: $51 Target: $400
 12% 

Bot Tools


Post New Thread Reply   
 
Thread Tools Display Modes
Author
dalto
Veteran Member
Join Date: Jul 2007
Plugin ID:
121
Plugin Version:
1.2
Plugin Category:
Admin Commands
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
    37 
    Plugin Description:
    SM Bot Tools Plugin. In game bot administration and controls.
    Old 08-08-2007 , 19:19   Bot Tools
    Reply With Quote #1

    SM Bot Tools

    Current Version: 1.2

    Description:
    This plugin provides in game bot administration and controls for Counter Strike:Source bots. Bot Tools provides menu driven bot control for bot administration. It is 100% compatible with the all the standard Valve bot cvar's. The !botslay command will kill all bots. When autslay is on all bots will be killed as soon as the last human is killed. Use the !bottools command to open the administration menu.

    Planned Features:
    • None, make a request!
    CVar's:
    sm_bot_tools_version: The version number
    sm_bot_tools_enable: Enables the plugin
    sm_bot_tools_autoslay: Determines if bot autoslay is on
    sm_bot_tools_bot_count: The number of bots to add when bot are enabled

    Changelog:

    1.2: Changed menu behavior, fixed other menu
    1.1: Added chatter control
    1.0: Huge update, see below for full changelog
    0.5: Initial Release
    Attached Files
    File Type: zip bottools1.2.zip (11.7 KB, 16078 views)
    File Type: sp Get Plugin or Get Source (bottools.sp - 11572 views - 18.2 KB)

    Last edited by dalto; 08-16-2007 at 16:23. Reason: New Release
    dalto is offline
    Peoples Army
    SourceMod Donor
    Join Date: Mar 2007
    Old 08-08-2007 , 19:37   Re: Bot Tools
    Reply With Quote #2

    GJ !

    Feature Requests
    1. set all bot to knives (bot_knives_only 1)

    2. set all bots to pistols (bot_pistols_only 1)

    in a menu or quick commands these would be helpfull
    Peoples Army is offline
    MoggieX
    Veteran Member
    Join Date: Aug 2007
    Location: n00bville
    Old 08-09-2007 , 09:40   Re: Bot Tools
    Reply With Quote #3

    Nice work, will have a play with on our beta server tonight!

    Matt
    __________________
    MoggieX is offline
    Send a message via Skype™ to MoggieX
    Shaman
    Senior Member
    Join Date: Dec 2006
    Location: Istanbul, Turkey
    Old 08-09-2007 , 15:32   Re: Bot Tools
    Reply With Quote #4

    Try AdminTools: Source:
    [IMG]http://img516.**************/img516/5711/09082007222738uy7.png[/IMG]
    [IMG]http://img516.**************/img516/4715/09082007222752qm6.png[/IMG]
    My plugin is not a bot control plugin. It provides other features like ConVar management etc. If you want something simple using Bot Tools will be much easier.
    __________________
    Shaman is offline
    Send a message via ICQ to Shaman Send a message via AIM to Shaman Send a message via MSN to Shaman Send a message via Yahoo to Shaman
    dalto
    Veteran Member
    Join Date: Jul 2007
    Old 08-09-2007 , 15:36   Re: Bot Tools
    Reply With Quote #5

    Here are some screenshots of this plugin:


    It should be obvious to everyone at this point that I suck at making screenshots.
    Attached Thumbnails
    Click image for larger version

Name:	botmenu.jpg
Views:	46757
Size:	48.2 KB
ID:	18909  

    Last edited by dalto; 08-09-2007 at 20:17.
    dalto is offline
    dalto
    Veteran Member
    Join Date: Jul 2007
    Old 08-09-2007 , 19:38   Re: Bot Tools
    Reply With Quote #6

    I am proud to announce the release of SM Bot Tools 1.0.

    This is a huge release and includes the following changes:
    * Added menu system
    * Added weapon commands
    * Added weapon restrictions
    * Added general bot controls
    * Added general bot commands
    * Added other bot options
    * Added support for localization
    * sm_bot_tools_autoslay now affects plugin behavior after startup

    Feedback on usability of the menus and translations are needed!
    dalto is offline
    junks
    Junior Member
    Join Date: Aug 2007
    Old 08-11-2007 , 14:18   Re: Bot Tools
    Reply With Quote #7

    I can't get this working, I use the !bottools command but nothing happens...

    When I type sm plugins list, it shows:

    Code:
    SM Bot Tools" (1.0) by AMP
    Along with other mods...

    I'm new to sourcemod and how to run it so bare with me please...

    Am I missing something that I should be doing?
    junks is offline
    dalto
    Veteran Member
    Join Date: Jul 2007
    Old 08-11-2007 , 14:22   Re: Bot Tools
    Reply With Quote #8

    Quote:
    Originally Posted by junks View Post
    I'm new to sourcemod and how to run it so bare with me please...

    Am I missing something that I should be doing?
    !bottools is a say command. You need to do that in a say window.

    You can also bind to a hotkey by opening your console and typing:

    bind f11 "say /bottools"

    This will bind it to the F11 key.

    If you are still not getting anything look in addons/sourcemod/logs at the error logs.

    Also, make sure you copied the translation file.
    dalto is offline
    Shaman
    Senior Member
    Join Date: Dec 2006
    Location: Istanbul, Turkey
    Old 08-23-2007 , 15:14   Re: Bot Tools
    Reply With Quote #9

    I had the same problem. I hope I solve your problem:
    You are in a menu which displays itself again after selection. If you select something that opens a menu this will happen:
    -You select the item
    -Menu that you want is shown
    -The other menu shows itself again
    so you don't see the menu you want. If that's the problem you should change Super Menu's menu handling function from:
    Code:
    if selected_item = bot_menu
      show_botmenu
    show_menu_again
    to
    Code:
    show_menu_again
    if selected_item = bot_menu
      show_botmenu
    so the menu that you want to see will not be overrided.
    __________________
    Shaman is offline
    Send a message via ICQ to Shaman Send a message via AIM to Shaman Send a message via MSN to Shaman Send a message via Yahoo to Shaman
    kregoron
    New Member
    Join Date: Aug 2007
    Old 08-23-2007 , 17:53   Re: Bot Tools
    Reply With Quote #10

    ill give it a try tomorrow and see if it works

    btw looked through the log, shows the command as being run, but nothing else..

    Last edited by kregoron; 08-23-2007 at 17:56.
    kregoron is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 09:33.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode