Skip to content

Instantly share code, notes, and snippets.

@requiredinformation
requiredinformation / mvunpack.py
Last active June 10, 2023 12:23
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