HGL
other-emerald

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
CommandMC3w ago
Add %* after the game executable to pass parameters Heroic passes to it along. So it'd be
start "" game.exe %*
start "" game.exe %*
other-emerald
other-emeraldOP3w ago
i need to add " " too? or just start game.exe %*
CommandMC
CommandMC3w 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
other-emerald
other-emeraldOP3w ago
ok ill try it now
other-emerald
other-emeraldOP3w 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?