BenjaminNoer / SoD2-Skill-Reroll

A program that automatically re-rolls survivor skills in State of Decay 2 until the desired skills are present. Uses screenshots and a screen reader to determine what skills are currently shown on screen.
5 stars 1 forks source link

Ultrawide Resolutions #1

Open Tadiian opened 2 years ago

Tadiian commented 2 years ago

Tried the program but it doesn't let me choose 3440x1440 as a resolution. Test screen look totaly off, setting to a viable windowed resolution didn't help. Any way to fix this?

Baerium commented 2 years ago

I tried to further improve this program - I haven't done much about any resolution issues. [https://github.com/Baerium/SoD2-Reroll2/releases] There are two "test" folders - "testImages" and "testData" - can you download my release, run the program and send me those test folders? Since I only have 1080p displays for testing - I cannot assure, that I can fix your issue. It could help, if you could take a screenshot of your game in the 3440x1440 resolution and also get it to me. Then I can meassure out pixel areas that are needed for the recognition.

The problem currently is: we have to "meassure" the pixels, at which the traits/skills will be displayed - that's easy if the display ratio is the same - but as soon as you want another ratio, another calculation has to be introduced. (widescreen ratio != 'normal' ratio)