mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
Diff family is now exhaustively complete across every shippable format: --diff-wcp archive --diff-zone unpacked zone dir --diff-glb glTF binary --diff-wom WOM model --diff-wob WOB building --diff-whm WHM/WOT terrain pair --diff-woc WOC collision --diff-jsondbc JSON DBC sidecar <- new Schema-level compare: - format tag - source filename - recordCount + fieldCount (header values) - actualRecs (records[] array length) Useful for catching schema regressions when a sidecar is regenerated by a different tool version, or for verifying a --migrate-jsondbc pass actually changed what it claimed. Verified: same file vs itself reports IDENTICAL exit 0; 2-record vs 3-record (with same format/source/fieldCount) reports 2 DIFFs (recordCount + actualRecs) with exit 1. |
||
|---|---|---|
| .. | ||
| 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 | ||