8000 GitHub - et-nik/dumbots: Simple bots for Half-Life
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

et-nik/dumbots

Repository files navigation

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.

Bot commands

  • dbt_list — list of bots
  • dbt_add — add bot
  • dbt_add_mock — add a bot that won't do anything
  • dbt_move <id> <x> <y> <z> — teleport bot to the specified coordinates
  • dbt_goto <id> <x> <y> <z> — add bot task to go to the specified coordinates
  • dbt_angles <id> <pitch> <yaw> — set bot angles
  • dbt_rm <id> — remove bot
  • dbt_rm_all — remove all bots
  • dbt_press <id> <key> — press key (attack, attack2, jump, duck, use, reload)
  • dbt_room_graph <id> — show room graph for bot
  • dbt_hide_room_graph <id> — hide room graph for bot
  • dbt_say <id> — show room for bot

CVars

  • dbt_max_bots — maximum number of bots

Installation

  1. Download the latest release from the https://github.com/et-nik/dumbots/releases
  2. Unpack the archive to the addons folder of your Half-Life server
  3. Add dumbots to the metamod/plugins.ini file:
linux addons/dumbots/dumbots.so

About

Simple bots for Half-Life

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0