winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Improve AHK script(s) #56

Closed aaronklaassen closed 7 years ago

aaronklaassen commented 7 years ago

⚠️ In progress ⚠️

There were two bugs here:

Fixes:

Also added the WriteLog function for writing debug messages. You can turn off the actual write by setting debug to false on line 7.

mrmwiebe commented 7 years ago

This is great! Thanks for changing that stuff, I'm not a fan of that AHK syntax :P

One thing: the templates in "Resources/AHK_templates" is where you should be making the changes. The AHK file in "Options/RunGame.ahk" is the file that the launcher overwrites with the contents of the relevant AHK template each time a game is run so it's a placeholder script.

aaronklaassen commented 7 years ago

This still has a bug: idled-out games are left running in the background. The force-quit doesn't work.