Since everyone is probably ignoring the
other topic I made, I'm going to make this one with a more significant title. To get to the point:
I'm working on a keyboard macro that completes a Windows shareware game. I have not heard about anyone who has done this before so any ideas/thoughts? I feel like the game I'm trying to run is simple enough that desyncs are rare.
The problem is that playback may not be completely consistent - as in, you have to insert some leeway sleep time for the game to execute a keystroke.
I'm using Autohotkey (AHK). In this image you can see, I'm giving the game 20 ms to start level 1, and from there I do something every 2 ms.
Do you think this could be something worth of publishing to TASvideos? After all, the game
is being played back with keystrokes.
(Probably I should mention I'm emulating the Windows XP in Virtualbox because I have no other means of running the game.)