Darklands city descriptions

Files with this format: "darkland.dsc".

Contains descriptions of the cities.

Table of Contents

Offsets

starting at 0x00

Offsets

Offset: starting at 0x00

0x00: num_cities: byte = 0x5e
Number of cities.
  • Note: this value is WRONG! It should be 0x5c (92), which is the number of cities defined in darkland.loc. This would seem to imply that the game ignores this value.
0x01: city_descriptions: array[ 92 ] of string(80)
Long descriptions of the cities.
  • TODO: verify: The order of cities here matches the order in cities (found in darkland.cty).