Skip to content

Saints (DARKLAND.SNT)

Long text descriptions of all 136 saints, used in the in-game saint reference screen. Saint order matches DARKLAND.LST.

Extension
DARKLAND.SNT
Location
Game root
Byte order
Little-endian (16-bit)
Size
48,961 B — 1-byte count (136) + 136 × 360-byte null-padded description strings
Compression
None
Magic
None — num_saints byte = 136 at 0x00
Status
Documented
Source
Wendigo — darkland.snt.xml

Canonical source: darkland.snt.xml (Wendigo’s Darklands repo)

File Layout

Offset 0x00:  byte        num_saints = 136
Offset 0x01:  string[136] saint_descriptions  — fixed 360 bytes each

Each description is a fixed 360 byte (0x168) null-padded string.

Relationship to Other Files

FileSaint data
DARKLAND.LSTFull names (St.…), short names (S.…), definitive order
DARKLAND.SNTLong text descriptions (this file)
Save file +0x80160-bit bitmask per character; bit N = saint N is known

Confidence

Medium-high. Documented in darkland.snt.xml.