# Extractor for RPG Maker VX Ace This is a script to extract files from RGP Maker VX Ace to a more human-readbale format. Specifically: - Extract files from `Game.rgss3a` - Convert rvdata2 files to JSON - Extract ruby code from `Data/Scripts.rvdata2` ## Usage ``` python3 rpg_extract.py /path/to/game/ ``` ## Warning This script can and will overwrite files. It is recommended to run it one a copy of the game folder. ## Prior Art - - - - -