
Mods / FontSettings
Tags:
#Other
#Utility
Author: MystiVaid
Side: Client
Created: Oct 2nd 2024 at 6:41 AM
Last modified: Apr 21st at 11:21 AM
Downloads: 426
Follow Unfollow 12
Author: MystiVaid
Side: Client
Created: Oct 2nd 2024 at 6:41 AM
Last modified: Apr 21st at 11:21 AM
Downloads: 426
Follow Unfollow 12
Latest release (for outdated Vintage Story v1.20.0 - v1.20.8):
fontsettings_1.1.1.zip
1-click install
字体设置
允许在游戏设置界面实时更改默认字体与装饰字体,兼容imgui,会同步设置`imgui`的字体为默认字体
Font Settings
Allows real-time changing of the Default Font and Decorative Font in the game settings interface. It is compatible with ImGui and will synchronously set the font of ImGui as the default font.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.1.1 | 48 | Apr 21st at 11:21 AM | Show | fontsettings_1.1.1.zip | 1-click install | |
v1.1.0 | 73 | Mar 20th at 5:22 AM | Show | fontsettings_1.1.0.zip | 1-click install | |
v1.0.0 | 305 | Oct 2nd 2024 at 6:42 AM | Show | fontsettings_1.0.0.zip | 1-click install |
valrossenOliver
It looks like this isn't a problem I can solve...
Hey! I got it working by playing around in the code a bit. Not sure of the underlying reason but I believe it has to do with the object reference. Add me on discord and I could show you how to get it working.
Same username as here. :)
Edit: So, almost instantly after writing this above, I started another installation and it seems that it is directly related to the amount of fonts in the array that is passed into the GuiElementDropDown. Running FontNameArray.Take(20).ToArray() makes it work while just running FontNameArray gives the black box instead. Most likely the framework that cannot handle hundreds of fonts... :P
valrossenOliver ImGui is an optional dependency, what a strange issue.
Running pure vanilla 1.20.7 with only this mod, not with ImGui. Is ImGui a dependency?
valrossenOliver I'm using Arch Linux + KDE Wayland and can't reproduce the issue. Does the problem occur when using this mod alone? What about when combined with the imgui mod?
我正在使用Arch Linux + KDE Wayland,无法重现该问题。单独使用此mod时,问题是否发生?与IMGUI MOD结合使用时呢?
Nothing else really. No error logs or anything. It just seems that the rendered dropdown is completely black. I can still click the "black box" and hope that I hit the correct font but that's a bit too extreme for my taste. :P
Other dropdown boxes work perfectly in the UI so seems to be only the UI-elements created by this mod that's causing it.
To change font I opened the JSON file and input the font name manually to get it to work.
I run Wayland on GNOME, Manjaro Linux if that helps with anything.
valrossenOliver Is there any more information? It's working perfectly fine on my end.
All options are shown as black boxes linux Manjaro. Both fullscreen and non-fullscreen.
https://imgur.com/a/uKEMdDU
Aledark Thanks for your kindness, but I don't plan to change the description in modinfo.json to English unless it supports multi-language descriptions.
https://github.com/scgm0/FontSettings/blob/master/FontSettings/modinfo.json
Cl0ckwork_M1nd Thanks!