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.
- Host: GitHub
- URL: https://github.com/vriskaserket51/eastwardlocaleextractor
- Owner: VriskaSerket51
- License: gpl-3.0
- Created: 2024-01-14T04:36:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T05:55:08.000Z (over 1 year ago)
- Last Synced: 2025-01-22T07:33:08.634Z (5 months ago)
- Topics: asset-extraction, video-game
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 localei.e.
`./EastwardLocaleExtractor.exe -i "./locales" -o "./output" -m 1`