Kingdom Come: Deliverance
0 of 0

File information

Last updated

Original upload

Created by

Haldi

Uploaded by

Haldi4803

Virus scan

Safe to use

Tags for this mod

About this mod

Centers the HUD and Main Menu for Triplewide Setups

Permissions and credits
When running Eyefinity or Surround resolutions the game is playable but not perfect.

Thanks to this little trick the HUD is centered on the Main Monitor.

Included:
  • Centered Hud
  • Centered Main Menu
  • Centered Loading Screens
  • Centered Death Screen

Known Bugs:
  • Main Menu is streched...
  • Death Screen is streched...
  • Loading Tipps Subtitles are streched...

How to Install:
Simply Unpack the "CenteredHud_5760x1080.zip" into your Mods folder of the Game.

Is this compatible with the new released MOD tools and other Mods?
No.... i was too lazy to download 4.5gb of Modtools simply to start the editor and only made changes compatible....
If anyone wants to take over and fix this please do so! I have no more intentions to continue this.

What exactly did you fix?
In the folder Libs\UI\UIElements you will find 4 files.
ArtworkLoading.xmlGameOver.xmlHUD.xml
MainMenu.xml

Most of them simply have the align fixed... like this:
      <Constraints>
        <Align mode="dynamic" valign="center" halign="center" scale="0" max="0" />
      </Constraints>


For the HUD.xml I've force centered it for 5760x1080 resolutions:
      <Constraints>
       <Align mode="fixed"/>
       <Position top="0" left="1920" width="1920" height="1080" />
      </Constraints>


If you have another resolution or bezel correction simply change the values here.

If you have any clues how to unstretch the Loading Screen tipps Subtitles, or the Main Menu, please do leave a comment... or fix it yourself and upload a new version :)