feat(editor): open terrain format integrated into export workflow

- File > Export Open Format (.wot/.whm) menu item for standalone export
- Every zone export (Ctrl+S, Export Zone) now also writes .wot/.whm
  alongside the ADT/WDT — dual format output
- Export package now contains: ADT + WDT + WOT + WHM + JSON files
- Both Blizzard-compatible (for existing servers) and open format
  (for wowee-native loading and redistribution)
This commit is contained in:
Kelsi 2026-05-05 09:34:49 -07:00
parent 7177463df1
commit c28d3f8a99
3 changed files with 19 additions and 0 deletions

View file

@ -37,6 +37,7 @@ public:
void exportZone(const std::string& outputDir);
void quickSave();
void exportContentPack(const std::string& destPath);
void exportOpenFormat(const std::string& basePath);
void requestQuit();
void resetCamera();