Yakuza 0. Requesting FOV help
- AlRayes_BRN
- Patreon

- Posts: 49
- Joined: 10 Nov 2017, 09:51
- Contact:
Re: Yakuza 0. Requesting FOV help
So the 21:9 (3440x1440) will fix the FOV but will stretch the cutscenes?
Ultrawide Benchmarks
YouTube Channel: http://www.youtube.com/c/ultrawidebenchmarks
Discord: https://discord.gg/kGjfCHY
Proud supporter of wsgf.org & pcgamingwiki
YouTube Channel: http://www.youtube.com/c/ultrawidebenchmarks
Discord: https://discord.gg/kGjfCHY
Proud supporter of wsgf.org & pcgamingwiki
Re: Yakuza 0. Requesting FOV help
Only the prerendered USM ones.
Edit : I found a way to edit the USM but it's a really long process...
I'll try to do a 21/9 version (one letterboxed and one cropped) for each one of them. If it's good, I'll do another ratios.
I'll post the way I used to do.
Edit : I found a way to edit the USM but it's a really long process...
I'll try to do a 21/9 version (one letterboxed and one cropped) for each one of them. If it's good, I'll do another ratios.
I'll post the way I used to do.
Re: Yakuza 0. Requesting FOV help
Prizorgi wrote:hyp36rmax, could you try this fixed exe? https://drive.google.com/open?id=1DBLMm-e1TUjVqUFEQEd6yNmiGMSFVR3o
1. Replace your exe by this one (don't forget to backup the original)
2. Open graphics.ini in LOCAL DISK:\Users\YOUR NAME\AppData\Roaming\Sega\Yakuza0 and replace numbers by the following :
Letterbox=0
TargetAspectX=16
TargetAspectY=3
It didnt work for me, probably because 7680x1440p isnt a supported resolution in-game, i'll try playing around with the ini
Seems to default to 3072x768 4:1. The highest is 3584x1440 112:45. Whneever i set it to the highest it defaults back to 3072x768.
Re: Yakuza 0. Requesting FOV help
Hello! I managed to fix it partially for 1920x1440. I modified the exe, changed 39 8E E3 3F to AB AA AA 3F as per the common hex values article. But I don't know the proper value for the shadow fix. Any ideas?
EDIT: got it running! used this beauty here https://www.h-schmidt.net/FloatConverter/IEEE754.html
just had to change the "16" address to "4" and the "9" address to "3", (coded) modifying the addresses you guys indicated in the posts on page one and two, and learned a bit about hex editing in the process!
EDIT: got it running! used this beauty here https://www.h-schmidt.net/FloatConverter/IEEE754.html
just had to change the "16" address to "4" and the "9" address to "3", (coded) modifying the addresses you guys indicated in the posts on page one and two, and learned a bit about hex editing in the process!
Re: Yakuza 0. Requesting FOV help
Well done! It's always nice when we figure how to do by ourselves
I will see what I can do.
hyp36rmax wrote:It didnt work for me, probably because 7680x1440p isnt a supported resolution in-game, i'll try playing around with the ini
Seems to default to 3072x768 4:1. The highest is 3584x1440 112:45. Whneever i set it to the highest it defaults back to 3072x768.
I will see what I can do.
Re: Yakuza 0. Requesting FOV help
Update : Yakuza 0 Ultrawide Fix for patch 1 http://www.wsgf.org/forums/viewtopic.ph ... 08#p172608
location address changed :
location address changed :
- Attachments
-
- Shadow.jpg (281.43 KiB) Viewed 8839 times
-
- Aspect Ratio.jpg (283.23 KiB) Viewed 8838 times
if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead direct to paypal.me/kevinsesario . EMAIL:mailto: ? subject= & body= , Steam: https://steamcommunity.com/id/sesariok
Re: Yakuza 0. Requesting FOV help
EDIT: PATCH 1 HAS BEEN ROLLED BACK
https://steamcommunity.com/app/638970/discussions/0/1739964947819162432/
https://steamcommunity.com/app/638970/discussions/0/1739964947819162432/
Re: Yakuza 0. Requesting FOV help
how to roll back ? its seems verify integrity of game files doesn't update the game
if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead direct to paypal.me/kevinsesario . EMAIL:mailto: ? subject= & body= , Steam: https://steamcommunity.com/id/sesariok
Re: Yakuza 0. Requesting FOV help
Prizorgi wrote:Only the prerendered USM ones.
Edit : I found a way to edit the USM but it's a really long process...
I'll try to do a 21/9 version (one letterboxed and one cropped) for each one of them. If it's good, I'll do another ratios.
I'll post the way I used to do.
Any luck with this ?
-
MrGarapablo
- Posts: 1
- Joined: 13 Aug 2018, 12:18
Re: Yakuza 0. Requesting FOV help
Prizorgi wrote:Here is what I've found so far but I'm not an expert...
1a. Use Cheatengine :
- Replace 1.777777791 (float/Address 140F482A0) by 2.333333254 to change aspect ratio.
- Replace 41800000 (hex, 4 Bytes/Address 140F48320) by 41A8000 to fix a problem with ghost shadows.
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
2. Open graphics.ini in LOCAL DISK:\Users\YOUR NAME\AppData\Roaming\Sega\Yakuza0 and replace numbers by the following :
Letterbox=0
UIOffsetX="0.000"
UIOffsetY="0.000"
UIScaleX="0.800"
UIScaleY="1.000"
TargetAspectX=21
TargetAspectY=9
And that's all !
There is one problem with this method : All USM files (Pre-rendered movies) located in Program Files (x86)\Steam\steamapps\common\Yakuza 0\media\data\movie_w64 are STRETCHED.
I tried to correct the ratio by re-encoding them with Vidsquish https://steamcommunity.com/groups/vidsquish/ by changing a profile and it worked (letterboxed or cropped) but I can't figure out a way to add audio...
Do you know if this method still works with the new patch?
Edit: Nevermind, it still works, thanks!
Re: Yakuza 0. Requesting FOV help
Update : Yakuza 0 Ultrawide Fix for patch 1 Re-Launched http://www.wsgf.org/forums/viewtopic.ph ... 08#p172608
if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead direct to paypal.me/kevinsesario . EMAIL:mailto: ? subject= & body= , Steam: https://steamcommunity.com/id/sesariok
-
superkao47
- Posts: 2
- Joined: 17 Aug 2018, 22:52
Re: Yakuza 0. Requesting FOV help
susahamat wrote:Update : Yakuza 0 Ultrawide Fix for patch 1 Re-Launched http://www.wsgf.org/forums/viewtopic.ph ... 08#p172608
Thanks for this!
-
superkao47
- Posts: 2
- Joined: 17 Aug 2018, 22:52
Re: Yakuza 0. Requesting FOV help
Prizorgi wrote:Only the prerendered USM ones.
Edit : I found a way to edit the USM but it's a really long process...
I'll try to do a 21/9 version (one letterboxed and one cropped) for each one of them. If it's good, I'll do another ratios.
I'll post the way I used to do.
Looks like a profile is incoming for Yakuza 0 straight from the vidsquish creator
https://steamcommunity.com/groups/vidsq ... 1534544895
Re: Yakuza 0. Requesting FOV help
susahamat wrote:Update : Yakuza 0 Ultrawide Fix for patch 1 Re-Launched http://www.wsgf.org/forums/viewtopic.ph ... 08#p172608
Thanks dude.
Re: Yakuza 0. Requesting FOV help
susahamat wrote:thanks for formula Prizorgi .
here's fix for ultrawide just copy and replace in your installation folder, make sure in graphic.ini
Letterbox=0
TargetAspectX=21
TargetAspectY=9
Download (zippyshare) :
Day One Version
Yakuza0 Ultrawide Fix
Patch 1 :
Yakuza0 Ultrawide Fix Patch 1 Re-Launched
All Credits to Prizorgi
So I could really use some help on this, I asked in the Discord and was linked this thread and if I'm not mistaken I think this is working correctly? I went ahead and I edited the graphic.ini to what is suggested and then I downloaded the Patch 1 file and extracted it to Local Disk (C:) > Program Files (x86) > Steam > steamapps > common > Yakuza 0 > media. It asked me if I would like to overwrite the original .exe file and I said yes to all and went to boot the game up and it didn't work? Not sure what else to do...lol.
Re: Yakuza 0. Requesting FOV help
are u in patch 2 beta ?
if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead direct to paypal.me/kevinsesario . EMAIL:mailto: ? subject= & body= , Steam: https://steamcommunity.com/id/sesariok
Re: Yakuza 0. Requesting FOV help
susahamat wrote:are u in patch 2 beta ?
No? I don't think so, I just legit followed what I quoted you above. I changed the graphic.ini and then downloaded the "Patch 1" link you have up.
Re: Yakuza 0. Requesting FOV help
Update : Yakuza 0 Ultrawide Fix for patch 2 (Public Branch) http://www.wsgf.org/forums/viewtopic.ph ... 08#p172608
if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead direct to paypal.me/kevinsesario . EMAIL:mailto: ? subject= & body= , Steam: https://steamcommunity.com/id/sesariok
Re: Yakuza 0. Requesting FOV help
Hello guys, I purchased this title because it seemed pretty simple to fix (same as MGVTPP) but I just cannot make it work properly in a triple screen setup.
I replaced the second 39 8E E3 3F with 9D 2B AF 40 (which is my resolution of 5912/1080 = 5.4740740740740740740740740740741)
I then edited graphics.ini:
Letterbox=0
TargetAspectX=16
TargetAspectY=3
I tried different combination of values but the result is always pretty much the same. Unfortunately once in game the maximum resolution I can choose is 3941x1024, which makes the game literally look like crap.
Any ideas? Thank you.
I replaced the second 39 8E E3 3F with 9D 2B AF 40 (which is my resolution of 5912/1080 = 5.4740740740740740740740740740741)
I then edited graphics.ini:
Letterbox=0
TargetAspectX=16
TargetAspectY=3
I tried different combination of values but the result is always pretty much the same. Unfortunately once in game the maximum resolution I can choose is 3941x1024, which makes the game literally look like crap.
Any ideas? Thank you.
- Attachments
-
- 20180926180214_1.jpg (698.72 KiB) Viewed 5607 times
-
- 20180926182057_1.jpg (458.89 KiB) Viewed 5678 times
Re: Yakuza 0. Requesting FOV help
TargetAspectX=16
TargetAspectY=3
change that to your aspect ratio
Edited : Sorry i thought 16 9
are you tried change TargetAspectX=48 TargetAspectY=9
TargetAspectY=3
change that to your aspect ratio
Edited : Sorry i thought 16 9
are you tried change TargetAspectX=48 TargetAspectY=9
if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead direct to paypal.me/kevinsesario . EMAIL:mailto: ? subject= & body= , Steam: https://steamcommunity.com/id/sesariok
Who is online
Users browsing this forum: DuckDuckGo [Bot], Google [Bot] and 16 guests
