# wow_dbc **Repository Path**: qf2008/wow_dbc ## Basic Information - **Project Name**: wow_dbc - **Description**: 英文版的DBC - **Primary Language**: 其他 - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-19 - **Last Updated**: 2026-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `wow_dbc` World of Warcraft 1.12 (vanilla), 2.4.3 (The Burning Crusade), and 3.3.5 (Wrath of the Lich King) [DBC (DatabaseClient)](https://wowdev.wiki/DBC) parser library. Auto generated from the `.xml` files found in `rxml/xml/`, these are taken from [the Ember private server project](https://github.com/EmberEmu/Ember/tree/development/dbcs) with permission and autogenerated from `.dbd` files from [WoWDBDefs](https://github.com/wowdev/WoWDBDefs). The project is split into the subdirectories: * `rxml`: Auto generates the definitions from the `.xml` files in `rxml/xml`. Run `cargo gen` to generate libraries. * `wow_dbc`: Rust library for the DBC reading and writing. [On crates.io](https://crates.io/crates/wow_dbc) and [docs.rs](https://docs.rs/wow_dbc/latest/wow_dbc/). * `wow_dbc_converter`: Executable that converts DBC files to SQLite databases (Vanilla, TBC and Wrath supported). ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ## Contribution 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.