Skip to content

xzkmxd/MapleManager

 
 

Repository files navigation

MapleManager

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 _outlinks
  • 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

Checking out

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

Images

Main form NPC script explanation Texting NPC script processing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%