mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
Mirrors --info-extract --json. Schema:
{
"zone": "custom_zones/Foo",
"score": 3, "maxScore": 7,
"formats": "WOT WHM zone.json ",
"wot": { "present": true, "count": 1, "valid": true },
"whm": { "present": true, "count": 1, "valid": true },
"wom": { "present": false, "count": 0, "valid": false },
"wob": { ... },
"woc": { ... },
"png": { "present": true, "count": 12 },
"zoneJson": true,
"creatures": false, "quests": false, "objects": false
}
Exit code is still 0 if score == 7 (full open coverage), 1 otherwise,
so CI gates work the same way:
if ! wowee_editor --validate "$zone" --json | jq -e '.score == 7'; then
echo "zone incomplete"; exit 1
fi
|
||
|---|---|---|
| .. | ||
| 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 | ||