Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.32 KB

mages-tools

Cross-platform MAGES. engine Modding tools.

Building

You'd need cmake and a C++20 compliant compiler to build the tools.

mkdir build
cd build
cmake ..
cmake --build .

Download

You can download the latest release from the releases page

(Un)packers

These tools are designed to be used from the command line, with the following syntax:

  • unpacking: <toolname> -i <input packed file> -o <output directory for unpacked files>
  • repacking: <toolname> -r <output repacked file> -o <input directory for unpacked files>

Probably general-purpose, fast CriWare CPK file packer/unpacker.

Applicable games

  • Chaos;Head Noah (Steam)

Untested games

  • Steins;Gate 0 (PS3)

MAGES. package file packer/unpacker.

Applicable games

  • Steins;Gate (Steam)
  • Steins;Gate 0 (Steam)

Untested games

  • Chaos;Child (Steam)

References