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

[CS:S/CS:GO] iBots


Post New Thread Reply   
 
Thread Tools Display Modes
Author
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Plugin ID:
2597
Plugin Version:
1.3.0.8
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
    6 
    Plugin Description:
    Interactive gameplay for Bots vs Humans with reactive bot_quota, bot health, bot_difficulty, and player cash
    Old 10-07-2011 , 17:56   [CS:S/CS:GO] iBots
    Reply With Quote #1

    DESCRIPTION:
    This plugin will dynamically set the HP and quota of bots based on the number of human players and the difference between bots and humans team scores.

    This plugin was based off of the privately released metamod plugin Adaptive Bots by Old and Slow. I did not have access to the sourcecode for that plugin and this plugin was designed off of my experience and memory of playing on a server that had the Adaptive Bots plugin. Credit to the idea goes to Old and Slow - Thank you :)

    It's a fun plugin and I wanted others to enjoy this type of gameplay. This plugin was designed with having the game end when a player (either bot or human) reaches the frag limit score.

    You can use a per-map configuration to set which team the bots will play on and which team the humans will play on (see below for cvars). This plugin has 20 cvars so you can configure it to your liking. If you'd like any additional cvars added, just let me know in this thread.

    I've included ignited hegrenades for VIP players if you want to use those. You can override the flag I set (which was "a") to any flag you want using the command "ibots_vip" and set it to whatever flag you want. I'll be adding a couple more VIP features in subsequent releases.

    I added Super HEGrenades to help when bots start getting a lot of HP, the grenades are somewhat more useful - you can turn this off in the config file.

    1.1.1.2 now has a configurable friendly fire manager

    1.3.0.2 now has the ability for specified players the ability to take control of bots after they die. Players with admin flag CUSTOM1 or overridden access to "allow_control_bots" have access to the bot takeover.

    OVERRIDE COMMANDS AVAILABLE:
    Admins for iBots_botcontrol_msg when set to 1 are admins with "b" flag (default) or whatever flag you override with command "ibots_admin"

    People who are allowed to control bots are players with CUSTOM1 flag (default), or whatever flag you override with command "allow_control_bots"

    People who get the special VIP effects (like ignited nade) are players with "a" (default), or whatever flag you override with command "ibots_vip"

    Commands

    CVars


    REQUIREMENTS:
    SourceMod 1.5+

    Optional:
    Updater

    INSTALLATION and NOTES:
    To install, simply place the iBots.smx file in your sourcemod/plugins folder and the ibots.phrases.txt in your translation folder and either restart the server or change the map.

    A configuration file will be created in cstrike/cfg/sourcemod called plugin.iBots.cfg. Open this file and modify to your liking. Pay special attention to not set the same team number to the bots and humans.

    Speaking of bots, make sure your server.cfg or bot.cfg (or similar) does not set the bot_join_team or bot_quota or bot_difficulty - let this plugin do that for you or you may see undesirable results.

    CREDITS:
    berni for SMLib functions
    Old and Slow for original idea and his Adaptive Bots MetaMod:Source plugin
    Sourcemod and alliedmods community
    My alpha/beta testers

    KNOWN ISSUES:
    None that I know of. Unless the configuration file is setup incorrectly or some other plugin is messing with the bot_quota, bot_join_team, bot_difficulty, or health of players, this plugin should work great as a stand alone plugin for bots vs human gameplay.

    If you were planning on running this on deathmatch servers, just be aware that those plugins usually come with a spawn protection that will reset the health of the bots after X seconds back to 100HP.

    If you find an issue, let me know and I'll fix it ASAP.

    To Do List:
    * DONE Add translation file so this plugin is not hard coded in English
    * Add dynamic weapon un/restriction based on score and/or streaks For now, use a separate plugin to achieve this.
    * DONE Add cvar so server admins can specify what team bots are on (per map config compatible)
    * DONE Implement [INC] Colors by exvel for better output of chat and ease of use for translation file
    * DONE Add Updater capability
    * DONE Add ability to update config file with missing CVars

    Change Log


    Upgrading:
    Might be safe if you backup your old config file, delete (or rename) it, then let the plugin create a new one for you since I've introduced a number of new CVars since 1.3.0.2. If you're upgrading to 1.3.0.2 (or later) make sure you grab the new translation file, just in case.

    As of 1.3.0.3, this plugin will automatically add new CVars to the config file, so you don't need to worry about backing up your config - just check it for the newly added CVars and set those as you see fit.

    ** To edit your bot names, open up the botprofile.db with notepad or similar and change the names to reflect the difficulty - make sure you back up your original botprofile.db file.
    Attached Files
    File Type: txt ibots.phrases.txt (4.9 KB, 2092 views)
    File Type: smx iBots.smx (37.7 KB, 1875 views)
    File Type: sp Get Plugin or Get Source (iBots.sp - 1326 views - 81.0 KB)
    __________________
    View my Plugins | Donate

    Last edited by TnTSCS; 10-26-2013 at 11:59. Reason: Update from 1.3.0.7 to 1.3.0.8
    TnTSCS is offline
    away000
    Veteran Member
    Join Date: Sep 2010
    Old 10-07-2011 , 18:53   Re: iBots
    Reply With Quote #2

    Great man, maybe will use this on mine servers, can be veru usefull when he crash...
    __________________
    away000 is offline
    TnTSCS
    AlliedModders Donor
    Join Date: Oct 2010
    Location: Undisclosed...
    Old 10-07-2011 , 22:07   Re: iBots
    Reply With Quote #3

    I'm going to work on an new and improved method of dynamically changing the bots team. This way, if an admin types in a command it will switch the humans and bots and the team scores.
    TnTSCS is offline
    sinblaster
    Grim Reaper
    Join Date: Feb 2010
    Location: Australia
    Old 10-08-2011 , 02:19   Re: iBots
    Reply With Quote #4

    I had seta00 make me something very similar to this a while back, good job. I think I'll switch due to the extra advantages.
    __________________
    Happy Happy Joy Joy

    sinblaster is offline
    linglingftw
    Member
    Join Date: Aug 2010
    Old 10-08-2011 , 03:49   Re: iBots
    Reply With Quote #5

    Thanks for releasing this.. I should find a use for it on a few of my servers.
    linglingftw is offline
    Leonardo
    Veteran Member
    Join Date: Feb 2010
    Location: 90's
    Old 10-09-2011 , 14:12   Re: iBots
    Reply With Quote #6

    is this plugin only for css?
    Leonardo is offline
    TnTSCS
    AlliedModders Donor
    Join Date: Oct 2010
    Location: Undisclosed...
    Old 10-09-2011 , 16:36   Re: iBots
    Reply With Quote #7

    Quote:
    Originally Posted by Leonardo View Post
    is this plugin only for css?
    it's only been tested on CSS... I don't have any other servers to test it on
    TnTSCS is offline
    Powerlord
    AlliedModders Donor
    Join Date: Jun 2008
    Location: Seduce Me!
    Old 10-10-2011 , 10:23   Re: iBots
    Reply With Quote #8

    I can say that things that adjust the HP of bots probably shouldn't be used on a TF2 (or Fortress Forever?) server, as bots are assigned random classes (which determines their hitpoints).
    __________________
    Not currently working on SourceMod plugin development.
    Powerlord is offline
    Nico82
    Junior Member
    Join Date: Jul 2010
    Old 01-14-2012 , 15:28   Re: iBots
    Reply With Quote #9

    Hello having some trouble i am tryin to have 4 bots for one human but it keeps giving me two bots. I have ibot_quota set to 4 and also have ibot_quota_min to show 5 bots in when noone is in game but no bots are showing up either can u assist?
    Nico82 is offline
    TnTSCS
    AlliedModders Donor
    Join Date: Oct 2010
    Location: Undisclosed...
    Old 01-14-2012 , 15:37   Re: iBots
    Reply With Quote #10

    I'll be updating this plugin this weekend... I'll have a fix for you by tomorrow.
    __________________
    View my Plugins | Donate
    TnTSCS is offline
    Reply


    Thread Tools
    Display Modes

    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 03:58.


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