Difference between revisions of "HPL3/Language Configuration"

From Frictional Wiki
Jump to navigation Jump to search
(Created page with "When displaying any kind of text on the screen in a mod (For example, when picking up a note to reading it), the mod refers to a file in which that text information is stored...")
(No difference)

Revision as of 19:52, 25 August 2020

When displaying any kind of text on the screen in a mod (For example, when picking up a note to reading it), the mod refers to a file in which that text information is stored in. That file is called a language file. Each language has their own language files. So if your mod has English and Czech translations, you will have English and Czech language files.

Note icon.png Any category content that is placed inside your language file will override the category content of the main game's language file. If you do not need to change the content of a certain category in your language file, do not copy it.