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