pringl2: I got this working by doing the following
INI Edit the Resolution & FOV: Go to --> ...\BaseEF\efconfig.cfg
Change these lines:
seta r_mode "-1"
seta r_customwidth "2560"
seta r_customheight "1440"
seta cg_fov "90"(16:10) or "97" (16:9)
Issues: FMV videos only show a white screen with the sounds from the FMVs video.
Cutscenes are VERT- and the Weapon gets smaller the higher the FOV.
Worked for me :)
For clarity, the values above will give you a 2K 16:9 aspect ratio (2560x1440). If you want a 16x10 ratio, you would use these values: 2304x1440.
So, if your monitor has a 16:9 aspect ratio, input these values depending on your monitor's native resolution:
seta r_mode "-1"
seta r_customwidth "1920" (for 2K - "2560") (for 4K - "3840") (for 8K - "7680")
seta r_customheight "1080" (for 2K - "1440") (for 4K - "2160") (for 8K - "4320")
seta cg_fov "97"
If your monitor has a 16:10 aspect ratio, input these values depending on your monitor's native resolution:
seta r_mode "-1"
seta r_customwidth "1920" (for 2K/1440 - "2304") (for 2K - "2560") (for 4K - "3840")
seta r_customheight "1200" (for 2K/1440 - "1440") (for 2K - "1600") (for 4K - "2400")
seta cg_fov "90"