Skip to content

nathaniel-daniel/rpgmxp-project

Repository files navigation

rpgxp-project

rpgm-tool

rpgm-tool is a CLI to read and write RPGMaker XP and VX game files. This includes rgssad and rxdata files. Currently, it is NOT capable of byte-for-byte round-tripping game files, but repacked files work normally in games. This is due to differences in compression and the fact that this library does not dedupe game assets as much as it needs to.

Usage

# Unpacking a game
rpgm-tool unpack path/to/game/dir unpacked

# Unpacking an rgssad
rpgm-tool unpack path/to/game/dir/Game.rgssad unpacked

# Packing a game
rpgm-tool pack unpacked path/to/new/dir

# Packing an rgssad
rpgm-tool pack unpacked path/to/new/dir/Game.rgssad

Notes

The following objects can be deduped inside an archive:

  • String (what cases?)
  • MoveCommands

Resources

Releases

No releases published

Packages

No packages published

Languages