Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 516 Bytes

EastwardLocaleExtractor

Tool that Extracts .locale_pack files from video game 'Eastward', converts them to json files and vice versa.

Download

All releases can be found at here.

How to use

  • -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