Banner
Ultrawide for Noita
Thumbnail
12
Downloads5,199
Views21,925
Publish Date6 years ago
Last Updated2 years ago by
Version1.8
Members
Avatar
RoseOwner
Avatar

Hi, I'm running into an issue with this mod.

It makes the UI 50% smaller, so it's painful to read.
This happens when either the internal_size_h goes to 721 or above OR if the internal_size_w goes to 1289 or above in config.xml (%AppData%\LocalLow\Nolla_Games_Noita\save_shared\config.xml).
internal_size_h="720"
internal_size_w="1280"
Is there some way to fix this?

Apparently this happens with other people with larger resolutions? https://steamcommunity.com/app/881100/discussions/0/3039355280226072695/


OK so I did some simple math:

if you want an ultrawide (21/9 ish) ration with : internal_size_w="1280" : then change internal_size_h="540"
1280 / (2560/1080) = 540
BUT what this does is it makes the GUI big you can't read it because it goes off the screen

if you want an ultrawide (21/9 ish) ration with : internal_size_h="720" : then change internal_size_h="1707"
720 * (2560/1080) = 1706.6667
BUT what this does is it makes the GUI so small it hurts your eyes to read it

if you want an ultrawide (21/9 ish) ration with : want the standard GUI size : then change
internal_size_h="630"
internal_size_w="1494"
from
(1706.6667 + 1280) / 2 = 1493.3333
(720 + 540 = 1,260) / 2 = 630
BUT what this does is it means you now only have 630 vertical vision, compared to your original 720

Avatar

Try the latest version, which should fix the HUD scale (inventory and status bars).

43 989