Skip to main content

Module parser

Module parser 

Source
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 .s2 parsing.

Functions§

parse_s2
Parse a complete .s2 file from a byte slice.
parse_s2_file
Load a .s2 file from disk and parse it.

Type Aliases§

S2Result
Specialized result type for .s2 parsing.