HGL
quickest-silver
Solution for running trainers/other concurrent executables
Is there a way to run multiple exes on the same prefix at once?
I tried running a trainer for my game using 'run exe on prefix', then I clicked on play. The game launched only after the trainer window was closed.
This is similar to running a 'custom command' on steamtinkerlaunch for steam.
3 Replies
wise-white•3y ago
You can write a Windows batch file which
start
s the trainer, executes the game, then possibly kills the trainer after the game exits, and run that via Heroic instead?equal-aqua•3y ago
What I would usually do, similar to what J. king said, is install that trainer thing if it needs to installed, them make a
.bat
file which starts your trainer, and then your game. Then select that .bat
file as the alternate exe for that game in heroic.quickest-silverOP•3y ago
Thanks. This works.