Baseline (Widescreen) Solution & Issues
The Game is VERT- out of the BOX - you need to HEX & ini edit to get it HOR+
INI edit resolution: Go to --> ...\Game Root\Scripts\PersistentSymbols.ini
and put your resolution in here:
persistent extern INDEX sam_iScreenSizeI=(INDEX)2560;
persistent extern INDEX sam_iScreenSizeJ=(INDEX)1440;
Hex edit FOV: Go to --> ...\Game Root\Entities.dll
Go to Offset 215320 and look for 00 00 A2 42 and change it to CD CC B6 42 (16:10) or CD CC C2 42 (16:9)
Or use my FOV Fix in the files available from the PC Gaming Wiki Community Files (search there): Nitro - FOV Fix.7z
Ultra/Super-Wide (21:9/32:9) Specific Solution & Issues
Same Solution as in Widescreen:
INI edit resolution: Go to --> ...\Game Root\Scripts\PersistentSymbols.ini
and put your resolution in here:
persistent extern INDEX sam_iScreenSizeI=(INDEX)3440;
persistent extern INDEX sam_iScreenSizeJ=(INDEX)1440;
Hex edit FOV: Go to --> ...\Game Root\Entities.dll
Go to Offset 215320 and look for 00 00 A2 42 and change it to 0A 57 E3 42 (21:9)
Eyefinity / Surround Specific Solution & Issues
Same Solution as in Widescreen:
INI edit resolution: Go to --> ...\Game Root\Scripts\PersistentSymbols.ini
and put your resolution in here:
persistent extern INDEX sam_iScreenSizeI=(INDEX)5760;
persistent extern INDEX sam_iScreenSizeJ=(INDEX)1080;
Hex edit FOV: Go to --> ...\Game Root\Entities.dll
Go to Offset 215320 and look for 00 00 A2 42 and change it to B8 5E 13 43 (3x16:9)
4k UHD Specific Solution & Issues
Same Solution as in Widescreen.