I apologize for bumping this, but have been trying to play this again and one or two more issues.
Firstly, manually increasing the resolution to 6060x1080 has worked perfectly via the "isize=" line in fallout.ini and the fov is correct thanks to altering "fdefaultfov=" to 145.
These settings caused a few issues though...
1. HUD was not centered.
2. PipBoy could not be read due to blurriness
3. Terminals are too blurry to be read, and were far too zoomed in to exit.
Issue 1 was solved via editing the "isafe" lines. I found the values below to work well at 6060x1080 (bezel corrected).
Code:
iSafeZoneXWide=925
iSafeZoneYWide=15
iSafeZoneX=925
iSafeZoneY=15
Issue 2 was half-solved. I reduced the blurriness by settings "fBlurIntensityPipboy=" and "fBlurRadiusPipboy=" to zero. It is still somewhat difficult to read though, I wonder if there is a way to make it 100% readable. Any ideas?
Code:
[Pipboy]
fBlurRadiusPipboy=0
fBlurIntensityPipboy=0
fScanlineScalePipboy=50
bEnableFlickerPipboy=1
bUsePipboyMode=1
Issue 3 is also half solved. I managed to get the terminal to be visible in it's entirety on the screen by a simple edit of the "fRenderedTerminalFOV=" line to 0.25. The screen is still quite blurry though, and the cursor doesn't seem to match up to were your clicks actually happen.
Code:
fRenderedTerminalFOV=0.25
I hope some of the above may be useful (in particular being able to adjust the HUD) and maybe someone else can help me fix all these blurry menus.