View Single Post
Author Message
Tipsy Snake
Junior Member
Join Date: May 2009
Location: Belarus
Old 05-04-2009 , 12:20   [CS:S] Bots Overseer
Reply With Quote #1

Bots Overseer

Latest version: 0.95

Description::
Bots control plugin for CS:Source. Autoslaying bots when all human players die. Bot control menu.
It's very useful plugin if you run server with bots.
I took an idea from dalto's BotTools but as that one looks like just an example and don't care about special in-game situations so I decided to write my own script.
Planned Features:
  • add delay before slaying bots
  • "add bots" item to menu

Cvars:
sm_bot_autoslay 0-1 (default 1)
Enables or disables auto slaying bots when all human players are died.
sm_bot_autoslay_mode 0-1 (default 0)
"0" - normal mode; "1" - "teammates" mode, if the killed human was the last human on his team, then slay his teammates.
sm_bot_autoslay_bomb 0-1 (default 0)
If set to "0" then Bot Overseer will not autoslay bots if bomb has been planted and the last killed human was Terrorist. So bots can successfully defuse bomb and win the round.
sm_bot_autoslay_notify 0-1 (default 1)
Turns on/off displaying Bots Overseer notifications in chat.

Commands:
sm_bot_slay
Kill all bots. Requires generic admin flag.

Cangelog:
  • 0.95
    sm_bot_autoslay_mode cvar added to allow autoslay teammates of the killed human if he was last on his team
    Minor changes in config menu
  • 0.9
    Admin menu added
  • 0.5
    The plugin now process next situations:
    - if human victim was the last alive on his team, then don't autoslay bots
    - whether to slay bots if bomb has been planted and the last human was Terrorist (sm_bot_autoslay_bomb)
  • 0.1
    Initial version. Just autoslay functionality


How to install
Copy botsoverseer.smx to "cstrike\addons\sourcemod\plugins"
Copy botsoverseer.phrases.txt to "cstrike\addons\sourcemod\translations"
Note: if you are updating from previous version, delete "cstrike\cfg\sourcemod\botsoverseer.cfg" file or make sure you've removed line containing sm_bots_overseer_version from it.
Attached Files
File Type: txt botsoverseer.phrases.txt (347 Bytes, 2197 views)
File Type: sp Get Plugin or Get Source (botsoverseer.sp - 3848 views - 15.8 KB)

Last edited by Tipsy Snake; 08-31-2010 at 04:50. Reason: update to v0.95
Tipsy Snake is offline