An application for listing/extracting content from Ren'py archives written in Rust.
Inspired by the rpaextract tool by Kaskadee but 18x faster and more portable.
List/extract content from Ren'py (.rpa) archives
Usage: rspa [OPTIONS] --archive <ARCHIVE>
Options:
-f, --archive <ARCHIVE> Path to the Ren'py (.rpa) archive
-l, --list List all files in the archive
-x, --extract Extract all files from the archive
-o, --output <OUTPUT> Output directory (extract only)
-q, --quiet Suppress output
-v, --verbose Verbose output
-h, --help Print help
-V, --version Print version