Tool that Extracts .locale_pack files from video game 'Eastward', converts them to json files and vice versa.
All releases can be found at here.
- -i, --input_dir: Set Input Directory.
- -o, --output_dir: Set Output Directory.
- -m, --mode: Set Program mode. 1: Extract locale to json; 2: Compile json to locale
i.e.
./EastwardLocaleExtractor.exe -i "./locales" -o "./output" -m 1