mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +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.
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"id": "turtle",
|
|
"name": "Turtle WoW",
|
|
"shortName": "Turtle",
|
|
"version": { "major": 1, "minor": 18, "patch": 0 },
|
|
"build": 7234,
|
|
"worldBuild": 5875,
|
|
"protocolVersion": 3,
|
|
"os": "Win",
|
|
"locale": "enGB",
|
|
"maxLevel": 60,
|
|
"races": [1, 2, 3, 4, 5, 6, 7, 8],
|
|
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11],
|
|
"assetManifest": "overlay/manifest.json"
|
|
|
|
}
|