Page 1 of 1

UI Scaling

Posted: 01 Sep 2021, 20:28
by Mallion
I'm new to OpenMW but as a long-time fan of the game I'm really excited to see it's not only still got a following but that it appears to be thriving!

I installed OpenMW and when I set the resolution to 3840 x 2160 the UI stays the same size as for 1920 x 1080 which makes it appear extremely small.

Can a UI scale slider be implemented so players can adjust the size as needed? This game relies heavily on reading and while I love that about it, the text is so small that I have to strain my eyes to make out what it says. That simply won't do for a serious play-thru. I can live with a tiny little health bar and minimap but the dialog screens are another story altogether.

I've tried increasing scale as well as the font size in the "settings.cfg" file but it had no effect on the in-game UI.
If anyone knows how to fix this with something I'm simply overlooking I would be greatly appreciative! Thank you.

Re: UI Scaling

Posted: 01 Sep 2021, 20:57
by AnyOldName3
What precisely did you do to try and change the scaling factor? It does exactly what you want, so you're probably setting it incorrectly, e.g. by getting the setting name wrong, editing the wrong file, or a simple typo.

Re: UI Scaling

Posted: 02 Sep 2021, 13:58
by akortunov
There is a "GUI scaling factor" setting in the OpenMW's launcher (Advanced - > Interface tab).

Re: UI Scaling

Posted: 02 Sep 2021, 20:08
by Mallion
Thank you both for your replies. I figured it out. I was editing the settings.cfg file in the OpenMW install directory, not the user settings.cfg. My apologies.

Re: UI Scaling

Posted: 02 Sep 2021, 23:58
by AnyOldName3
I was editing the settings.cfg file in the OpenMW install directory, not the user settings.cfg.
I'd strongly recommend reinstalling OpenMW, then. You're not supposed to edit the default settings as they're the default settings, and it could potentially lead to weirdness in the future. We've taken measures to make it harder to do this accidentally in the upcoming 0.47 release.

Re: UI Scaling

Posted: 21 Sep 2021, 10:29
by keerp
akortunov wrote: 02 Sep 2021, 13:58 There is a "GUI scaling factor" setting in the OpenMW's launcher (Advanced - > Interface tab).
I am having this same issue, I even reinstalled the 0.46.0 release, there is no GUI scaling setting in the launcher.

Re: UI Scaling

Posted: 21 Sep 2021, 12:45
by Atahualpa
The launcher option was introduced after the 0.46.0 release which is why it is not present in your setup.

You still need to manually edit your local settings.cfg file in your configuration path.

Look for the "[GUI]" section in your settings file or add it at the bottom if it is not present. Then, add the scaling-factor setting:

Code: Select all

[GUI]
scaling factor = <your scaling factor>

Re: UI Scaling

Posted: 21 Sep 2021, 19:16
by keerp
Thanks, that worked.