Controls smart sex toys based on kills, deaths, and uber in Team Fortress 2, using the Intiface Central backbone to connect to hardware
Linux suppport is currently slightly broken pending further testing
Uber tracking requires the use of the OMPHUD-sexy edit
WARNING - Use only in private lobbies / servers with consenting players, and test your strengths before using them. The default values are ad-hoc and not suitable for every person or device
- Custom vibration strength and time for kills, death, using Uber, and passing milestones of Ubercharge percent
- Multipliers for critical kills, killstreaks, and "Uberstreaks"
- Execute custom TF2 console commands when vibration starts and stops
- Support for further features involving config file scripting, such as weapon & class specific functionality
- Support for assist tracking features (if anyone knows a good way to do this please reach out!)
Copy config_default.py to config.py (you will have to create this file in the same directory as config_default.py) and fill out your game executable and console.log paths (console.log will be in tf folder)
If you want medic functionality, install OMPHUD-sexy on your game, make sure every class config has $classname
in it somewhere, i.e. medic.cfg has a
line $medic
, heavyweapons.cfg has a line $heavyweapons
.
Note that usernames with non-ascii characters cannot be used at the moment.
Edit the run_buzz method in vibration_handler.py to your liking