Skip to content

Instantly share code, notes, and snippets.

@opparco
opparco / mvunpack.py
Last active April 2, 2017 13:08 — forked from requiredinformation/mvunpack.py
Quick and dirty RPGMaker MV asset decryptor (decrypts www/img/*.rpgmvp and www/audio/*.rpgmvo)
#!/usr/bin/env python3
import glob
import json
import sys
import shutil
import os
#this might change, not sure, but probably not since 16 is a great number
HEADER_LENGTH = 16