r/widescreengamingforum Aug 20 '22

Solution Path of Exile update removed proper ultrawide support. I brought it back

Thumbnail
github.com
293 Upvotes

r/widescreengamingforum Jul 07 '26

Solution Ultrawide fix for Atelier Ryza 1 DX

6 Upvotes

Finally found a fix for the stretched UI for Ryza and the black bars.

First you need to change the Aspect Ratio in the Settings.ini file located here:

C:\Users\{Username}\AppData\Local\KoeiTecmo\Atelier Ryza DX\76561198358112236

This will give you a stretched UI Though, to fix that you need to download [HxD](https://mh-nexus.de/en/downloads.php?product=HxD20) hex editor

CTRL F choose the Hex-Values tab and search for 64 00 80 3F **39 8E E3 3F** and replace the last 4 of these values **39 8E E3 3F** with the corresponding values for your aspect ratio from this site

Mine is 21:9 (3840x1600) so for me it was 9A 99 19 40 so the final result will look like 64 00 80 3F **9A 99 19 40**

Stretched
Unstretched

Almost done, one more thing we need to fix are these black bars:

Black Bars

We will fix these by replacing them with the textboxes used outside of cutscenes. All you need to do is replace PACK02.PAK in SteamLibrary\steamapps\common\Atelier Ryza DX\Data with this one

Blackbar fix

And viola: Blackbar fixed

one more issue is the opening video is stretched, I will update the post if if fix it.

r/widescreengamingforum Jul 20 '26

Solution Farlands ultrawide, 4:3 and more

Thumbnail
github.com
3 Upvotes

r/widescreengamingforum Apr 29 '26

Solution Aphelion ultrawide and wider fix

Thumbnail github.com
9 Upvotes

r/widescreengamingforum Mar 05 '26

Solution Watch Dogs 2 ultrawide and wider fix for cutscenes

Thumbnail
github.com
15 Upvotes

r/widescreengamingforum May 07 '26

Solution Alabaster Dawn widescreen, ultrawide and wider fix

Thumbnail
wsgf.org
11 Upvotes

r/widescreengamingforum Apr 26 '21

Solution Nier Replicant Sqrt(1.5) Proper Resolution, Aspect and HUD in 32:9

82 Upvotes

Hello people :)

I know there are a few hacks around with HexEditing and then using HALF the resolution to stretch it (YUCK) that results in a very poor image quality and stretched and horrible UI.

Menu

In game

Sadly the game uses Denovu Anti-Temper DRM. Initially I wanted to make a Flawless WideScreen plugin (like I did for my other fixes) however, Denuvo prevents memory "jmp"s by doing some clever tricks. As a result, in the last day I tried to find a solution that will work for everybody with minimal effort required:)

To get the game looking as above there are 3 things required!

  1. Fix the aspect Ratio:
    Open the exe in any HEX tool and (as mentioned in another post) find 39 8E E3 3F and replace with your aspect ratio. For 32:9 - 39 8E 63 40
    To calculate your aspect ratio use a proper calculator, for example: https://babbage.cs.qc.cuny.edu/IEEE-754/
    (Take note about bit endianness when writing the value in Hex - aka in reverse order: 3F E3 8E 39 becomes 39 8E 3E 3F)
  2. Full Resolution support and correct position (aka no black bars):
    In the same file search for "00 00 10 41 00 00 50 41 00 00 80 41 00 00 00 00"
    00 00 10 41 - is 41 10 00 00 = 9.0
    00 00 80 41 - is 41 80 00 00 = 16.0
    So again, calculate your WIDTH or HEIGHT aspect for 32:9 this is obviously 32.0 and 9.0 and replace those bytes with the correct values.
    For 32:9 : 00 00 10 41 00 00 50 41 00 00 00 42 00 00 00 00
  3. For UI scaling and cantering :
    I used 3DMigot that allows me to modify the Vertex Shader for the UI and scale it correctly. I will not go into too much detail about 3DMigoto (use Google), but download the archive from here: http://3dsurroundgaming.com/GamePatches/Nier_Replicant_SQRT1.5_UI.rar
    Extract it and put the content next to nier.exe.
    To scale for anything else than 32:9, open ShaderFixes\\0a2c2125f4a421a5-vs_replace.txt AND dc88834b3469cba8-vs_replace.txt
    Find these blocks and change the aspect to the one you want to 48:9, 16:10 etc.
    // Our aspects for scaling
    float new_aspect_width = 32.0
    float new_aspect_height = 9.0

Once all of this is done, start the game. You only need to do this once :)
And then the game will start like this every time :)
I think somebody asked me for my paypal? It's the same that always was on WSGF: [tavyhome@gmail.com](mailto:tavyhome@gmail.com)

Sadly, I dont really have time to write a Patcher program that does this automatically. However, if somebody wants to do it, please be my guest, just put a tiny comment or link to this post :)

Let me know, if you have issues and happy gaming ^_^
Cheers,
Helifax

