瀏覽代碼

Add README

nosoop 6 年之前
父節點
當前提交
41cf935778
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -1,3 +1,7 @@
-# SM-TFAFKBot
+# TFBot for AFK players
 
-Turns human clients into TFBots with toggleable bot logic.
+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.