HGL
modern-teal

need help for using trainer

i've tried creating a .bat file to start the game and trainer with : start game.exe start trainer.exe but game starts and then closes and trainer and i just look at each other...
Solution:
Add %* after the game executable to pass parameters Heroic passes to it along. So it'd be
start "" game.exe %*
start "" game.exe %*
...
Jump to solution
5 Replies
Solution
CommandMC
CommandMC2w ago
Add %* after the game executable to pass parameters Heroic passes to it along. So it'd be
start "" game.exe %*
start "" game.exe %*
modern-teal
modern-tealOP2w ago
i need to add " " too? or just start game.exe %*
CommandMC
CommandMC2w ago
The start command requires a title as the first parameter https://ss64.com/nt/start.html Wine's start implementation may work differently, but that's how it should work
modern-teal
modern-tealOP2w ago
ok ill try it now
modern-teal
modern-tealOP2w ago
both game and trainer launched, trainer sees process id. i couldn't test if the trainer works because i was playing game on the background, but it should be fine.

Did you find this page helpful?