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