mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
Extracts each expansion's assets as a CRC-compared overlay against a base manifest, storing only files that differ. Auto-detects overlay mode when a base manifest already exists. Adds --as-overlay, --full-base flags and manifest merge for partial extractions.
13 lines
321 B
JSON
13 lines
321 B
JSON
{
|
|
"id": "tbc",
|
|
"name": "The Burning Crusade",
|
|
"shortName": "TBC",
|
|
"version": { "major": 2, "minor": 4, "patch": 3 },
|
|
"build": 8606,
|
|
"protocolVersion": 5,
|
|
"maxLevel": 70,
|
|
"races": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11],
|
|
"classes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11],
|
|
"assetManifest": "overlay/manifest.json"
|
|
|
|
}
|