This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
Version 1.1
This release has overhauled the command system, instead of writing the files to a config and triggering a keybind the program now sends commands to the game over RCON, meaning the program can run while TF2 is minimised and does not simulate keypresses anymore. Due to this, a number of settings have changed and will need to be reconfigured, there are some different setup steps.
You will need to add
ip 0.0.0.0
rcon_password tf2bk
net_start
to your autoexec.cfg file and add -usercon
to your TF2 launch options.
Changes:
- No more keypresses
- Runs while TF2 is minimised
- Separate refresh, kick and chat message timers, so you can have them all happen at different intervals.
- Fixed a bug where manually adding a steamid or regex would not take effect until program restart
- Recorded SteamIDs and Regexes can be modified before adding them
- You can change which files the recorded SteamID and Regexes will go to
NOTE
This release has not been thoroughly tested yet, so there may temporarily be bugs to be patched in a future release. If there is anything major please report them and I will try to fix it.