Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 371 Bytes

a24_ebm

Simple tool for extracting/repacking text from Ryza 3 (A24) EBM files

Usage

Build:

npm i
npm run build

Extracting Text:

node dist/index.js --extract-strings <ABSOLUTE_PATH_TO_EBM_FILE>

Repacking Text:

node dist/index.js --replace-strings <ABSOLUTE_PATH_TO_EBM_FILE> <ABSOLUTE_PATH_TO_EXTRACTED_STRINGS_FILE>