shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
493 stars 39 forks source link

cannot select resolution #260

Open s997863 opened 1 year ago

s997863 commented 1 year ago

I got openjkdf2-64 working on Win7x64, but I can't find any option for manually setting the resolution (I prefer to play at low-res like 640x480). Can the resolution be selected from somewhere or edited in some config file?

shinyquagsire23 commented 1 year ago

Currently I don't have a way to set the resolution width/height/aspect ratio manually, it's just set to whatever the window resolution is. However, the SSAA multiplier can be used to reduce the resolution (ie, 0.5 is half res). The alternative is to set the desktop resolution to 640x480, launch the game and enable fullscreen, but yeah not super optimal tbh.