Skip to content

TextResource

A TextResource contains a collection of Text resources, possibly nested in one or more child TextResources.

TextResource structure

Name Type Description
header ThorResourceHeader
??? int32 Revelation's code appears to ignore this field. Never observed to be anything other than 0x1.
blip Blip Root blip.

Blip structure

Under the hood a Blip is really just a TextResource without header and the unknown int32.

Name Type
nTexts int32
nGroups int32
texts BlipText[nTexts]
groups BlipGroup[nGroups]

BlipText structure

Name Type Description
resName BasicString Text resource name.
text Text

BlipGroup structure

Name Type Description
resName BasicString TextResource resource name.
group Blip