Crates.io | ceres-mpq |
lib.rs | ceres-mpq |
version | 0.1.9 |
source | src |
created_at | 2019-08-15 05:16:48.806242 |
updated_at | 2020-03-06 21:56:42.085115 |
description | A pure-rust implementation of a MoPaQ archive reader and writer |
homepage | |
repository | https://github.com/ElusiveMori/ceres-mpq |
max_upload_size | |
id | 156957 |
size | 57,312 |
ceres-mpq
is a pure-Rust implementation of a reader/writer for Blizzard's proprietary MoPaQ (MPQ) archive format.
The intended use-case for this library is to be used for reading and writing Warcraft III map files, which in themselves are MPQ archives. Since Warcraft III only uses Version 1 of the format, no effort is made here to support newer features found in MPQ files in other games.
For more details and the list of supported/unsupported features, please refer to the top-level library documentation.
There is a command-line utility for reading, viewing, and writing MPQ files, which you can find here: ceres-mpqtool