WidescreenFixesPack icon indicating copy to clipboard operation
WidescreenFixesPack copied to clipboard

On RE: Revelations 2 (/1?) missing UI elements

Open noorus opened this issue 9 months ago • 1 comments

Rev 2 has an issue with not all UI items, but listbox items specifically disappearing or, more likely, going off-screen at an aspect of 32:9. This doesn't matter too much in singleplayer but makes Raid Mode unusable.

I have a guess that the issue could be that scaling is applied twice, based on how some other overlay element (I forget which one) flew off to take up precisely the right side of the screen only.

The same could happen when drawing listbox contents, but in that case anything outside the listbox's view gets scissored out or otherwise rejected, as is typical, so you end up seeing nothing. The quickest listbox to get to is in the controller menu's details page, which lists the controller bindings. An approach to debug this could be to first stop the list view drawing code from discarding parts outside the view's content area, though it's probably a bit annoying to pin down.

Just my 2 cents, wanted to open a dedicated issue for this specific problem. Maybe I'll end up taking a look myself at some point if nothing else, but it could be a month or two, no promises

noorus avatar Feb 28 '25 12:02 noorus

Not something I can take a look at any time soon as well.

ThirteenAG avatar Feb 28 '25 12:02 ThirteenAG