Skip to content

Releases: Kaszanas/SC2MapLocaleExtractor

1.1.1 SC2MapLocaleExtractor Release

27 Aug 22:10
cf67990
Compare
Choose a tag to compare

SC2MapLocaleExtractor

  • Added English to English mapping capabilities

1.1.0 SC2MapLocaleExtractor Release

26 May 23:58
Compare
Choose a tag to compare

SC2MapLocaleExtractor

  • Added spdlog dependency
  • Expanded logging
  • More precise error handling

1.0.1 SC2MapLocaleExtractor Release

23 May 22:14
Compare
Choose a tag to compare

SC2MapLocaleExtractor

  • Added logging
  • Added error handling

Solved issues

#2

1.0.0 SC2MapLocaleExtractor Release

02 May 23:50
07ccb77
Compare
Choose a tag to compare

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