Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: some settings don't work on 1.2.1 #45

Closed
RebornZA opened this issue May 1, 2024 · 3 comments
Closed

[Bug]: some settings don't work on 1.2.1 #45

RebornZA opened this issue May 1, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@RebornZA
Copy link

RebornZA commented May 1, 2024

Issue Summary:

FOV and Gameplay Camera Distance not working in 1.2.1.

GBFRelinkFix & Game Version Numbers:

GBFRelinkFix 1.1.0, Game: 1.2.1

Log Files:

[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: iInjectionDelay: 1000ms
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bCustomResolution: true
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: iCustomResX: 0
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: iCustomResY: 0
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: fFOVMulti: 1.2
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: fCamDistMulti: 0.5
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bHUDFix: true
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bSpanHUD: true
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: fHUDAspectRatio: 0
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bSpanAllHUD: false
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bSpanAllBackgrounds: false
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bAspectFix: true
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bFOVFix: true
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bShadowQuality: true
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: iShadowQuality: 4096
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: fLODMulti: 2
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bDisableTAA: false
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: bFPSCap: false
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: iCustomResX: Desktop Width: 1920
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: iCustomResY: Desktop Height: 1080
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Config Parse: fHUDAspectRatio = 0, set to 1.7777778
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] ----------
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: fAspectRatio: 1.7777778
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: fAspectMultiplier: 1
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: fHUDWidth: 1920
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: fHUDHeight: 1080
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: fHUDWidthOffset: 0
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] Custom Resolution: fHUDHeightOffset: 0
[2024-05-01 12:52:34.771] [GBFRelinkFix] [info] ----------
[2024-05-01 12:52:34.773] [GBFRelinkFix] [info] Custom Resolution: Address is granblue_fantasy_relink.exe+1ff234
[2024-05-01 12:52:34.773] [GBFRelinkFix] [info] Custom Resolution: Applied custom resolution of 1920x1080
[2024-05-01 12:52:35.798] [GBFRelinkFix] [info] Screen Effects: Address 1 is granblue_fantasy_relink.exe+19ffc8a
[2024-05-01 12:52:35.805] [GBFRelinkFix] [info] Aspect Ratio: Address is granblue_fantasy_relink.exe+690c31
[2024-05-01 12:52:35.812] [GBFRelinkFix] [info] Gameplay Camera: Address is granblue_fantasy_relink.exe+8897eb
[2024-05-01 12:52:35.842] [GBFRelinkFix] [info] UI Markers: Address is granblue_fantasy_relink.exe+1e95ff4
[2024-05-01 12:52:35.871] [GBFRelinkFix] [info] UI Backgrounds: Address is granblue_fantasy_relink.exe+2977a74
[2024-05-01 12:52:35.908] [GBFRelinkFix] [info] UI Constraints: Address is granblue_fantasy_relink.exe+1f76be8
[2024-05-01 12:52:35.912] [GBFRelinkFix] [info] Shadow Quality: Address is granblue_fantasy_relink.exe+1ca6b0
[2024-05-01 12:52:35.918] [GBFRelinkFix] [info] Level of Detail: Address is granblue_fantasy_relink.exe+74e0c7

Reproduction:

FOV and Gameplay Camera Distance, for example does nothing since running 1.2.1 game version.

@RebornZA RebornZA added the bug Something isn't working label May 1, 2024
@RebornZA RebornZA changed the title [Bug]: [Bug]: some settings don't work on 1.2.1 May 1, 2024
@Lyall
Copy link
Owner

Lyall commented May 2, 2024

Looks like the FOV multiplier still works fine but the camera distance multiplier was busted. Can you try out this test build to see if it works for you now?

GBFRelinkFix_v1.1.1.zip

@RebornZA
Copy link
Author

RebornZA commented May 2, 2024

Will test, thanks for the quick reply! Give me a bit.

@RebornZA
Copy link
Author

RebornZA commented May 2, 2024

Thanks for the fix. Working. Nice and close again!

@Lyall Lyall closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants