Skip to content

Instantly share code, notes, and snippets.

@AzureDVBB
AzureDVBB / dungeondraft_unpacker.py
Last active May 6, 2021 21:42
A commented version of the python dungeondraft unpacker this link (with minor improvements): https://www.reddit.com/r/dungeondraft/comments/gjvlud/python_script_to_unpack_dungeondraft_pack_assets/
# source: https://www.reddit.com/r/dungeondraft/comments/gjvlud/python_script_to_unpack_dungeondraft_pack_assets/
# dungeondraft_pack-unpacker.py
# version 0.1
# Based upon: https://github.com/tehskai/godot-unpacker
import sys
import os
import pathlib
import mmap