piotrulos / MSCModLoader

ModLoader for My Summer Car
GNU General Public License v3.0
113 stars 57 forks source link

MSCLoader handles extreme widescreen poorly #85

Closed Krutonium closed 5 years ago

Krutonium commented 5 years ago

Please read FAQ before!

Info

Description

Running the game at extreme widescreen ratios makes the modloader UI extremely huge, preventing things like accessing mod settings (they go off the top and bottom of the screen)

Attachments

20190624004314_1

piotrulos commented 5 years ago

There is a way to fix scaling for that type of widescreen, but It may break scaling for normal resolutions (this is 5 year old version of engine).

I can add this as option into settings, so players with that type of widescreen can toggle scaling.

Krutonium commented 5 years ago

Thank You!

Just a thought, instead of a checkbox, get the game resolution and determine the aspect ratio, and activate it if it's more than 16:9?

(The image above is 28:5)