An open API service indexing awesome lists of open source software.

https://github.com/vriskaserket51/eastwardlocaleextractor

Tool that Extracts .locale_pack files from video game 'Eastward', and converts them to json files.
https://github.com/vriskaserket51/eastwardlocaleextractor

asset-extraction video-game

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/VriskaSerket51/EastwardLocaleExtractor/releases).

## 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`