mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
docs(editor): add WHM version info and total size to FORMAT_SPEC
This commit is contained in:
parent
60048c0ee4
commit
539de3f5b0
1 changed files with 2 additions and 0 deletions
|
|
@ -10,7 +10,9 @@ Novel file formats for custom WoW zone content. No Blizzard IP.
|
|||
## WHM — Wowee HeightMap (binary)
|
||||
- Extension: `.whm`
|
||||
- Magic: `WHM1` (0x314D4857)
|
||||
- Version: 1 (embedded in magic — WHM2 for future revisions)
|
||||
- Layout: magic(4) + chunks(4) + vertsPerChunk(4) + [baseHeight(4) + heights[145](580)] × 256
|
||||
- Total size: 12 + 256 × 584 = 149,516 bytes
|
||||
|
||||
## WOM — Wowee Open Model (binary)
|
||||
- Extension: `.wom`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue