csaris wrote:
I tried this solution in FIFA 16 Demo and it works!!! This solution according to the below link applies also to FIFA 15.
http://steamcommunity.com/groups/ultraw ... 862797653/Although some 2D stuff and menus are stretched, the game is 100% playable.
Basically you need a freeware hex editor (I used XVI32) and replace hex value "39 8E E3 3F" (1920x1080) to "AB AA AA 40" (5760x1080).
For other resolutions do the following found on post of @jackfuste:
Calculate your aspect ratio
For example:
5760/1080 = 5,333333333333333
Convert it to hex value here -
http://babbage.cs.qc.cuny.edu/IEEE-754/You get - 40 AA AA AB
Now write bytes from right to left, so it will be AB AA AA 40
Open fifa15/16 .exe in HEX-editor -
http://www.handshake.de/user/chmaas/del ... /xvi32.zipFind and replace all values 39 8E E3 3F to AB AA AA 40
Save file
Play
Awesome! That works for me too in Fifa 15, at 6060x1200 (aspect ratio 5.05). Better late than never.
I also tried changing only one of the five occurrences of "39 8E E3 3F" at a time, in the hopes that one of them might control the HUD and another might control the 3D view. But it looks like the fifth occurrence controls both, so there doesn't seem to be any benefit to changing only some of them.