Loading

Paste #pwhtfftul

  1. nfo
  2.  
  3. Format: uuiicctt
  4. Variable    Value
  5. tt  a bit mask of all cargo classes transported by the consist
  6. cc  the most common cargo type (from the column for type A)
  7. ii  the most common refit cycle (var. F2) of cargo type cc
  8. uu  the result of ORing the bits of prop. 25 from all vehicles in the train
  9.  
  10. nml
  11.  
  12.     'cargo_classes_in_consist'         : {'var': 0x42, 'start':  0, 'size':  8},
  13.     'most_common_refit'                : {'var': 0x42, 'start': 16, 'size':  8},
  14.     'bitmask_consist_info'             : {'var': 0x42, 'start': 24, 'size':  8},

Comments