Community Localizations (v1.1.7.0)

Create a Localization

Grim Dawn reads community localizations from the “/localization” subdirectory of the location the game is installed. This is usually similar to “Program Files\Steam\SteamApps\Common\Grim Dawn”. The game reads directly from a .zip file containing your localization files, which can be created using any standard .zip utility.

A community localization consists of a .zip file containing the localization texts along with a “language.def” file which tells the game the name of the localization as well as the font set to use.

example language.def:


language=French
fonts=FR
author=John Smith
version=v1.1.0.0

The name given in the language field is what shows up in in game options. Community localizations appear as “community_French” for example in the language selection box in game options.

Localizing DLC

Beginning with the release of the Forgotten Gods expansion (v1.1.0.0), the zip file format has changed to include two subdirectories, “fg” (Forgotten Gods), and “aom” (Ashes of Malmouth). Translation files specific to these expansions should appear in these subfolders, and the game will load them appropriately when the expansions are present. This change has been made to allow translations for the base game and expansions to be contained within a single zip file.

Currently the following font sets are available:

“CS” - Czech
“DE” - German
“EL” - Greek
“ES” - Spanish
“FR” - French
“HU” - Hungarian
“IT” - Italian
“KO” - Korean
“NL” - Dutch
“PL” - Polish
“RU” - Russian
“ZH” - Chinese
“SK” - Slovak
“PT” - Portuguese
“BG” - Bulgarian
“JA” - Japanese
“VI” - Vietnamese
“TH” - Thai
“TR” - Turkish

If you are working on a localization and require a font set for a different language, please PM me the request along with a link to the unicode alphabet for your desired language.

Item Localization

Gender Support

If you want to make use of gender support, you need to edit tagItemNameOrder (it’s the first tag in “tags_items.txt”) to use ‘a’ instead of ‘s’ for the genderized parameters, and specify the index of the parameter which contains the item gender to use for the item.

for example (genderized prefix/quality/style/suffix, with gender chosen by name)


tagItemNameOrder={%_3a0}{%_3a1}{%_3a2}{%_s3}{%_3a4}

Gender codes would then be given to each tag representing an item name. The code present in the name is then used to pick from the genders supplied in other tags.

for example, a masculine singular object would be defined as follows:


tagSword=[ms]Sword

and a genderized suffix would be defined:


tagSuffixPower=[ms]Power[fs]etc[ns]etc

Recognized gender codes are:


[ms] Masculine Singular
[fs] Feminine Singular
[ns] Neuter Singular
[mp] Masculine Plural
[fp] Feminine Plural
[np] Neuter Plural

Reorder All Item Names

If you want to change the order in which item names are built for all items (from prefix/quality/style/name/suffix to some other order), you can change the parameter indexes around in tagItemNameOrder.

for example, name/quality/style/prefix/suffix (all items)


tagItemNameOrder={%_s3}{%_s1}{%_s2}{%_s0}{%_s4}

Recapitalize Item Names

If you want to recapitalize the item name string after it is created you can prepend ‘$’ to tagItemNameOrder. The string will be changed so that only the first letter is capitalized.


tagItemNameOrder=${%_s0}{%_s1}{%_s2}{%_s3}{%_s4}

“Godly Plate of the Whale” would become “Godly plate of the whale”.

If you want to mark a specific tag to prevent recapitalization you can prepend ‘$’ to the tag.


tagSuffixWhale=$the Whale

The item name would then become “Godly plate of the Whale”.

Individual Item Tag Reordering

If you require it, you can reorder only some tags, for example to move a certain prefix to the end of the item name, you can prepend reordering info to the tags.

The code is |X where X is from 1 to 9 indicating the new location relative to the locations of other tags.


tagPrefixToBecomeSuffix=|1Warrior's

Tags without reordering info set are considered to have ‘|0’. The tags making up the item name are then sorted in order of their indexes and the item name is created.

In this case, Warrior’s would be moved to the end of the string since all other tags aren’t reordered.

Conversation Localization

Gender of Target

You can change npc speech in conversations based on the gender of the target the npc is talking to (usually the player) using gender tags.

Hello [[ms]sir[fs]madam], how are you today?

Support for Scriptio Continua

If your language uses scriptio continua and you are encountering text wrapping issues in conversations, add the line “wordmode=false” to your language.def file.

Questions?

If you have game related issues with your translation you can post in this thread for help.

Thanks to the community localizers for their effort!

community_english_1170_052220.zip (1.2 MB)

4 Likes

Hello Rhis,

Thanks for the new datas!

Here are the dates that are changing:
community_english_1170_052220.zip\aom
community_english_1170_052220.zip\aom\npc_inquisitorcreed_01.txt
community_english_1170_052220.zip\aom\npc_zealot_emissary.txt
community_english_1170_052220.zip\aom\tagsgdx1_items.txt
community_english_1170_052220.zip\aom\tagsgdx1_storyelements.txt
community_english_1170_052220.zip\aom\tagsgdx1_ui.txt
community_english_1170_052220.zip\fg
community_english_1170_052220.zip\fg\tagsgdx2_achievements.txt
community_english_1170_052220.zip\fg\tagsgdx2_items.txt
community_english_1170_052220.zip\language.def
community_english_1170_052220.zip\npc_inquisitorcreed_01.txt
community_english_1170_052220.zip\tags_items.txt
community_english_1170_052220.zip\tags_skills.txt
community_english_1170_052220.zip\tags_tutorial.txt
community_english_1170_052220.zip\tags_ui.txt
community_english_1170_052220.zip\tags_uimain.txt

2 Likes

Note, the following line has been changed but is not reflected in the translation pack:

tagGDX1Class08SkillDescription01D=Necromancers well versed in the whispers of death can force the chill of the grave upon their unwilling victims, slowing their actions.

1 Like

Hi, I found some little difference between game files and this translation pack:

Hello, has anyone managed to translate to Portuguese in patch 1.1.7.0?

Thank you. In the previous patch there was, but with the update, it disappeared.

When there is a patch, the game deliberately reverts to English until the various communities update their translations. All you can do hope they’ll get the translation done.

While waiting for new translation pack, you can continue using the old one by following these steps:

  • Locate the portuguese translation zip file in Grim Dawn/localization/
  • Open “community_portuguese” zip file
  • Open the “language.def” file inside it with Notepad
  • Change the version number to v1.1.7.0 (Version=v1.1.7.0)
  • Save it and update the zip file.

However, new major contents in v1.1.7.0 like some new MI items will get “missing tags” error or won’t display properly because they aren’t included in the old translation pack.

^^ And that is the point why you should’nt to this!

It doesn’t matter for items, but missing or wrong quest dialoag can cause serious problems!

If so, then you should compare the old with the new English data and add the missing data (lines) “in English”! So you have a bilingual file, but there shouldn’t be any problems.

1 Like

Yes. This is just a temporary solution.
But I noticed that there is no significant change in NPC dialogues between v1.1.6.2 and v1.1.7.0, so I think it’s safe to do that.

There are some changes, see here Community Localizations (v1.1.7.0) … in aom and GD!

The game version on Steam is now 1.1.7.1. Are there any changes to localization files in v1.1.7.1?