A Rust library and CLI toolset for parsing, manipulating, and creating World of Warcraft binary files.
This project is a fork of https://github.com/wowemulation-dev/warcraft-rs/, thank you for the original author for the initial work done.
Todo...
Todo...
Pre-built binaries are available for Linux, macOS, and Windows, check the releases page.
# Install the CLI tool
cargo install wow-alchemy
# Add specific crates as dependencies
cargo add wow-alchemy-blp wow-alchemy-adtgit clone https://github.com/davidrios/wow-alchemy
cd wow-alchemy
cargo install --path wow-alchemyThis project is licensed under the Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This project represents the collective knowledge of the WoW modding community and is based on reverse engineering efforts. Blizzard Entertainment has not officially documented any formats handled by this project.