Difference between revisions of "Zone Developer Subfile"
Jump to navigation
Jump to search
(Created page with "This page pertains to the format of the '''Zone Developer''' Subfile within Savegame files. This file has Type ID '''0x498f9b01'''. This particular subfile was decoded by...") |
|||
Line 8: | Line 8: | ||
DWORD CRC | DWORD CRC | ||
DWORD Memory address | DWORD Memory address | ||
− | DWORD Major version | + | DWORD Major version (0x0001) |
DWORD City width in tiles (64, 128 or 256) | DWORD City width in tiles (64, 128 or 256) | ||
DWORD City depth in tiles (64, 128 or 256) | DWORD City depth in tiles (64, 128 or 256) |
Latest revision as of 03:26, 6 July 2021
This page pertains to the format of the Zone Developer Subfile within Savegame files. This file has Type ID 0x498f9b01. This particular subfile was decoded by smf_16.
Structure
DWORD Size DWORD CRC DWORD Memory address DWORD Major version (0x0001) DWORD City width in tiles (64, 128 or 256) DWORD City depth in tiles (64, 128 or 256) # Repeat for all tiles in the city. Order is column first: (0, 0), (0, 1), ... DWORD Pointer to record in Lot Subfile DWORD 0xc9bd5d4a (Type ID of Lot Subfile)