Skip to content

Instantly share code, notes, and snippets.

@requiredinformation
requiredinformation / mvunpack.py
Last active May 30, 2026 14:06
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