Widescreen Gaming Forum http://www.wsgf.org/phpBB3/ |
|
Yakuza 0. Requesting FOV help http://www.wsgf.org/phpBB3/viewtopic.php?f=64&t=32735 |
Page 1 of 6 |
Author: | MezzuP [ 01 Aug 2018, 19:06 ] | ||
Post subject: | Yakuza 0. Requesting FOV help | ||
Hi there Even though Sega announced proper UW support for the game, it turned out to be Vert-, a very typical problem An FOV fix would be greatly appreciated
|
Author: | Prizorgi [ 02 Aug 2018, 19:48 ] | ||
Post subject: | Re: Yakuza 0. Requesting FOV help | ||
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...
|
Author: | susahamat [ 02 Aug 2018, 20:37 ] |
Post subject: | Re: Yakuza 0. Requesting FOV help |
nice thanks !!! |
Author: | LainP7 [ 02 Aug 2018, 20:51 ] |
Post subject: | 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 8A41 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 by chance know the hex values for 32:9? |
Author: | Goldfinger150 [ 02 Aug 2018, 20:53 ] |
Post subject: | Re: Yakuza 0. Requesting FOV help |
Thanks for all the work! I would also love to get the hex values for 32:9. |
Author: | susahamat [ 02 Aug 2018, 21:23 ] |
Post subject: | Re: Yakuza 0. Requesting FOV help |
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 Patch 2 : Yakuza0 Ultrawide Fix Patch 2 All Credits to Prizorgi |
Author: | Spacerik [ 02 Aug 2018, 22:20 ] |
Post subject: | 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 8A41 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... there was a mod for restoring the original music into the game. have you tried copying and pasting that mod with your new videos to see if it works? |
Author: | Prizorgi [ 02 Aug 2018, 23:16 ] |
Post subject: | Re: Yakuza 0. Requesting FOV help |
Goldfinger150 wrote: Thanks for all the work! I would also love to get the hex values for 32:9. You could try to replace 39 8E E3 3F by 39 8E 63 40 (Hexedit) or 1.777777791 by 3.555555582 (cheatengine). Letterbox=0 TargetAspectX=32 TargetAspectY=9 Spacerik wrote: there was a mod for restoring the original music into the game. have you tried copying and pasting that mod with your new videos to see if it works? It changes nothing. |
Author: | SergeantQQ [ 02 Aug 2018, 23:31 ] |
Post subject: | Re: Yakuza 0. Requesting FOV help |
Long time lurker here for fixes for 21:9 displays. I feel like such a mooch. How do you guys learn to make these fixes? I'd really like to contribute, but Idk where to start. edit: I'd like to recommend using 43:18 aspect ratio in the ini file if you're at 3440x1440, since it's not technically 21:9. Then there's no difference in letterboxed vs. non letterboxed. Using the 21:9 aspect ratio at this resolution still has a zoom in affect, albeit much less intense than it would be using the 16:9. |
Author: | susahamat [ 03 Aug 2018, 00:29 ] |
Post subject: | Re: Yakuza 0. Requesting FOV help |
Prizorgi wrote: Goldfinger150 wrote: Thanks for all the work! I would also love to get the hex values for 32:9. You could try to replace 39 8E E3 3F by 39 8E 63 40 (Hexedit) or 1.777777791 by 3.555555582 (cheatengine). Letterbox=0 TargetAspectX=32 TargetAspectY=9 Spacerik wrote: there was a mod for restoring the original music into the game. have you tried copying and pasting that mod with your new videos to see if it works? It changes nothing. confirmed it worked for 32:9 , and dont forget fix shadow on 32:9 coz its different hex . replace 00 00 80 41 by 00 00 00 42 then manual Customize your HUD in video settings until are fit btw this's pics location of address Aspect Ratio : Attachment: The attachment Aspect Ratio.jpg is no longer available Shadow : Attachment: Yakuza0_2018_08_03_06_21_49_897.jpg [ 2.62 MiB | Viewed 29655 times ] |
Page 1 of 6 | All times are UTC [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |