RPGM Archive Decrypter is a RPG Maker Decrypter rewrite in Rust (BLAZINGLY FAST 🔥). It can be used to extract encrypted archives of RPG Maker XP/VX/VXAce game engines. It is faster and lighter than RPG Maker Decrypter, and also has NO requirements to run, except a working PC.
And also features much more cleaner code!
Get required binaries in Releases section.
One with .exe
extension is for Windows, without it - is for Linux.
Call rpgmad -h
for help.
A tool to extract encrypted .rgss RPG Maker archives.
Usage: rpgmad.exe [OPTIONS]
Options:
-i, --input-file <input-path>
Path to the .rgss file.
-o, --output-dir <output-path>
Path to put output files.
-f, --force
Forcefully overwrite existing Data, Graphics and other files.
-h, --help
Prints the help message.
For example, to extract archive to same same directory where it exists:
rpgmad C:/RPGMakerGame/Archive.rgssad
.
You can recongnize archives by their extensions: rgssad
, rgss2a
, rgss3a
.
Full-featured GUI will maybe come out someday. Not sure in a relevancy.
Requirements: rustup
with installed Rust toolchain, linker (gcc
, llvm
or msvc
).
Clone the repository and compile with cargo b -r
.
I'm not really skilled in tests, but the validity of output files is tested the following ways:
- Of images, using image viewers.
- Of rx/rvdata files, using rvpacker-txt-rs.
As long as these tests succesful, there shouldn't be any bugs.
Project is licensed under WTFPL.