Category:World of Warcraft WDB Files
From Source Peek Wiki
Contents |
[edit]
Header
The header is 20 bytes in length and consists of 5 fields.
| Column | Field | Type | Notes |
|---|---|---|---|
| 1 | Signature | String | 4-byte string identifying the file (reversed!) |
| 2 | Version | Integer | 4-byte integer identifying the client version |
| 3 | Language | String | 4-byte string identifying the language (reversed!) |
| 4 | Row Length | Integer | Something to do with row length, there is no consistent way of retrieving it as of yet. |
| 5 | Unknown | Integer | 4-bytes |
The string's in the header differ from strings in the data, they're not terminated by a NULL character but are instead locked at 4-bytes.
[edit]
Entries
Each entry in a WDB consists of a 4 byte unique ID followed by a 4 byte integer which determines the length (in bytes) of the entry.
[edit]
End of file
Each WDB file ends with 8 0x00 Bytes
[edit]
Signatures
| File | Signature |
|---|---|
| CreatureCache.wdb | WMOB |
| GameObjectCache.wdb | WGOB |
| QuestCache.wdb | WQST |
| ItemCache.wdb | WIDB |
| ItemNameCache.wdb | WNDB |
| ItemTextCache.wdb | WITX |
| NPCCache.wdb | WNPC |
| PageTextCache.wdb | WPTX |
| WOWCache.wdb | WRDN |
[edit]
Language
| Locale | Notes |
|---|---|
| enUS | English, enGB and enUS |
| krKR | Korean |
| frFR | French |
| deDE | German |
| zhCN | Simplified Chinese, zhCN and enCN |
| zhTW | Taiwanese, zhTW and enTW |
| esES | Spanish |
| ruRU | Russian |
Articles in category "World of Warcraft WDB Files"
There are 8 articles in this category.
CG |
I |
NPQ |
