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