mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 03:23:51 +00:00
feat(editor): add WLDS JSON round-trip (export/import sidecar)
Closes the JSON round-trip gap on the loading screen catalog format shipped last batch. --export-wlds-json emits all 11 scalar fields plus a dual int + name form for expansionRequired so hand-edits can use either representation. --import-wlds-json accepts either form, defaulting minLevel to 1 and maxLevel to 80 when omitted (full level range). Verified byte-identical round-trip on all three preset emitters (starter / WotLK instances / raid intros with isWideAspect=1). 856 documented CLI flags.
This commit is contained in:
parent
07137acc89
commit
b1967c4453
3 changed files with 142 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ const char* const kArgRequired[] = {
|
|||
"--export-wrun-json", "--import-wrun-json",
|
||||
"--gen-lds", "--gen-lds-instances", "--gen-lds-raid",
|
||||
"--info-wlds", "--validate-wlds",
|
||||
"--export-wlds-json", "--import-wlds-json",
|
||||
"--gen-weather-temperate", "--gen-weather-arctic",
|
||||
"--gen-weather-desert", "--gen-weather-stormy",
|
||||
"--gen-zone-atmosphere",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue