font Kingdom Come: Deliverance

How to translate the files of a game
binlv1
Posts: 54
Joined: Sat Apr 15, 2017 9:00 am

font Kingdom Come: Deliverance

Post by binlv1 »

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
akintos
Posts: 88
Joined: Tue May 08, 2018 7:48 pm

Re: font Kingdom Come: Deliverance

Post by akintos »

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:

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)