KyouinDev / corpse-tools

A tool to extract/replace text in a readable way for Corpse Party games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corpse Tools

Extract and replace text in a readable way for Corpse Party games.

How to use

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.

Supported games

  • Corpse Party: Book of Shadows (2018, PC)
  • Corpse Party: Sweet Sachiko's Hysteric Birthday Bash (2019, PC)

Latest changelog

0.1.5

  • Optimized a few things.
  • Updated Dart version.
  • Fixed repository url.

About

A tool to extract/replace text in a readable way for Corpse Party games.

License:GNU General Public License v3.0


Languages

Language:Dart 83.8%Language:Python 16.2%