Extract and replace text in a readable way for Corpse Party games.
extract-text -i <file-path>
Extract text from the given file. A .BIN file must be provided.
replace-text -o <file-path> -m <file-path>
Replace text of the original file with modified file.
The first parameter refers to the original .BIN file, while the second one to your modified .txt file.
Before replacing the text, a comparison check will be ran. This will check if any lines were changed,
or if there are some errors.
- Corpse Party: Book of Shadows (2018, PC)
- Corpse Party: Sweet Sachiko's Hysteric Birthday Bash (2019, PC)
- Optimized a few things.
- Updated Dart version.
- Fixed repository url.