Summary
- AR, Arma3, OFP Stringtable Importer
- Stringtable Merge
Description
AR conf:
- The "Ingame CONF Stringtable Import (conf2st)" plugin converts internal game language .conf files into a localization.st file format.
- The localization.st file is created within the player's directory.
Arma3 xml:
- The "Arma3 XML Stringtable Import (xml2st)" plugin converts external Arma3 stringtable.xml files into a localization.st file format.
- The plugin supports the import of language files not currently supported in Arma Reforger, including Traditional Chinese (zh_tw), Turkish (tr_tr), and Hungarian (hu_hu).
- The localization.st file is created in place of the source file stringtable.xml.
OFP csv:
- The "OFP CSV Stringtable Import (csv2st)" plugin converts external OFP stringtable.csv files into a localization.st file format.
- The localization.st file is created in place of the source file stringtable.csv.
If the stringtable.csv is encoded in ANSI encoding, it needs to be converted to UTF-8 beforehand.
Arma3 xml & OFP csv:
- When importing external language files, such as Arma3's stringtable.xml and OFP's stringtable.csv, it will request access permissions. Accept this by clicking the "Yes to All" button.
Multi Stringtable:
- When the Multi Stringtable checkbox is selected, it creates localization.st files not only from the selected stringtable.xml or stringtable.csv files but also from all the stringtable files found in the subfolders.
Stringtable Merge (Source .st + Destination .st):
For the Same ID:
- It integrates the new language translations with the existing translations without overwriting them.
For Different ID:
- It fully adds the new ID and its associated translations to the merged file.
- The localization.st Merged file is created within the player's directory.
Multi Merge:
If the Multi Merge checkbox is checked, it will not only merge the selected localization.st files but also:
MergeMatchingDirs: Merges all localization.st files located in subdirectories with the same name.
MergeDirFilesToSrc: Appends all localization.st files found in subdirectories at the Destination location to the localization.st file specified in the Source.
License
Arma Public License (APL)