MoPaQ
From Just Solve the File Format Problem
(Difference between revisions)
(samples) |
|||
| Line 6: | Line 6: | ||
The MoPaQ format (.MPQ) files are proprietary game containers used by Blizzard Entertainment for their games including Warcraft 3 and World of Warcraft. They are used to contain many of the game assets that are needed by the game at runtime. | The MoPaQ format (.MPQ) files are proprietary game containers used by Blizzard Entertainment for their games including Warcraft 3 and World of Warcraft. They are used to contain many of the game assets that are needed by the game at runtime. | ||
| + | |||
| + | == Specifications == | ||
| + | * http://www.zezula.net/en/mpq/mpqformat.html | ||
| + | * [https://github.com/ladislav-zezula/StormLib/blob/master/doc/The%20MoPaQ%20File%20Format%201.0.txt The MoPaQ Archive Format v1.0] | ||
| + | * https://wowdev.wiki/MPQ | ||
| + | * [{{DexvertbinblobURL|vibeExtract/mpq/mpq.txt}} vibeExtract:mpq/mpq.txt] | ||
| + | |||
| + | == Software == | ||
| + | * [{{DexvertbintreeURL|vibeExtract/mpq}} vibeExtract:mpq] | ||
== Sample files == | == Sample files == | ||
| Line 11: | Line 20: | ||
== Links == | == Links == | ||
| − | |||
| − | |||
| − | |||
* [[Wikipedia: MPQ (file format)]] | * [[Wikipedia: MPQ (file format)]] | ||
[[Category:Blizzard]] | [[Category:Blizzard]] | ||
Latest revision as of 18:32, 24 July 2026
The MoPaQ format (.MPQ) files are proprietary game containers used by Blizzard Entertainment for their games including Warcraft 3 and World of Warcraft. They are used to contain many of the game assets that are needed by the game at runtime.
Contents |
[edit] Specifications
- http://www.zezula.net/en/mpq/mpqformat.html
- The MoPaQ Archive Format v1.0
- https://wowdev.wiki/MPQ
- vibeExtract:mpq/mpq.txt