feat(editor): Export Content Pack button in File menu

- File > Export Content Pack (.wcp) saves zone + packs into WCP archive
- Auto-saves zone first, then bundles into the novel WCP format
- WCP is a custom format unique to wowee (not MPQ, not CASC)
- Output: output/MapName.wcp ready for distribution
- Toast notification on success/failure
This commit is contained in:
Kelsi 2026-05-05 09:29:57 -07:00
parent 79ae91a6d5
commit be18ceea73
3 changed files with 23 additions and 0 deletions

View file

@ -36,6 +36,7 @@ public:
void saveWDT(const std::string& path);
void exportZone(const std::string& outputDir);
void quickSave();
void exportContentPack(const std::string& destPath);
void requestQuit();
void resetCamera();