mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 01:53:52 +00:00
Composes the four bulk converters into a single one-shot migration of an extracted Data tree. Runs --convert-m2-batch → --convert-wmo- batch → --convert-blp-batch → --convert-dbc-batch in order, streams each step's full output through, then emits an aggregate summary with per-step PASS/FAIL. The headline open-format command: point it at a freshly extracted Data dir and every .m2/.wmo/.blp/.dbc gets converted to its open counterpart in one call. Idempotent — re-running on a partially- migrated tree just re-attempts the originals (sidecars are deterministic). Verified: 4-format synthetic tree → all four sub-batches dispatched, aggregate summary correctly reports per-step rc, exit 1 when any sub-converter reports failures (verified with true exit code, not shell pipeline gotcha). Brings command count to 187. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||