The mod enables proper ultrawide and superwide support in the game.
Unpack the archive and put the "ultrawide" (for 21:9) or "superwide" (for 32:9) folder in "mods" within the main game folder.
Launch the game and enable the mod by checking its box
Quit the game
Open %USERPROFILE%\AppData\LocalLow\Nolla_Games_Noita\save_shared\config.xml in a text editor and change internal_size_w="1280" to internal_size_w="1707" (for 21:9) or internal_size_w="2560" (for 32:9)
Launch the game again - the mod should be working now!
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?
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
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
Try the latest version, which should fix the HUD scale (inventory and status bars).