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
rpgmxp-tool unpack path/to/game/dir unpacked

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

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

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

Notes

The following objects can be deduped inside an archive:

  • String (what cases?)
  • MoveCommands

VX Ace Archive creation is untested. String encoding for vx data types does not use encodings.

Resources

About

A tool to edit RPGMaker XP game files

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages