Lyall / DDDAFix

An extensive fix for Dragon's Dogma: Dark Arisen that adds support for non 16:9 aspect ratios and more.
MIT License
23 stars 0 forks source link

Light dot in top-left corner #2

Closed Gei-1 closed 6 months ago

Gei-1 commented 6 months ago

Hey and thanks for this, made the game so much better on Steam Deck.

In-game, only during normal play, a light-blue dot is present in the top-left corner. It dissapears during cutscenes, when in menu or even when talking to characters. It also disappears if you disable the mini-map in the menu.

20240427_211732

Lyall commented 6 months ago

So after doing a bit of investigating it seems to be a bit of extra overflow from the UI. Basically it was always there, it's just now that with a proper <16:9 solution we can see this extra bit of UI. Unfortunately I'm not sure where to start on trying to address this. Tools like RenderDoc and NSight are off the table sadly so I think possibly the best solution might be to try and offer a stretched UI. That minor stretching from 16:9 to 16:10 on the Steam Deck wouldn't be too bad.

Lyall commented 6 months ago

Okay I've managed to isolate the UI element and resizing it doesn't appear to affect anything (I think?). Only problem is now that it's 24x24 and I can't find anything particularly unique to check for.

DDDA_2024_05_02_08_34_43_978

Lyall commented 6 months ago

DDDA_2024_05_02_08_58_49_942

Alright I think I've got it. Can you try this test build and let me know if it works for you?

DDDAFix_v0.9.1.zip

Gei-1 commented 6 months ago

Thank you for looking into this. Tested 0.9.1, the dot is gone and it seems everything else is still working fine.