wizwad.cr

A fast extractor and packer for wizard101/pirate101 wad files

wizwad (Crystal)

A fast extractor and packer for Wizard101/Pirate101 WAD files, rewritten in Crystal.

Build

shards build

CLI usage

# extract a wad
./bin/wizwad extract path/to/Wad.wad directory/to/extract/to/

# list files in a wad
./bin/wizwad list path/to/Wad.wad

# pack a directory into a wad
./bin/wizwad pack path/to/Wad.wad directory/to/pack

Library usage

require "./src/wizwad"

wad = Wizwad::Archive.new("path/to/Wad.wad")
pp wad.read("name/of/file")
Repository

wizwad.cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 3 hours ago
  • April 22, 2026
License

Links
Synced at

Wed, 22 Apr 2026 10:43:41 GMT

Languages