Loading

Paste #plkym853m

  1. Shops/stalls
  2. ~~~~~~~~~~~~
  3. One tile objects, selling useful things to guests. FreeRCT can read block version 5.
  4.  
  5. ======  ======  =======  ===================================================================================
  6. Offset  Length  Version  Description
  7. ======  ======  =======  ===================================================================================
  8.    0       4      1-     Magic string 'SHOP'.
  9.    4       4      1-     Version number of the block.
  10.    8       4      1-     Length of the block excluding magic string, version, and length.
  11.   12       2      1-     Zoom-width of a tile of the surface.
  12.   --       2      1-3    Height of the shop in voxels.
  13.   14       1      4-     Height of the shop in voxels.
  14.   15       1      4-     Shop flags.
  15.   16       4      1-     Unrotated view (ne).
  16.   20       4      1-     View after 1 quarter negative rotation (se).
  17.   24       4      1-     View after 2 quarter negative rotations (sw).
  18.   28       4      1-     View after 3 quarter negative rotations (nw).
  19.   32       4      2-     First recolouring specification.
  20.   36       4      2-     Second recolouring specification.
  21.   40       4      2-     Third recolouring specification.
  22.   44       4      4-     Cost of the first item.
  23.   48       4      4-     Cost of the second item.
  24.   52       4      4-     Monthly cost of having the shop.
  25.   56       4      4-     Additional monthly cost of having an opened shop.
  26.   60       1      4-     Item type of the first item.
  27.   61       1      4-     Item type of the second item.
  28.   62       4      3-     Text of the shop (reference to a TEXT block).
  29.   66                     Total length.
  30. ======  ======  =======  ===================================================================================

Comments