Page 12 of 15
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 28 Mar 2019, 18:01
by CipherF15
Great, thanks for your work! I'm still to master how to use my TV screen as a computer one yet so I'm still a noob, but in the future, I'd like to play AC7 in ultrawide mode...
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 02 Apr 2019, 14:50
by giannisww
It seems a recent update has broken the fix and the ui elements
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 02 Apr 2019, 16:17
by Goutoh
giannisww wrote:It seems a recent update has broken the fix and the ui elements
The offset for the FOV seems to change with every patch. I found the new offset to be
2534918. So just go through the steps susahamat described earlier, but change the offset to
2534918 and do everything else like before. It seems to fix it for me.
susahamat wrote:- Open Program HxD > Click File and Open Ace7Game.exe
- Ctrl+F > Click "Hex Values" > Click Search Direction "All" > Write 41 2C 01 4C 89 CB 0F 29
- Replace Value With 41 2C 00 4C 89 CB 0F 29
Black Bars Removal.jpg
then fix field of view
- Ctrl+G > Write offset for
- DayOne Version : 02534650
- Patch 1 (v1.0.2.0): 02534620
Select 35 FA 0E 3C
- Replace Value with your desired resolution , choose one
- 4:3,16:10 = Don't Need !
- 2560x1080 = AA 05 33 3C
- 3440x1440 = ED D1 33 3C
- 32:9 = FC CF 65 3C
- 48:9 = 70 7B 8B 3C
- 48:10 = 70 7B 8B 3C
Field of View .jpg
- Save and play
only one instance per fix ,
you should'nt write another instance!!!EDIT: Offset FOV address for latest patch 1
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 02 Apr 2019, 16:35
by giannisww
Goutoh wrote:giannisww wrote:It seems a recent update has broken the fix and the ui elements
The offset for the FOV seems to change with every patch. I found the new offset to be
2534918. So just go through the steps susahamat described earlier, but change the offset to
2534918 and do everything else like before. It seems to fix it for me.
susahamat wrote:only one instance per fix ,
you should'nt write another instance!!!EDIT: Offset FOV address for latest patch 1
oh i see that fixed it thank you
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 02 Apr 2019, 17:42
by susahamat
Goutoh wrote:I found the new offset to be 2534918
that's right
All Patcher for ultrawide has been updated to latest version http://www.wsgf.org/forums/viewtopic.ph ... 64#p174364
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 07 Apr 2019, 23:03
by Fuzzy
I'm confused about the current steps to get it working UW at 3440x1440 with a fixed UI. I ran the patcher from that post, I installed 3Dmigoto, I installed the mod, I installed the shaderfixes file, I edited the d3dx.ini. The game runs at UW in gameplay, but the UI is off center. Did I miss a step or do too many?
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 12 Apr 2019, 14:15
by coolade
Fuzzy wrote:I'm confused about the current steps to get it working UW at 3440x1440 with a fixed UI. I ran the patcher from that post, I installed 3Dmigoto, I installed the mod, I installed the shaderfixes file, I edited the d3dx.ini. The game runs at UW in gameplay, but the UI is off center. Did I miss a step or do too many?
I went through the same steps and it doesn't work. I'm guessing this is just going to remain unfixable and you're better off just playing at 16:9
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 14 Apr 2019, 15:40
by Squall1er
Fuzzy wrote:I'm confused about the current steps to get it working UW at 3440x1440 with a fixed UI. I ran the patcher from that post, I installed 3Dmigoto, I installed the mod, I installed the shaderfixes file, I edited the d3dx.ini. The game runs at UW in gameplay, but the UI is off center. Did I miss a step or do too many?
Same case for myself, i can't have the HUD centered. Is someone kind enough to maybe make a tutorial YT video about this fix? Or at least a step by step with pictures?
Anyway thank you for everything, it's great to see some people fixing what a triple AAA company can't do
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 15 Apr 2019, 17:30
by Winkelmann
Sorry I was working on other stuff for a while so I am only now back here.
I am asking everyone who has an issue to please do this:
1. Delete everything except "Engine" and "Game", then verify the game cache in Steam (
https://support.steampowered.com/kb_art ... -QEUH-3335), it will make sure you have an unmodified .exe.
2. Download this fix:
https://github.com/mpm11011/ac7-ultrawide (follow instructions, newest 3Dmigoto is 3Dmigoto-1.3.16.zip and it works with reshade)
IMPORTANT: There is currently a bug in the script where you have to create a folder called "Mods" next to the "ace7game.exe" and the two other folders manually or you will get an error. DO THIS BEFORE RUNNING magic.py.
Note that the script will ask for confirmation on your screen resolution, if you do not see this there has been an issue running the script.
This is how it should look like right before running the script:

- explorer_2019-04-15_12-25-44.png (12.27 KiB) Viewed 19155 times
I opened an issue for the bug with that requires manual creation of the "Mods" so that will probably get fixed at some point.
If this works for people I will edit all my other comments to link to the script. (It works for me on 3440x1440)
Thanks to
markuscicero5 for making the script and some of the fixes!
---
(This is intended for fellow 3Dmigoto "shaderhackers")
I did look into the filter that is being removed in the hudtextfix.ini (although it is not related to text), I have been able to find the texture it uses (it is not just a color overlay), unfortunately regardless of what I do with the pixel shader it just won't move, I can move it to the center with the vertex shader but that messes up a ton of other stuff, I think just removing it is good enough for now, it is really subtle anyway.
I even tried replacing the texture with 3Dmigoto with a wider one but that just compressed it, I have not tried replacing it through an Unreal Engine 4 mod (the decryption URL is known, look up texture modding guides for AC7) but I doubt it'll work, I would have to install the corresponding UE4 editor version too so that is annoying, I might try it at some point if no one else did it by then.
Edit: Extended credits and I also edited my comment that is linked to by Rock Paper Shotgun and GameStar to point here.
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 17 Apr 2019, 07:49
by QuadGore
Thank you Winkelmann !
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 17 Apr 2019, 09:29
by Fuzzy
Thanks! Those instructions worked perfectly. I must have done too many steps.
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 20 Apr 2019, 16:21
by Squall1er
*sigh*
I still don't understand the steps...
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 27 Apr 2019, 17:15
by Squall1er
Ok
So i try one more time.
This time my game reduce to 16/9 and the HUD was making his own life on the right of the screen...
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 02 May 2019, 12:45
by Kcpilot
I'm new joiner today and appreciate everyone effort to make it happen. I'm work fine with patch for 3440x1440 when lower the resolution.
Just wonder if anyone could provide 3840x1600 patch which would be very nice.
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 04 May 2019, 00:06
by Ghaleon4
It appears that a new update has broken our fixes. Susahamat, help!!!
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 04 May 2019, 00:12
by Ghaleon4
Wait, nevermind. No patch. Something changed though...
Like, I swear the hex value got reset or something in my .exe even though it says it hasn't been modified. <- didn't physically check in a hex editor.
But, the game starts zoomed way further out now, and I have to use Susahamat's FOV changer to fix it in real-time.
I'll look with a hex editor in a little bit. Wanna play now!
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 04 May 2019, 00:16
by Ghaleon4
Oh for crying out loud, I'm a dork. My actual in-game resolution had simply been reset back to 1920x1080!! rofl. Oh man, heh, that was dumb.
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 21 May 2019, 05:22
by Blu Soldier
Looks like the most recent update broke the fix again.
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 21 May 2019, 22:43
by MapMan
The new offset for patch 1.10 is
258B4D8. You can wait for somebody kind enough to do a new trainer or follow this guide and hex edit the executable yourself:
http://www.wsgf.org/forums/viewtopic.ph ... 97#p174397Thanks
susahamat for the work you put into this!
Re: Ace Combat 7 no Ultrawide (Fix !!)
Posted: 21 May 2019, 23:15
by Blu Soldier
Thanks, MapMan!