Kingdoms of Amalur: Re-Reckoning
0 of 0

File information

Last updated

Original upload

Created by

modernwelfare3l

Uploaded by

weaaddar

Virus scan

Safe to use

Tags for this mod

About this mod

Partially fix the scaling in the game to make it so that small mode isn't unusable.

Requirements
Permissions and credits
V1.1:
Added a small hack to scale up the minimap on startup. Note that this makes default basically unusable. I multiplied the size of minimap by 150%, so that should be about right. 
The game uses these two constants to switch between the two scaling modes. By default the small ui mode is 50% the size of the default. This mod changes it to 75%. You can tune this to your hearts desire. However the two constants must be reciprocals. 
InGameUIStartup.m_ui_scale_from_normal_to_small = 300/4 -- default is 50
InGameUIStartup.m_ui_scale_from_small_to_normal = 400/3 -- default is 200


Unfortunately, some elements are hardcoded and will get slightly cut off. Namely the xp amount, this is a very minor complaint for making the ui much more usable.

To install, extract this to your root of your re-reckoning directory.