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:Jump to solution
Add
%* after the game executable to pass parameters Heroic passes to it along. So it'd be
...5 Replies
Solution
Add
%* after the game executable to pass parameters Heroic passes to it along. So it'd be
modern-tealOP•2w ago
i need to add " " too?
or just start game.exe %*
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 workmodern-tealOP•2w ago
ok ill try it now
modern-tealOP•2w 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.