Anno 2070 was initially released in 2011 and still stands as a stunning game today. At the time of its release, 4K monitors were not as common as they are today. However, the game actually provided excellent UI scaling support for 4K and beyond; you just need to edit its Engine.ini
config file.
Finding the Config File
To locate the config file, use the keyboard shortcut WIN+R and open the following location:
%appdata%\Ubisoft\ANNO 2070\Config\Engine.ini
Changing UI Scaling
Change the UI scale percentage to 200 or 250 for 4K monitors:
<UIScaleMode>2</UIScaleMode>
<UIScalePercentage>200</UIScalePercentage>
Other Useful Options
To skip the intro animation, use:
<SkipIntro>1</SkipIntro>
For more camera positions:
<LockCamera>0</LockCamera>
<EnableFourthCamPosition>1</EnableFourthCamPosition>
For a wider FOV when zoomed out:
<EnableLargeFOV>1</EnableLargeFOV>
Consider disabling the Bloom effect for sharper graphics:
<RE_Bloom>0</RE_Bloom>