Skip to content

mos9527/mages-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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