CookiePLMonster / SilentPatch

SilentPatch for GTA III, Vice City, and San Andreas
MIT License
388 stars 15 forks source link

Issues with resolution scaling #71

Closed sndth closed 3 weeks ago

sndth commented 3 weeks ago

Hey! I once mentioned two small problems here and I see that one of them has been significantly improved, for which I am very grateful!

It's about the scaling of the selection point relative to the map; it's much better on the controller now, although still not perfect. Indeed, that bug is no longer present, the gap is now a little smaller, like this:

testa It's worth mentioning that this is only on the X position, as the Y position is fine: testb

The second problem is the scaling of the X position of the test result message (I noticed this bug only in the flight school). testc

I noticed that a screenshot was taken from both monitors, haha, so I'm attaching a more detailed video here.

CookiePLMonster commented 3 weeks ago

It's about the scaling of the selection point relative to the map; it's much better on the controller now, although still not perfect. Indeed, that bug is no longer present, the gap is now a little smaller, like this:

As far as I know, this is caused by the widescreen fix. Without the fix, I can reach the corner fine.

The second problem is the scaling of the X position of the test result message (I noticed this bug only in the flight school).

This might also be caused by the widescreen fix, as it's a script draw.

sndth commented 3 weeks ago

Oh yes, that's right! I'm sorry I didn't check that earlier. Both problems are related to WidescreenFix.

CookiePLMonster commented 3 weeks ago

Might be worth opening an identical issue in the wsfix repository. I didn't notice the link in the first post was to a wsfix already, my bad.