Lyall / GBFRelinkFix

A fix for Granblue Fantasy: Relink that adds support for custom resolutions, ultrawide and more.
MIT License
205 stars 4 forks source link

[Bug]: Black bar appearing in battle cutscene 16:10 #42

Closed Sindd22 closed 3 months ago

Sindd22 commented 3 months ago

Issue Summary:

Theres always this weird bar just like in the picture, even worse in lucilius quest, every cutscene will show this bar and it appear multiple times.

granblue_fantasy_relink 2024-03-15 01-19-31

my laptop aspect ratio is 16:10

and i never have this problem back then using 1.0 fix. now every mission shows this bar in cutscene.

Vaadwaur278 commented 3 months ago

I also have this issue on my steam deck. Have you also tried fighting Proto Bahamut too? The effects aren't aligned correctly when he's summoning crystals. Never had this problem when I was on 1.0.4 and my .ini are all stock.

download

Sindd22 commented 3 months ago

I also have this issue on my steam deck. Have you also tried fighting Proto Bahamut too? The effects aren't aligned correctly when he's summoning crystals. Never had this problem when I was on 1.0.4 and my .ini are all stock.

download

yeah even worse it happens on every quest that i tried...pyet, versa, proto...

Lyall commented 3 months ago

Can you try out this test build?

GBFRelinkFix_v1.0.9_test.zip

If that doesn't work, can you upload your save file? I'm still very early game so I don't have access to these end-game fights. The save data is stored in %LOCALAPPDATA%\GBFR\Saved\SaveGames\

Sindd22 commented 3 months ago

Can you try out this test build?

GBFRelinkFix_v1.0.9_test.zip

If that doesn't work, can you upload your save file? I'm still very early game so I don't have access to these end-game fights. The save data is stored in %LOCALAPPDATA%\GBFR\Saved\SaveGames\

it doesnt work, same result, granblue_fantasy_relink 2024-03-15 02-16-46

and here extreme mission ice dragon, it still a problem in low difficulty mission granblue_fantasy_relink 2024-03-15 02-22-31

it seems it doesnt scale properly to 16:10

Vaadwaur278 commented 3 months ago

Can you try out this test build?

GBFRelinkFix_v1.0.9_test.zip

If that doesn't work, can you upload your save file? I'm still very early game so I don't have access to these end-game fights. The save data is stored in %LOCALAPPDATA%\GBFR\Saved\SaveGames\

Same issue as before download SaveData1.zip

Glfz65 commented 3 months ago

this bug started in v1.0.8 (io's circle fix) so i think it will go away if we temporaril return to v1.0.7 ? perhaps

Lyall commented 3 months ago

Alright I think there's maybe two bugs here. The first being the overlays being 16:9 and offset. That issue I believe is being caused by the game switching between 4K and 1080P HUD elements if your horizontal resolution is lower than 1920. As for the second issue of the effects, that may well have been caused by the work in #35.

Lyall commented 3 months ago

Okay, sorry for the delay on this. So the issue is linked to #35 and the work done for that issue. I've been looking at it further and it's kind of complex. It seems like some of the screen effects, like low health or the flash/orb when you use Io's primary attack are specifically designed for 16:9.

So there's two options, either they are display at 16:9 which results in black bars on certain effects but retains the correct aspect ratio, or they are rendered at a wider aspect ratio that eliminates black bars but results in some squashed effects.

I have gone with the latter option for the latest v1.1.0 release. This should address the issues in #42 and #43.

I do plan on trying to get both issues fixed at the same time in the future but for now I don't think it's possible.

Sindd22 commented 3 months ago

my problem is fixed with this new build. Thanks so much Lyall