home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff357.lzh / Empire / Help / DUMP < prev    next >
Text File  |  1990-06-03  |  1KB  |  38 lines

  1. dump <sectors>
  2.    Dumps sector information in a very compact, hexadecimal format. Useful for
  3. those who want to set up tools to display more useful maps, etc. The format
  4. is as follows:
  5.  
  6.   rrccdCCmmppMMeessggPPoobbddiiGG[dt*7]OK
  7.  
  8. where
  9.  
  10.  rr - row, 0 => size of world
  11.  cc - column, 0 => size of world
  12.  d  - designation character
  13.  CC - civilian count
  14.  mm - military count
  15.  pp - production
  16.  MM - mobility
  17.  ee - efficiency
  18.  ss - shell count
  19.  gg - gun count
  20.  PP - plane count
  21.  oo - iron ore count
  22.  bb - gold bar count
  23.  dd - relative location of defender
  24.       (rowDelta + 8, colDelta + 8)
  25.  ii - iron mineral deposit
  26.  GG - gold mineral deposit
  27.  dt - delivery direction and threshold for
  28.       civilians, military, shells, guns, planes, ore, gold bars
  29.  O  - 0/1 indicating sector is contracted
  30.  K  - 0/1 indicating sector is checkpointed
  31.  
  32.    The sector output will be preceeded by a line giving the time and
  33. date of the dump. Note that some sectors "bundle" some items -
  34. urban centers bundle civilians, warehouses bundle shells, guns and
  35. ore, and banks bundle gold bars. The counts shown are the number of
  36. bundles. Bundles are bundles of 10, except for gold bars which are
  37. bundles of 4 in banks.
  38.