ceres-mpq

Crates.ioceres-mpq
lib.rsceres-mpq
version0.1.9
sourcesrc
created_at2019-08-15 05:16:48.806242
updated_at2020-03-06 21:56:42.085115
descriptionA pure-rust implementation of a MoPaQ archive reader and writer
homepage
repositoryhttps://github.com/ElusiveMori/ceres-mpq
max_upload_size
id156957
size57,312
mori (ElusiveMori)

documentation

README

About

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.

Command-line

There is a command-line utility for reading, viewing, and writing MPQ files, which you can find here: ceres-mpqtool

Commit count: 50

cargo fmt