mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 19:13:52 +00:00
Dual encoding for all 4 WMSP enums (realmType / realmCategory / expansion / population) on import — each accepts int OR token string. New readEnumField helper template factors out the int-or-token coercion logic so the 4 enums share one parser body instead of repeating the same 12-line pattern four times. Helper reports the field label + entry id on parse failure so the operator knows exactly which token broke. Export adds a derived versionString "x.y.z" convenience field alongside the three uint8 components — purely informational, ignored on import (the int components are authoritative). gmOnly accepts bool OR int. All 3 presets (single/cluster/multi-expansion) byte- identical roundtrip OK. Token-form import smoke-tested with rppvp + beta + tbc + high (all 4 enums as strings in the same entry). CLI flag count 1124 -> 1126. |
||
|---|---|---|
| .. | ||
| 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 | ||