A little OT, but here is a wrapper I wrote to launch Hod3 immediately without having to select it from the launcher menu.
That's awesome.. I actually got another script around the forum and I would love to see how others do this..
Is this supposed to be a replacement of the launcher exe? Or is this an AHK script? If it's AHK, could you post the script so we can see the code?
Actually mine is not an AHK script it's a C++ application. You could quite easily write this as a AHK script though.
Basically it works like this:
1. Launch the hod3launch program, bring it to front and activate it
2. Wait for input idle
3. Send the WM_MOUSEMOVE event to location 321, 216
4. Send the WM_LBUTTONDOWN then WM_LBUTTONUP at location 321, 216 to click the first menu item
5. Exit