Turns human clients into TFBots with toggleable bot logic.
nosoop 41cf935778 Add README | vor 6 Jahren | |
---|---|---|
gamedata | vor 6 Jahren | |
scripting | vor 6 Jahren | |
.gitignore | vor 6 Jahren | |
LICENSE | vor 6 Jahren | |
README.md | vor 6 Jahren |
Turns human clients into TFBots with toggleable bot logic.
This is done by hooking the game's ClientPutInServer
function and allocating a CTFBot
instead of the standard player entity, as well as fixing some of the other side-effects of
having that kind of setup.