mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 17:43:51 +00:00
Standalone post-extract pass: walks an existing extracted asset tree and writes open-format sidecars in place, without re-running MPQ extraction. asset_extract --upgrade-extract Data/expansions/wotlk Lets users with old extractions opt into the open-format pipeline without losing the extracted state. Implies --emit-open if no individual --emit-* flag is set. Verified end-to-end: created a hand-built DBC in a temp dir, ran --upgrade-extract, observed test.json appear with correct metadata. Servers continue to read .dbc from manifest; the runtime client picks up the new .json sidecar via the existing pickup path. |
||
|---|---|---|
| .. | ||
| extractor.cpp | ||
| extractor.hpp | ||
| main.cpp | ||
| manifest_writer.cpp | ||
| manifest_writer.hpp | ||
| open_format_emitter.cpp | ||
| open_format_emitter.hpp | ||
| path_mapper.cpp | ||
| path_mapper.hpp | ||