mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
Last two inspectors to gain --json mode. Schemas show off the
nested structure these commands surface (chunk counts, audio
sub-object, tile array):
--info-wot → { base, tileX, tileY,
chunks: { withHeightmap, withLayers, withWater },
textures, doodads, wmos, heightMin, heightMax }
--info-zone → { file, mapName, displayName, mapId, biome, baseHeight,
hasCreatures, description, tiles: [[x,y], ...],
flags: { allowFlying, pvpEnabled, isIndoor, isSanctuary },
audio?: { music, musicVolume, ambienceDay,
ambienceVolume, ambienceNight } }
Every CLI inspector in the wowee_editor binary now supports --json.
Total: 14 commands with machine-readable output (extract/zone/wcp
inspectors, validate, diff-wcp, list-zones, info-wom/wob/woc/wot/
zone/creatures/objects/quests, zone-summary).
|
||
|---|---|---|
| .. | ||
| adt_writer.cpp | ||
| adt_writer.hpp | ||
| asset_browser.cpp | ||
| asset_browser.hpp | ||
| content_pack.cpp | ||
| content_pack.hpp | ||
| dbc_exporter.cpp | ||
| dbc_exporter.hpp | ||
| editor_app.cpp | ||
| editor_app.hpp | ||
| editor_brush.cpp | ||
| editor_brush.hpp | ||
| editor_camera.cpp | ||
| editor_camera.hpp | ||
| editor_history.cpp | ||
| editor_history.hpp | ||
| editor_markers.cpp | ||
| editor_markers.hpp | ||
| editor_project.cpp | ||
| editor_project.hpp | ||
| editor_ui.cpp | ||
| editor_ui.hpp | ||
| editor_viewport.cpp | ||
| editor_viewport.hpp | ||
| editor_water.cpp | ||
| editor_water.hpp | ||
| FORMAT_SPEC.md | ||
| main.cpp | ||
| npc_presets.cpp | ||
| npc_presets.hpp | ||
| npc_spawner.cpp | ||
| npc_spawner.hpp | ||
| object_placer.cpp | ||
| object_placer.hpp | ||
| quest_editor.cpp | ||
| quest_editor.hpp | ||
| server_module_gen.cpp | ||
| server_module_gen.hpp | ||
| sql_exporter.cpp | ||
| sql_exporter.hpp | ||
| stb_image_impl.cpp | ||
| terrain_biomes.hpp | ||
| terrain_editor.cpp | ||
| terrain_editor.hpp | ||
| texture_exporter.cpp | ||
| texture_exporter.hpp | ||
| texture_painter.cpp | ||
| texture_painter.hpp | ||
| transform_gizmo.cpp | ||
| transform_gizmo.hpp | ||
| wowee_terrain.cpp | ||
| wowee_terrain.hpp | ||
| zone_manifest.cpp | ||
| zone_manifest.hpp | ||