Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

1. Installing: Files

Iván Bravo Bravo edited this page Dec 9, 2018 · 2 revisions

The first thing to do is to clone this repository into the server code of your project.

It is recommended to do it inside the specific folder of your mod, for example, in the case of HL2MP would be the folder:

src/game/server/hl2mp/

All code in this repository should end in this folder:

src/game/server/hl2mp/bots/

Now you must include all the files of the folder bots inside your Visual Studio project, if you are using VPC you can use this:

https://gist.github.com/kolesias/cb846c3da8722b99e745492b97148ce1

Delete the hl2mp_bot_temp.cpp and hl2mp_bot_temp.h file from your project/VPC to avoid conflicts.

Ready! You already have the system in your project, but it still has a few things to make it work.

Clone this wiki locally