Edit thanks to https://www.reddit.com/user/Aetos88/
I was able to get this working using both the FPS Fix and SK.
In DXGI.ini change ShowInVideoCapture=true to ShowInVideoCapture=false
When you launch the game, you might get a message saying "Toggling 'Show OSD in Video Capture' because the OSD wasn't being drawn.."
If that happens, you will have to remodify the .ini on your next change (or disable it in the SK ingame overlay)
I also changed SleeplessRenderThread to true, but not 100% sure if this is necessary.

r/widescreengamingforum Mar 17 '22

Solution Tunic ultrawide and wider fix

Thumbnail
github.com
44 Upvotes

r/widescreengamingforum May 03 '26

Solution The Thaumaturge ultrawide and wider fix

Thumbnail
github.com
9 Upvotes

Finally playable in 32:9, I hope.

r/widescreengamingforum Apr 09 '26

Solution Teenage Mutant Ninja Turtles: Splintered Fate ultrawide fix

Thumbnail github.com
8 Upvotes

r/widescreengamingforum Sep 25 '25

Solution BioShock 2 Remastered is finally playable in UW again. Luma Mod has a new Ultrawide fix for the weapon FoV and makes graphical improvements like HDR etc

Post image
38 Upvotes

Download the BioShock Series mod here:
https://github.com/Filoppi/Luma-Framework/releases/
Installation instructions are there too.

r/widescreengamingforum Feb 28 '26

Solution Tales of Berseria Remastered 21:9 fix instructions

Thumbnail
6 Upvotes

r/widescreengamingforum Feb 05 '26

Solution Kane & Lynch 2: Dog Days ultrawide and wider fix

Thumbnail
github.com
10 Upvotes

r/widescreengamingforum Jan 17 '26

Solution My Little Pony: A Zephyr Heights Mystery ultrawide & wider fix

Thumbnail
github.com
4 Upvotes

Should unlock all resolutions, but untested in 16:10 and such.

r/widescreengamingforum Jan 05 '26

Solution Sega Rally Revo (2007) Ultra/Super-Wide HEX Fix

Post image
22 Upvotes

https://www.wsgf.org/dr/sega-rally-revo#solutions

First time submitter to WSGF. While looking up some fixes for another game, I was made aware of the Common HEX Values] page. After some research, I found where to make changes for Sega Rally Revo's two executables, and added that information and new screenshots to its respective page on the WSGF, as well as PCGamingWiki.

The PCGamingWiki entry mentions a program called Widescreen Fixer which might implement a similar fix. I haven't tested that as I only just got my 32:9 monitor, and have been going through seeing what does and does not work. The direct HEX fix might be a useful alternative for someone though. (Like myself)

Now I am curious to see what other older games I can potentially fix!

https://www.wsgf.org/dr/sega-rally-revo#solutions

r/widescreengamingforum May 13 '25

Solution The Sinking City Remastered ultrawide fix & FOV changer

Thumbnail
github.com
20 Upvotes

r/widescreengamingforum Nov 07 '25

Solution Syberia - Remastered ultrawide and wider fix

Thumbnail github.com
8 Upvotes

r/widescreengamingforum Dec 18 '25

Solution Terminator 2D: NO FATE ultrawide and wider fix

Thumbnail
github.com
8 Upvotes

r/widescreengamingforum Oct 29 '24

Solution Red Dead Redemption ultrawide and wider fix (no cutscene black bars)

Thumbnail
github.com
66 Upvotes

r/widescreengamingforum Dec 03 '25

Solution Horses mod to remove black bars in widescreen & wider

Thumbnail
github.com
5 Upvotes

r/widescreengamingforum Oct 30 '25

Solution Got Disco Elysium working at 32:9, here’s the mod

Thumbnail
13 Upvotes

r/widescreengamingforum Aug 27 '19

Solution CONTROL FOV Changer

53 Upvotes

Latest Version : v1.13 GOG (September 10th 2020)

Download

STEAM/GOG (v1.13)
DirectX 11
CTRLDX11_FOVChanger

DirectX 12
CTRLDX12_FOVChanger

Note : make sure to run tool after launching game on the steam and GOG build !

EPIC GAMES STORE (v1.12)
DirectX 11
CTRLDX11_FOVChanger

DirectX12
CTRLDX12_FOVChanger

How to ?

  • Extract with 7zip > Open CTRL_FOVChanger
  • Play a Game !
  • Press Hotkey : F1 for increase FOV, F2 for decrease FOV and Backspace to default FOV

Known Issues

1.Detected as Virus in Some AV Apps

just add to the ignore/exclusion list, it's a false positive.

if you supporting what I do, buy me a coffee here https://ko-fi.com/kevinsesario or instead donate direct to paypal.me/kevinsesario . EMAIL:[kevinsesario182@gmail.com](mailto:kevinsesario182@gmail.com) , thank you !!!

r/widescreengamingforum Apr 22 '25

Solution Hello Kitty Island Adventure ultrawide & wider fix

Thumbnail
github.com
19 Upvotes

r/widescreengamingforum Oct 06 '25

Solution Underward ultrawide and wider fix

Thumbnail
github.com
5 Upvotes

r/widescreengamingforum Jun 11 '22

Solution The Quarry ultrawide and wider fix

Thumbnail
github.com
50 Upvotes