Expand description
Binary parser for Stranded II .s2 map files.
Authoritative reference: original-source/source/includes/e_save_map.bb
— the actual Blitz3D save routine. The .s2-map-format.md doc has several
errors; the source is the source of truth.
Enums§
- S2Error
- Errors that can occur during
.s2parsing.
Functions§
- parse_
s2 - Parse a complete
.s2file from a byte slice. - parse_
s2_ file - Load a
.s2file from disk and parse it.
Type Aliases§
- S2Result
- Specialized result type for
.s2parsing.