font Kingdom Come: Deliverance
-
- Posts: 54
- Joined: Sat Apr 15, 2017 9:00 am
font Kingdom Come: Deliverance
Who can help me find the font file, I found it in the Kingdom Come Deliverance Band of Bastards\Engine\engine.pak but it doesn't change anything. I really want to translate this game for my country
-
- Posts: 88
- Joined: Tue May 08, 2018 7:48 pm
Re: font Kingdom Come: Deliverance
The font is in data/GameData.pak
extract Libs/UI/gfxfontlib_glyphs.gfx, add glyphs of your language using JPEXS
For language pack, make a mod for it.
Make a directory named 'Mods' in game folder, and structure it like below:
English_xml.pak is translated version of Localization/English_xml.pak
structure of Font.pak is shown below:
extract Libs/UI/gfxfontlib_glyphs.gfx, add glyphs of your language using JPEXS
For language pack, make a mod for it.
Make a directory named 'Mods' in game folder, and structure it like below:
Code: Select all
KingdomComeDeliverance
├── Bin
├── Data
├── Engine
├── Localization
├── logbackups
├── Mods
│ └── MyMod (name of the mod, not very important)
│ ├── Data
│ │ └── Font.pak
│ └── Localization
│ └── English_xml.pak
└── ...
English_xml.pak is translated version of Localization/English_xml.pak
structure of Font.pak is shown below:
Code: Select all
Font.pak (actually a zip archive)
└── Libs
└── UI
└── gfxfontlib_glyphs.gfx (edited using JPEXS)