If you’ve ever adjusted the text size in Kenshi, you’ve definitely noticed that the setting resets and the slider no longer functions when you restart the game. In some circumstances, the font also gets so small that it’s impossible to read.
To correct this, open kenshi_fonts.xml in Kenshidataguifonts. Be sure to make a backup copy first.
検索する:
<Property key="サイズ" 値="14"/>
You will see different values, now add + 10 to each of them, except for the ones that have a value of over 100.
例えば:
<Property key="サイズ" 値="14"/>
に変更します:
<Property key="サイズ" 値="24"/>
Do not change:
<Property key="サイズ" 値="150"/> と <Property key="サイズ" 値="110"/>
When you relaunch the game after saving the file, you’ll notice that the font size has changed. 変更できます +10 番号, but be aware that portions of the text will be too huge for the UI if you use a font size of max +16.
Use a value less than +10 to make the font smaller.
Works with both vanilla and dark UI, and it ought to function with any mod that modifies the font style.