Open xezon opened 3 years ago
Is this fixable from within this project? My gut tells me we'd need to modify the code that reads the options.ini file, something like
Is there a way to get this behavior to happen from within this repo? eg a script that just does the above check before the game launches? Is it better to fix from within Thyme or something?
All issues marked with "Executable" label are ultimately for Thyme to tackle.
The end goal here is that Game Patch will ship with a Super Hackers fork of Thyme.
Game crashes on full screen launch if game creation resolution is not supported by the graphics adapter.
There are 2 ways this crash can happen:
Steps to Reproduce:
Resolution = 3840 2160
or higher, depending on monitor capabilitiesGame will crash.
To fix, game should detect whether or not resolution is too low or too high and adjust Resolution accordingly. Applicable in full screen mode only. Windowed mode is not affected.