This is simple bots for Half-Life 1 game server. They are suitable for plugin developers to test plugin functionality. The bots can execute simple commands, move to a designated point, and overcome obstacles.
Bots written with Metamod-Go library.
dbt_list
— list of botsdbt_add
— add botdbt_add_mock
— add a bot that won't do anythingdbt_move <id> <x> <y> <z>
— teleport bot to the specified coordinatesdbt_goto <id> <x> <y> <z>
— add bot task to go to the specified coordinatesdbt_angles <id> <pitch> <yaw>
— set bot anglesdbt_rm <id>
— remove botdbt_rm_all
— remove all botsdbt_press <id> <key>
— press key (attack, attack2, jump, duck, use, reload)dbt_room_graph <id>
— show room graph for botdbt_hide_room_graph <id>
— hide room graph for botdbt_say <id>
— show room for bot
dbt_max_bots
— maximum number of bots
- Download the latest release from the https://github.com/et-nik/dumbots/releases
- Unpack the archive to the
addons
folder of your Half-Life server - Add
dumbots
to themetamod/plugins.ini
file:
linux addons/dumbots/dumbots.so