cancel — 2019-02-11 18:13:31This would require me to do two things I really don't want to do:
1. Make Ripcord continuously scan through the list of other processes running on the system
This sort of behavior creeps me out, even if it's an option. I don't want to write software that does this. It would also break in some systems where the user is using sandboxing or some other kind of isolation technique. On Windows, just attempting to do this may cause anti-virus software to flag Ripcord as malicious. I'm really not comfortable with it.
2. Maintain a list of executable identifiers to the names of games
In addition to this being a permanent and ongoing maintenance burden (for almost no payoff), it would also be a localization nightmare.
In summary, there is basically 0 chance I will ever implement this. It's a feature I don't want, and I don't even want it to exist. Maybe in the future there will be a plugin for Ripcord that someone else makes which will do this for you. But I'm not going to create it myself.
|