This is a fork of Cheeseh's RCBot source for Sven Co-op 4.5.
http://rcbot.bots-united.com/forums/index.php?s=&showtopic=1653&view=findpost&p=10905
To maintain compatibility with future releases of Sven Co-op, the private entity headers must be updated. In the past, this was done by asking Sniper to send cbase.h
from the private game code. Since he no longer seems willing to do this, the API must be reverse engineered instead. That can be done relatively easily now with this ApiGenerator.
Windows:
git clone --recurse-submodules https://github.com/wootguy/rcbot
build.bat
Linux:
git clone --recurse-submodules https://github.com/wootguy/rcbot
cd rcbot
sh build.sh