Module: MPQ

Defined in:
lib/mpq.rb,
lib/jsonish.rb,
lib/replay_file.rb

Overview

MPQ files store some data in a serialized format that’s strikingly similar to JSON, so I’ve called it JSONish. It’s a fairly simple format, documented at github.com/GraylinKim/sc2reader/wiki/serialized.data and at teamliquid.net/forum/viewmessage.php?topic_id=117260&currentpage=3#45.

Defined Under Namespace

Modules: Hashing, JSONish Classes: Archive, ArchiveHeader, BlockTableEntry, HashTableEntry, SC2ReplayFile, UserHeader