tf2_bot_detector
tf2_bot_detector copied to clipboard
Don't let users open multiple instances of the tool
I believe this to be the most common cause of issues with the tool not being able to communicate with the game, or at the very least, it is the cause of the "Chat wrapper validation failed" issue.
- Instance A is opened
- Instance B is opened
- Instance B is closed
- TF2 is opened, but now A's configuration has been overwritten by B, and A never reads it back from disk because it doesn't expect it to get overwritten. TF2BD will refuse to connect with the game until you restart instance A.