I can dump game files and modify the language file using Nodja's File Modder. (https://github.com/Nodja/NautsFileModder)
So I need to add Korean font to the game.
In Fonts folder, there are config files of each font. For example, Ethnocentric font's config file is this.
Code: Select all
settings characterSpacingScale 0.59 lineSpacingScale 1
useBitmapFont defaultFontButtons 0.85
useTrueTypeFont ethnocentric_cyrillic.ttf 0.75 innerOutline
useTrueTypeFont Chinese-Bold.ttf 0.75 innerOutlineSo, I replaced font file to another one. But when I run the game, it's crashed and isn't run.
What I should do..? Everything I tried was failed. Please help me
