wow-alchemy CLI
Unified command-line tool for working with World of Warcraft file formats.
Installation
From crates.io
# Install with all features
# Or install with specific features only
From Source
# Clone the repository
# Build with all features
# Or build with specific features only
# The binary will be at target/release/wow-alchemy
Using Cargo Install (Local)
# Install with all formats
# Or with specific formats only
Usage
The wow-alchemy CLI provides subcommands for each supported file format:
Available Formats
dbcblpm2wmoadtwdtwdl
Global Options
-v, --verbose- Increase verbosity (can be repeated)-q, --quiet- Suppress all output except errors--help- Show help for any command
Shell Completions
Generate shell completions for your shell:
# Bash
# Zsh
# Fish
# PowerShell
Features
The CLI can be built with different feature flags to include only the formats you need:
dbc- DBC database supportblp- BLP texture supportm2- M2 model supportwmo- WMO object supportadt- ADT terrain supportwdt- WDT map supportwdl- WDL world support
Development
See the main wow-alchemy repository for development information.