Turns human clients into TFBots with toggleable bot logic.
nosoop 41cf935778 Add README | il y a 6 ans | |
---|---|---|
gamedata | il y a 6 ans | |
scripting | il y a 6 ans | |
.gitignore | il y a 6 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 ans |
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.