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"/>
Change it to:
<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.