Baseline (Widescreen) Solution & Issues
Native support; the game runs windowed at 720p initially but display mode can be changed at any time from the Graphic menu.
First select a Screen Ratio, then the desired Screen Resolution and click Apply. (For 15:9, see Multi-Monitor solution below.)
Default FOV is Vert- and binding a fixed FOV to a key doesn't seem to work. So let's lock the VFOV !
- Look for the config files in the game install folder e.g C:\Program Files (x86)\Steam\SteamApps\common\NaissanceE\UDKGame\Config\
- Open UDKEngine.ini
Look for this line...
AspectRatioAxisConstraint=AspectRatio_MaintainXFOV
Replace it with...
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
The FOV is now perfectly Hor+ but also a tad higher than default.
Ultra/Super-Wide (21:9/32:9) Specific Solution & Issues
Same method as for Widescreen. Screen Ratio 21/9 is supported natively.
Eyefinity / Surround Specific Solution & Issues
Multi-monitor aspects are unsupported out of the box.
- Run the game once to select your center monitor's resolution, fullscreen. Exit.
- Open C:\Program Files (x86)\Steam\SteamApps\common\NaissanceE\UDKGame\Config\UDKEngine.ini
Input your desired display width here...
ResX=
Replace the X with a Y here...
AspectRatioAxisConstraint=AspectRatio_MaintainXFOV
- Save changes and run the game.
4k UHD Specific Solution & Issues