emoose / OutRun2006Tweaks

Turning and spinning and spinning and turning, woah!
MIT License
305 stars 0 forks source link

[Bug]: Special Request!! scaling issue with UIScalingMode 1 #68

Open buvk opened 1 month ago

buvk commented 1 month ago

Tweaks version

0.4.1

Describe your issue here (please attach the OutRun2006Tweaks.log file with your report, you can drag+drop it into the text area)

There is an issue when the Special Request!! message appears when UIScalingMode is set to 1. The texture is seen on the far right.

image

emoose commented 1 month ago

It's a known issue unfortunately, but probably good to have a issue page to track it.

Last time I tried looking into the arrow it seemed like the anim for it is actually part of the sprite data itself, not something in the code which is moving it, sadly don't have much mapped around the data formats yet,

It seems Online Arcade also has the same issue, so I guess at least we're accurate to that: https://www.youtube.com/watch?v=8xQl3se__xQ&t=814s

Would still be nice to get it fixed eventually though.

Outrunner24 commented 1 month ago

It seems Online Arcade also has the same issue,

Interesting, probably some old bug related to the game being optimized for standard res before widescreen. As you can see from the picture, the arrow disappears in 4:3 because it's outside the viewport. Widescreen shows more on the sides, and they never cared about removing it.

OR2_test