Skip to content

EmpiresCommunity/botrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code of Botrix, bots plugin for Half-Life 2: Deathmatch.

Home page: http://www.famaf.unc.edu.ar/~godin/botrix

Plugin's demo videos on YouTube:

Steps to compile

  • Windows compilation:

      Microsoft Visual Studio 2010 with Service Pack 1 (at least).
      Download Git.
      git clone https://github.com/ValveSoftware/source-sdk-2013.git source-sdk-2013
      git clone https://github.com/borzh/botrix botrix
    
  • Linux compilation:

      sudo apt-get install git gcc-multilib ia32-libs cmake
      git clone https://github.com/ValveSoftware/source-sdk-2013.git source-sdk-2013
      git clone https://github.com/borzh/botrix botrix
      mkdir botrix/build
      cd botrix/build
      cmake ..
      make
    
  • After compile:

      Download botrix.zip from home page, unzip it to game directory (hl2mp/tf).
      Enter to build directory. In linux rename libbotrix.so to botrix.so.
      Move botrix.so (botrix.dll) to hl2mp/addons, replacing old files.
    

About

Source code for Half-Life 2: Deathmatch bots.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.2%
  • C 3.5%
  • Other 1.3%