Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Use this tool to add new string records or edit existing ones from the string database or to collaborate with others on the same mod and synchronize your databases.

The Localized Strings Editor lists all the localized strings that are being stored in the string db. Users can filter the list by different categories. Users can also edit, add and delete strings from the database.

Localized Strings Editor displays only strings with keys.
These are the strings meant for more general usage.

Strings without keys are not displayed here as they are mostly attached to specific lines in scenes or hidden in the background of other systems. You can be find them via scripts and other systems which have a search functionality built in.


The main columns are needed to be set in order to create a new string and save it into the string database:

  • Key: The unique identifier that is used to reference the string value later.

  • Category: Helps to separate the strings into more understandable groups.

  • Value: The actual value of the text that will be featured in the game.

The string records are separated by numerous pages, where at the top toolbar it is possible to navigate between them.

Next to it there’s also an option called Show only modified strings which filters out only the string values that were created or modified by the mod project.


Import & Export strings

You can use the Localization String Editor’s file menu to import and export strings with the same format.

The Export option will export every modification from your local string DB to a .csv file. The file can then be imported by someone else to collaborate on the project and synchronize your database.

If you want to work on translating strings in tools such as Microsoft Excel, it’s also possible after you export the .csv file - however it is recommended to add new strings in REDkit.

12024-05-09_14-09.png

When collaborating on a mod, you need to make sure your strings ids will not collide with another person's string ids. Check this guide to find out more: HOW-TO: Use ID spaces for localization modding.

ae24b822-3d26-46e0-9425-eb0f335e4b75.png

  • No labels