mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
Markdown counterpart to --export-project-html. Generates a README.md indexing every zone with counts + bake/viewer/doc artifact status. GitHub renders it natively at the project root: wowee_editor --export-project-md custom_zones # Wowee Project — Zone Index *Auto-generated. 2 zone(s) discovered in `custom_zones`.* ## Summary | Metric | Total | |---|---:| | Zones | 2 | | Tiles | 2 | | Creatures | 2 | | ... ## Zones | Zone | Tiles | Creatures | Objects | Quests | Bake | Viewer | Docs | |---|---:|---:|---:|---:|:---:|:---:|:---:| | Desert | 1 | 1 | 1 | 1 | — | — | — | | [Forest](Forest/ZONE.md) | 1 | 1 | 1 | 1 | ✓ | [view](Forest/Forest.html) | [md](Forest/ZONE.md) | Per-zone row links to its ZONE.md (if --export-zone-summary-md was run) and its HTML viewer (if --export-zone-html was run). The Bake column shows ✓ if .glb exists. Status columns make it instantly visible which zones are bake-ready vs documentation-only. Pairs with --export-project-html (interactive viewer index) — same data, different presentation: HTML for browsers, Markdown for GitHub Pages READMEs and PR descriptions. Verified on a 2-zone project where one zone had been baked + viewer-exported + doc-exported and the other hadn't: README.md correctly shows ✓/links for the baked zone, em-dashes for the unbaked one. |
||
|---|---|---|
| .. | ||
| 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 | ||