Skip to content

1.0.0 SC2MapLocaleExtractor Release

Compare
Choose a tag to compare
@Kaszanas Kaszanas released this 02 May 23:50
· 12 commits to master since this release
07ccb77

SC2MapLocaleExtractor

This is an initial release of SC2MapLocaleExtractor that allows to extract localization mapping from a directory containing .SC2Map files into a .json output.
The extraction is mapping foreign map names into English map names as follows: {"foreignMapName": "englishMapName"}

Sample output data

{
    "16 Bits LE": "16-Bit LE",
    "16 bits EC": "16-Bit LE",
    "16 bits EE": "16-Bit LE",
    "16 bits EJ": "16-Bit LE",
    "16 bitów ER": "16-Bit LE",
    "16 бит РВ": "16-Bit LE",
    "16位-天梯版": "16-Bit LE",
    "16位元 - 天梯版": "16-Bit LE",
    "16비트 - 래더": "16-Bit LE",
    "Akropol ER": "Acropolis LE",
    "Akropolis LE": "Acropolis LE",
    "Acropoli LE": "Acropolis LE",
    "Acropolis EC": "Acropolis LE",
    "Acrópole LE": "Acropolis LE",
    "Acrópolis EE": "Acropolis LE",
    "Acrópolis EJ": "Acropolis LE",
}

Usage

This tool works only on Windows x86 or x64.
If You decide to use this tool and You have the .exe binary either built or downloaded then following command line arguments are required to be used for this tool to work.

SC2MapLocaleExtractor.exe <input_directory> <output_filepath_with_filename>.json