Your extensible maple data manager.
Supports:
- deMSwZ-style WZ processing, ignoring WZ package key
- WZ package key bruteforcing for WZ files that use a version number as package key (all official ones)
- Unpacking WZ files to IMG files
- On-the-fly WZ encryption detection (GMS, SEA and no-op)
- Image
_inlink
and_outlink
s - Image decompression
- A4R4G4B4, RGB565, ARGB32, DXT3, DXT5 images
- Tiled images (MagLevel > 0)
- External scripts written in C#
- Animation of nodes (eg. attack node of a mob)
- Exporting animations to GIF
- NPC scripts text processing (formatting) and explanations
Does not support:
- Saving .img files back to disk (TODO)
- Sounds
- ASCII Property nodes
As we include AnimatedGif through a submodule, we need to check out. You can do it directly through:
git clone --recursive git@github.com:diamondo25/MapleManager.git
Or manually after cloning:
git submodule update --init