mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
Round out the tile lifecycle CLI. --add-tile shipped earlier; these are the symmetric counterparts: wowee_editor --list-tiles custom_zones/MyZone wowee_editor --list-tiles custom_zones/MyZone --json wowee_editor --remove-tile custom_zones/MyZone 31 30 --list-tiles: shows tile coords AND on-disk presence of .whm/.wot/.woc per tile, so you can spot manifest-vs-disk drift before pack-wcp would complain. JSON mode emits per-tile records for programmatic checks. --remove-tile: drops the manifest entry AND deletes the .whm/.wot/.woc files for that tile so the zone stays consistent (no orphan sidecars). Refuses to remove the last tile — server module gen and pack-wcp both expect at least one, so a zero-tile zone would just be a footgun. Use 'rm -rf custom_zones/X/' for total removal. Verified end-to-end: scaffolded zone, added 2 more tiles, built WOC on one. --list-tiles shows 3 tiles with correct file presence (y/y/y on the built one, y/y/- on the others). Removed (31, 30) — 2 files deleted, 2 tiles remaining. Tried removing last tile after dropping to 1: correctly refused 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 | ||