mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 01:53:52 +00:00
Companion to --migrate-data-tree. Walks <srcDir> recursively, counts files per format pair (.m2 vs .wom, .wmo vs .wob, .blp vs .png, .dbc vs .json), and reports per-pair counts plus an overall migration share — the fraction of source files that already have an open sidecar present. A "sidecar" is matched by parent dir + stem (case-insensitive ext), so the comparison is sound across nested trees. Orphan open files (present without a matching proprietary) are also reported — those are the candidates for keeping after stripping the originals. Designed to drop into CI dashboards: a 100% migration share means every proprietary asset has a deterministic open counterpart on disk and the originals are safe to delete. Verified on a mixed tree: 8 proprietary / 4 sidecars (50% share) correctly reported per pair, plus 1 orphan .json detected. Brings command count to 188. |
||
|---|---|---|
| .. | ||
| 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 | ||