BROWSE.TXT

From OHRRPGCE-Wiki
Jump to: navigation, search

BROWSE.TXT (which sadly and ironically is NOT a plain text file) contains the long name of the game, and the author's "about" line.

BROWSE.TXT is a fixed-length binary file. Each record is 40 bytes long, and there are always exactly two records. The first 40 bytes is the long name, the next 40 bytes is the About-line. The first two bytes of each record are the length of the string. The remaining 38 bytes contain the string. The string is not terminated by anything, and the data beyond its end is uninitialised, and is sure to contain garbage.

Formal Specs[edit]

About Formal Specs

Data Meaning
VSTR (1i 38b) Long name of game
VSTR (1i 38b) About line of game