Prizorgi wrote:
Here is what I've found so far but I'm not an expert...
Or 1b. Hexedit the .exe directly :
- Search and replace the second (I insist) 39 8E E3 3F by 55 55 15 40
- Search 00 00 80 41 (It's the one just after 39 8E E3 3F ) and replace it by 00 00 A8 41
I managed to get the game running with a 48:9 triple monitor setup. Hexedit values are:
Change 39 8E E3 3F to AB AA AA 40 (address 0x00f48a40 as of today)
Change 00 00 80 41 to 00 00 40 42 (address 0x00f48ac0 as of today)
Graphics.ini:
UIScaleX="0.300"
UIScaleY="1.000"
TargetAspectX=48
TargetAspectY=9
Downside is that the game does not discover the native resolution of 5760x1080, highest res offered is 3840x960. I worked around that using windowed mode:
ResolutionX=3840
ResolutionY=960
RefreshRate="59.940"
WindowSizeX=5760
WindowSizeY=1080
Windowed=1
Borderless=1
RenderScale="1.500"
Plus I added Yakuza to Borderless Gaming
https://github.com/Codeusa/Borderless-Gaming so it looks just like it's running fullscreen