Skip to content

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

License

Notifications You must be signed in to change notification settings

Azusagawa-it/a24_ebm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>