OpenJKDF2 icon indicating copy to clipboard operation
OpenJKDF2 copied to clipboard

Quickload

Open samlay opened this issue 1 year ago • 3 comments

Any chance we could get a keybinding for a quickload function? To load most recent quicksave. It was a bizarre omission in the original version - quicksave but no quickload.

samlay avatar Dec 26 '23 10:12 samlay

should be doable, I can't recall any technical reasons it wouldn't work (though to keep things easy on myself, it'll probably have a screen transition anyhow instead of just zooming to the quicksave like emulators do with save states)

shinyquagsire23 avatar Dec 26 '23 20:12 shinyquagsire23

That would be hugely appreciated! Many thanks in advance :-)

samlay avatar Dec 26 '23 21:12 samlay

If anyone else is wanting this, I found a workaround with this autohotkey script to load top save in list via F8 and F9:

F8:: Send, {Esc} Sleep, 50 Click, 1880, 880 Sleep, 50 Click, 1935, 1345 return

F9:: Send, {Esc} Sleep, 50 Click, 1880, 880 Sleep, 50 Click, 1935, 1345 return

This works for my 2650x1440 display but you'd need to adjust it for other resolutions. A simple solution would be Fraps to grab screenshots of the menu screens and then MS Paint or whatever to get the coordinates from those screenshots, then adjust the script accordingly.

samlay avatar Dec 28 '23 12:12 samlay