Difference between revisions of "CargoTypes"
(Updated syntax for cargo labels table) |
Andythenorth (talk | contribs) (Note on why FIRS isn't listed.) |
||
(135 intermediate revisions by 24 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''Cargo labels in OpenTTD''' |
||
+ | {{grfFrom|8}} In GRF version 8 the value to be used in all vehicle and industry properties, and in [[Action3|action 3]], is the position of the cargo label in the [[Action0/Global_Settings#Cargo_translation_table_.2809.29|cargo translation table]] included in the GRF. |
||
− | '''''Cargo types in TTD''''' |
||
+ | {{grfTill|7}} GRF version 7 and below used different cargo properties for different properties (called "Type A" or "translated" and "Type B" or "untranslated" cargo slots), for historical reasons. This method is deprecated as it meant relying solely on cargos always using the same slots. You can see the table of Type A and Type B slots [http://newgrf-specs.tt-wiki.net/index.php?title=CargoTypes&oldid=2861 here] if you really want to. |
||
− | =Cargo Types in TTD= |
||
+ | {{ottd|15.0}} Since 15.0, a default cargo translation table corresponding to the climate (see [[CargoDefaultProps]]) is used if one is not provided.<br/> |
||
− | Definitions of cargo types used in TTD and the patch |
||
+ | {{grfFrom|8}} In GRF version 8, the default translation table is 32 entries long and maps "Type B" slots to each cargo label.<br/> |
||
+ | {{grfTill|7}} In GRF version 7, the default translation table is 12 entries long and uses "Type A" slots to each cargo label.<br/> |
||
+ | The default translation table works just like a GRF provided table: If a cargo label is redefined in a different slot this is correctly translated, and if the cargo label is replaced the cargo type is mapped to invalid. |
||
+ | == Cargo Labels == |
||
− | For setting the various action 0 properties of vehicles, various way of specifying the cargo type are used. Typically, there is one |
||
− | |||
− | property that sets the default cargo type, and another property that sets the cargo types available for refitting in a bit mask. |
||
− | |||
− | The following table lists the values to use for these properties, as well as the values to use for [[Action3|action 3]]. |
||
− | |||
− | {| class="wikitable |
||
− | |- |
||
− | ! Column |
||
− | ! Name |
||
− | ! Usage |
||
− | |- |
||
− | | Type A |
||
− | | Cargo bit |
||
− | | Use this cargo type in action 3. When using a [[Action0GeneralVariables#Cargo_translation_table_09_|cargo translation table]], this is the |
||
− | |||
− | position in the translation table. If there is no cargo translation table, the cargo bit is defined by property 08 for new cargos. |
||
− | |- |
||
− | | Bit value |
||
− | | |
||
− | | Add these bit values to find the value to give the refit mask property (this is -+1 << cargobit+-) |
||
− | |- |
||
− | | Type B |
||
− | | Cargo slot |
||
− | | Use this cargo type to set the default cargo type of vehicles (note, this is climate dependent!). For new cargos this is the ID used in Action |
||
− | |||
− | 0 and Action 3 of the cargo-defining NewGRF. |
||
− | |} |
||
− | |||
− | Note, when New Cargos are being used, you can only rely on Type A values when using a cargo translation table. Type B values depend on the actual |
||
− | |||
− | NewGRF (and its version) defining the new cargos; so, unless you test for a specific (industry) NewGRF you cannot rely on any value for Type B. |
||
− | |||
− | That means, to be compatible to any new cargos, you have to set the default cargo of refittable vehicles to "first refittable". |
||
− | |||
− | However, you can kind of rely on passengers being slot 0 and mail being slot 2. |
||
− | |||
− | |||
− | {| class="wikitable |
||
− | |- |
||
− | ! Type A |
||
− | ! Bit Value |
||
− | ! Type B |
||
− | ! Cargo |
||
− | ! style="background: #FFA020; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | ! style="background: #FFA020; color: black" | Type B |
||
− | ! style="background: #0000C0; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
− | |- |
||
− | | 00 |
||
− | | 1 |
||
− | | 00 |
||
− | | Passengers |
||
− | | + |
||
− | | 00 |
||
− | | + |
||
− | |- |
||
− | | 01 |
||
− | | 2 |
||
− | | 01 |
||
− | | Coal |
||
− | | + |
||
− | | 01 |
||
− | | + |
||
− | |- |
||
− | | 02 |
||
− | | 4 |
||
− | | 02 |
||
− | | Mail |
||
− | | + |
||
− | | 02 |
||
− | | + |
||
− | |- |
||
− | | 03 |
||
− | | 8 |
||
− | | 03 |
||
− | | Oil |
||
− | | + |
||
− | | 03 |
||
− | | + |
||
− | |- |
||
− | | 04 |
||
− | | 10 |
||
− | | 04 |
||
− | | Livestock |
||
− | | + |
||
− | | 04 |
||
− | | + |
||
− | |- |
||
− | | 05 |
||
− | | 20 |
||
− | | 05 |
||
− | | Goods |
||
− | | + |
||
− | | 05 |
||
− | | + |
||
− | |- |
||
− | | 06 |
||
− | | 40 |
||
− | | 06 |
||
− | | Grain/Wheat/Maize |
||
− | | + |
||
− | | 06 |
||
− | | + |
||
− | |- |
||
− | | 07 |
||
− | | 80 |
||
− | | 07 |
||
− | | Wood |
||
− | | + |
||
− | | 07 |
||
− | | + |
||
− | |- |
||
− | | 08 |
||
− | | 100 |
||
− | | 08 |
||
− | | Iron Ore |
||
− | | + |
||
− | | 08 |
||
− | | + |
||
− | |- |
||
− | | 09 |
||
− | | 200 |
||
− | | 09 |
||
− | | Steel |
||
− | | + |
||
− | | 09 |
||
− | | + |
||
− | |- |
||
− | | 0A |
||
− | | 400 |
||
− | | 0A |
||
− | | Valuables/Gold/Diamonds |
||
− | | + |
||
− | | 0A |
||
− | | Milk |
||
− | |- |
||
− | | 0B |
||
− | | 800 |
||
− | | 09 |
||
− | | Paper |
||
− | | Food |
||
− | | 0B |
||
− | | Food |
||
− | |- |
||
− | | 0C |
||
− | | 1000 |
||
− | | 0B |
||
− | | Food |
||
− | | Paper |
||
− | | 0C |
||
− | | Raw Sugar |
||
− | |- |
||
− | | 0D |
||
− | | 2000 |
||
− | | 04 |
||
− | | Fruit |
||
− | | + |
||
− | | 0D |
||
− | | Fruit and Vegetables |
||
− | |- |
||
− | | 0E |
||
− | | 4000 |
||
− | | 08 |
||
− | | Copper Ore |
||
− | | Fish |
||
− | | 0E |
||
− | | Fish |
||
− | |- |
||
− | | 0F |
||
− | | 8000 |
||
− | | 09 |
||
− | | Water |
||
− | | Wool |
||
− | | 0F |
||
− | | Wool |
||
− | |- |
||
− | | 10 |
||
− | | 10000 |
||
− | | 01 |
||
− | | Rubber |
||
− | | Potash |
||
− | | 10 |
||
− | | Clay |
||
− | |- |
||
− | | 11 |
||
− | | 20000 |
||
− | | 01 |
||
− | | Sugar |
||
− | | Sand |
||
− | | 11 |
||
− | | Sand |
||
− | |- |
||
− | | 12 |
||
− | | 40000 |
||
− | | 03 |
||
− | | Toys |
||
− | | Glass/Ceramics |
||
− | | 12 |
||
− | | Manufacturing Supplies |
||
− | |- |
||
− | | 13 |
||
− | | 80000 |
||
− | | 04 |
||
− | | Batteries |
||
− | | Wood products |
||
− | | 13 |
||
− | | Lumber |
||
− | |- |
||
− | | 14 |
||
− | | 100000 |
||
− | | 05 |
||
− | | Candy (Sweets) |
||
− | | Dyes |
||
− | | 14 |
||
− | | Scrap Metal |
||
− | |- |
||
− | | 15 |
||
− | | 200000 |
||
− | | 06 |
||
− | | Toffee |
||
− | | Fertiliser |
||
− | | 15 |
||
− | | Farm Supplies |
||
− | |- |
||
− | | 16 |
||
− | | 400000 |
||
− | | 07 |
||
− | | Cola |
||
− | | Oil seeds |
||
− | | 16 |
||
− | | Fibre crops |
||
− | |- |
||
− | | 17 |
||
− | | 800000 |
||
− | | 08 |
||
− | | Cotton Candy (Candyfloss) |
||
− | | Refined products |
||
− | | 17 |
||
− | | Chemicals |
||
− | |- |
||
− | | 18 |
||
− | | 1000000 |
||
− | | 09 |
||
− | | Bubbles |
||
− | | Vehicles |
||
− | | 18 |
||
− | | Engineering Supplies |
||
− | |- |
||
− | | 19 |
||
− | | 2000000 |
||
− | | 0A |
||
− | | Plastic |
||
− | | Petrol |
||
− | | 19 |
||
− | | Petrol |
||
− | |- |
||
− | | 1A |
||
− | | 4000000 |
||
− | | 0B |
||
− | | Fizzy Drinks |
||
− | | Bricks |
||
− | | 1A |
||
− | | Gravel |
||
− | |- |
||
− | | 1B |
||
− | | 8000000 |
||
− | | 0B |
||
− | | Paper* |
||
− | | Sulphur |
||
− | | 1B |
||
− | | Bauxite |
||
− | |- |
||
− | | 1C |
||
− | | 10000000 |
||
− | | 08 |
||
− | | undefined; unused slot in arctic climate |
||
− | | Cement |
||
− | | 1C |
||
− | | Building Materials |
||
− | |- |
||
− | | 1D |
||
− | | 20000000 |
||
− | | - |
||
− | | undefined; unused slot |
||
− | | Fibre crops |
||
− | | 1D |
||
− | | Reserved1 |
||
− | |- |
||
− | | 1E |
||
− | | 40000000 |
||
− | | - |
||
− | | undefined; unused slot |
||
− | | Lime stone |
||
− | | 1E |
||
− | | Reserved2 |
||
− | |- |
||
− | | 1F |
||
− | | 80000000 |
||
− | | - |
||
− | | undefined; unused slot |
||
− | | Tourists |
||
− | | 1F |
||
− | | Reserved3 |
||
− | |- |
||
− | | n/a |
||
− | | n/a |
||
− | | FF |
||
− | | colspan="4" | Use first (**) refittable cargo type as default cargo. See also [[VehicleRefitting|vehicle refitting]]. |
||
− | |- |
||
− | | FE |
||
− | | n/a |
||
− | | n/a |
||
− | | colspan="4" | Used in action 3 for stations to disable default |
||
− | |- |
||
− | | FF |
||
− | | n/a |
||
− | | n/a |
||
− | | colspan="4" | Shown in purchase list |
||
− | |} |
||
− | |||
− | <nowiki>*Only in temperate climate, with moreindustriesperclimate switch, i.e. disabled when "newcargos" switched on.</nowiki> |
||
− | |||
− | <nowiki>** "first" means first wrt. cargo slot, type B. I.e. this is purely up to the cargo-defining NewGRF and cannot be influenced by |
||
− | |||
− | the vehicle NewGRF.</nowiki> |
||
− | |||
− | |||
− | ==Cargo Labels== |
||
The following cargo labels have been defined so far: |
The following cargo labels have been defined so far: |
||
− | {| |
+ | {|class="wikitable" |
|- |
|- |
||
! Label |
! Label |
||
! Cargo Description |
! Cargo Description |
||
− | ! [[Action0Cargos# |
+ | ! [[Action0Cargos#CargoClasses_.2816.29|Cargo classes]] |
− | ! colspan=" |
+ | ! colspan="7" | Usage |
+ | ! Notes |
||
+ | |- |
||
+ | | align="center" colspan="2" | '''Basic Cargos''' |
||
+ | | align="center" colspan="9" | These cargos are present when no NewGRF is used, or in some common Industry NewGRFs |
||
|- |
|- |
||
− | | align="center" colspan="6" | TTD Default Cargos |
||
− | |- |
||
| PASS |
| PASS |
||
| Passengers |
| Passengers |
||
− | | 0001 Passengers |
+ | | 0001 Passengers |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
|- |
|- |
||
| COAL |
| COAL |
||
| Coal |
| Coal |
||
| 0010 Bulk |
| 0010 Bulk |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
| |
| |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
− | |- |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
| MAIL |
| MAIL |
||
| Mail |
| Mail |
||
| 0002 Mail |
| 0002 Mail |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
| |
| |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
− | |- |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
− | |OIL_ |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | OIL_ |
||
| Oil |
| Oil |
||
| 0040 Liquid |
| 0040 Liquid |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
− | |- |
+ | |- |
| LVST |
| LVST |
||
| Livestock |
| Livestock |
||
− | | 0020 Piece goods |
+ | | 0020 Piece goods |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
Line 385: | Line 89: | ||
| Goods |
| Goods |
||
| 0004 Express |
| 0004 Express |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
| GRAI |
| GRAI |
||
| Grain |
| Grain |
||
− | | 0010 Bulk |
+ | | 0010 Bulk |
+ | | style="background: #CC00CC; color: black" | TTD |
||
− | | |
||
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
− | | Temperate; see also WHEA, MAIZ, CERE |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | Temperate; see also WHEA, MAIZ, CERE. YETI & OTIS: 0210 Covered, bulk |
||
|- |
|- |
||
| WOOD |
| WOOD |
||
| Wood |
| Wood |
||
− | | 0020 Piece goods |
+ | | 0020 Piece goods |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
− | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | Named Logs in some industry sets (2TT) |
||
|- |
|- |
||
| IORE |
| IORE |
||
| Iron Ore |
| Iron Ore |
||
− | | 0010 Bulk |
+ | | 0010 Bulk |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
Line 413: | Line 137: | ||
| Steel |
| Steel |
||
| 0020 Piece goods |
| 0020 Piece goods |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
− | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | YETI: Renamed "Balls of Steel", OTIS: Renamed "Metal" |
||
|- |
|- |
||
| VALU |
| VALU |
||
| Valuables |
| Valuables |
||
| 0008 Armoured |
| 0008 Armoured |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
| Temperate; see also GOLD, DIAM |
| Temperate; see also GOLD, DIAM |
||
|- |
|- |
||
Line 427: | Line 161: | ||
| Paper |
| Paper |
||
| 0020 Piece goods |
| 0020 Piece goods |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | OTIS: 0220 Covered, piece goods |
||
|- |
|- |
||
| WHEA |
| WHEA |
||
| Wheat |
| Wheat |
||
− | | 0010 Bulk |
+ | | 0010 Bulk |
+ | | style="background: #CC00CC; color: black" | TTD |
||
− | | |
||
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| Arctic; see also GRAI, MAIZ, CERE |
| Arctic; see also GRAI, MAIZ, CERE |
||
|- |
|- |
||
Line 441: | Line 185: | ||
| Food |
| Food |
||
| 0084 Express, refrigerated |
| 0084 Express, refrigerated |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
− | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | YETI: 00A0 Refrigerated, piece goods |
||
|- |
|- |
||
| GOLD |
| GOLD |
||
| Gold |
| Gold |
||
| 0008 Armoured |
| 0008 Armoured |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| Arctic; see also VALU, DIAM |
| Arctic; see also VALU, DIAM |
||
|- |
|- |
||
| RUBR |
| RUBR |
||
− | |Rubber |
+ | | Rubber |
− | |0040 Liquid |
+ | | 0040 Liquid |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
|- |
|- |
||
| FRUT |
| FRUT |
||
| Fruit |
| Fruit |
||
| 0090 Bulk, refrigerated |
| 0090 Bulk, refrigerated |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
− | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | XIS: 00A4 Express, piece goods, refrigerated, YETI: 00A0 Piece goods, covered. |
||
|- |
|- |
||
| MAIZ |
| MAIZ |
||
| Maize |
| Maize |
||
− | | 0010 Bulk |
+ | | 0010 Bulk |
+ | | style="background: #CC00CC; color: black" | TTD |
||
− | | |
||
− | | |
+ | | |
+ | | |
||
− | | Tropic; see also GRAI, WHEA, CERE |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | Tropic; see also GRAI, WHEA, CERE. OTIS: Renamed "Animal Feed" |
||
|- |
|- |
||
| CORE |
| CORE |
||
| Copper Ore |
| Copper Ore |
||
− | | 0010 Bulk |
+ | | 0010 Bulk |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
|- |
|- |
||
| WATR |
| WATR |
||
| Water |
| Water |
||
− | | 0040 Liquid |
+ | | 0040 Liquid |
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | OTIS: 0044 Express, liquid |
||
|- |
|- |
||
| DIAM |
| DIAM |
||
| Diamonds |
| Diamonds |
||
| 0008 Armoured |
| 0008 Armoured |
||
− | | style="background: # |
+ | | style="background: #CC00CC; color: black" | TTD |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
| Tropic; see also VALU, GOLD |
| Tropic; see also VALU, GOLD |
||
|- |
|- |
||
| SUGR |
| SUGR |
||
| Sugar |
| Sugar |
||
− | | 0010 Bulk |
+ | | 0010 Bulk |
+ | | style="background: #CC00CC; color: black" | TTD |
||
− | | |
||
− | | |
||
− | | |
||
− | |- |
||
− | | TOYS |
||
− | | Toys |
||
− | | 0020 Piece goods |
||
− | | |
||
− | | |
||
| |
| |
||
− | |- |
||
− | | BATT |
||
− | | Batteries |
||
− | | 0020 Piece goods |
||
− | | |
||
− | | |
||
| |
| |
||
− | |- |
||
− | | SWET |
||
− | |Sweets (Candy) |
||
− | |0004 Express |
||
− | | |
||
− | | |
||
| |
| |
||
− | |- |
||
− | | TOFF |
||
− | |Toffee |
||
− | |0010 Bulk |
||
− | | |
||
− | | |
||
| |
| |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
− | |- |
||
− | | COLA |
||
− | |Cola |
||
− | |0040 Liquid |
||
− | | |
||
− | | |
||
| |
| |
||
+ | | Toyland |
||
|- |
|- |
||
− | | |
+ | | AORE |
+ | | Bauxite (Aluminium ore) |
||
− | |Cotton Candy (Candyfloss) |
||
− | |0010 Bulk |
+ | | 0010 Bulk |
− | | |
||
− | | |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | |- |
||
+ | | |
||
− | | BUBL |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
− | |Bubbles |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
− | |0020 Piece goods |
||
− | | |
+ | | |
+ | | style="background: #FF0000; color: white" | CZIS |
||
− | | |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | BDMT |
+ | | Building Materials |
||
− | |Plastic |
||
+ | | 0220 Piece goods, covered/sheltered |
||
− | |0040 Liquid |
||
− | | |
||
− | | |
||
− | |Toyland; see also PLAS |
||
− | |- |
||
− | | FZDR |
||
− | |Fizzy Drinks |
||
− | |0020 Piece goods |
||
− | | |
||
− | | |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | XIS: 0030 Bulk, piece goods. YETI: 0020 Piece goods. |
||
|- |
|- |
||
+ | | BEAN |
||
− | | align="center" colspan="6" | NewCargos |
||
+ | | Beans |
||
− | |- |
||
+ | | 0010 Bulk |
||
− | | AORE |
||
+ | | |
||
− | |Bauxite (Aluminium ore) |
||
+ | | |
||
− | |0010 Bulk |
||
− | | |
+ | | |
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
| |
| |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | CZIS renamed to Potatoes |
||
|- |
|- |
||
| BEER |
| BEER |
||
− | |Alcohol |
+ | | Alcohol |
− | |0064 Express, piece goods, liquids |
+ | | 0064 Express, piece goods, liquids |
− | | |
+ | | |
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | BOOM |
+ | | Explosives |
||
− | |Building Materials |
||
+ | | 0024 Express, piece goods |
||
− | |0220 Piece goods, covered/sheltered |
||
− | | |
+ | | |
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | OTIS: 0124 Express, Piece goods, hazardous |
||
|- |
|- |
||
| BRCK |
| BRCK |
||
− | |Bricks |
+ | | Bricks |
− | | 0020 Piece goods |
+ | | 0020 Piece goods |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | CBLK |
||
+ | | Carbon Black |
||
+ | | 0230 Piece goods, bulk, covered/sheltered |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
| CERA |
| CERA |
||
− | |Ceramics |
+ | | Ceramics |
− | | 0020 Piece goods |
+ | | 0020 Piece goods |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
| CERE |
| CERE |
||
− | |Cereals |
+ | | Cereals |
− | | 0210 Bulk, covered/sheltered |
+ | | 0210 Bulk, covered/sheltered |
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | |
||
− | |(*) |
||
− | |- |
||
− | | CARB |
||
− | |Carbon Brick |
||
− | |0010 Bulk |
||
− | | |
||
− | | |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | ECS: <ref name="ecs_cargo_change" /> |
||
|- |
|- |
||
| CLAY |
| CLAY |
||
− | |Clay |
+ | | Clay |
− | |0210 Bulk covered/sheltered |
+ | | 0210 Bulk covered/sheltered |
− | | |
+ | | |
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
| CMNT |
| CMNT |
||
− | |Cement |
+ | | Cement |
− | | 0210 Bulk covered/sheltered |
+ | | 0210 Bulk covered/sheltered |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
| COPR |
| COPR |
||
− | |Copper |
+ | | Copper |
− | |0020 Piece goods |
+ | | 0020 Piece goods |
− | | |
+ | | |
− | | |
+ | | |
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | CSTI |
+ | | Cast Iron |
||
− | |Depleted Uranium |
||
+ | | 0020 Piece goods |
||
− | |0100 Hazardous |
||
− | | |
+ | | |
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | CTAR |
||
+ | | Coal Tar |
||
+ | | 0140 Liquids, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
| DYES |
| DYES |
||
− | |Dyes |
+ | | Dyes |
− | | 0060 Piece goods, liquids |
+ | | 0060 Piece goods, liquids |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
| ENSP |
| ENSP |
||
− | |Engineering Supplies |
+ | | Engineering Supplies |
− | |0024 Express, piece goods |
+ | | 0024 Express, piece goods |
− | | |
+ | | |
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | 2TT Industries of the Caribbean: named Machinery |
||
+ | |- |
||
+ | | FECR |
||
+ | | Ferrochrome |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
| FERT |
| FERT |
||
− | |Fertiliser |
+ | | Fertiliser |
− | | 0030 Bulk, piece goods |
+ | | 0030 Bulk, piece goods |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | OTIS: 0034 Express, piece goods, bulk. XIS: 0230 Covered, piece goods, bulk. ECS: <ref name="ecs_cargo_change" /> |
||
|- |
|- |
||
| FICR |
| FICR |
||
− | |Fibre crops |
+ | | Fibre crops |
| 0030 Bulk, piece goods |
| 0030 Bulk, piece goods |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | OTIS: 0230 Piece goods, bulk, covered/sheltered, renamed "Cotton" |
||
|- |
|- |
||
| FISH |
| FISH |
||
− | |Fish |
+ | | Fish |
− | | 0084 Express, refrigerated |
+ | | 0084 Express, refrigerated |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
| FMSP |
| FMSP |
||
− | |Farm Supplies |
+ | | Farm Supplies |
− | |0024 Express, piece goods |
+ | | 0024 Express, piece goods |
− | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
− | |- |
||
− | | FRVG |
||
− | |Fruit (and optionally Vegetables) |
||
− | |00A4 Express, piece goods, refrigerated |
||
− | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
− | | |
+ | | |
+ | | |
||
− | | FUEL |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
− | |Fuel |
||
+ | | |
||
− | |0040 Liquid |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
− | | |
||
− | | |
||
− | |Use PETR for refined-oil fuel |
||
− | |- |
||
− | | GEAR |
||
− | |Locomotive regearing |
||
− | |8000 Special |
||
− | | |
||
− | | |
||
| |
| |
||
|- |
|- |
||
| GLAS |
| GLAS |
||
− | |Glass |
+ | | Glass |
− | | 0420 Piece goods, oversized |
+ | | 0420 Piece goods, oversized |
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | OTIS: 0410 Piece goods, bulk |
||
|- |
|- |
||
| GRVL |
| GRVL |
||
+ | | Stone |
||
− | |Gravel / Ballast |
||
− | |0010 Bulk |
+ | | 0010 Bulk |
− | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | Renamed from "Gravel / Ballast" XIS: Renamed "Aggregate" |
||
|- |
|- |
||
− | | |
+ | | JAVA |
+ | | Coffee |
||
− | |Lime stone |
||
+ | | 0024 Piece goods, express |
||
− | | 0010 Bulk |
||
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | KAOL |
+ | | Kaolin (China Clay) |
||
− | |Materials |
||
+ | | 0250 Bulk, liquids, covered |
||
− | |0020 Piece goods |
||
− | | |
||
− | | |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | XIS: Renamed "Lithium" |
||
|- |
|- |
||
− | | |
+ | | LIME |
+ | | Lime stone |
||
− | |Milk |
||
+ | | 0010 Bulk |
||
− | |00C4 Express, liquid, refrigerated |
||
− | | |
+ | | |
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | MILK |
+ | | Milk |
||
− | |Manufacturing Supplies |
||
+ | | 00C4 Express, liquid, refrigerated |
||
− | |0020 Piece Goods, express |
||
− | | |
+ | | |
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
| OLSD |
| OLSD |
||
− | |Oil seed |
+ | | Oil seed |
− | | 0210 Bulk, covered/sheltered |
+ | | 0210 Bulk, covered/sheltered |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | ECS: <ref name="ecs_cargo_change" /> |
||
|- |
|- |
||
− | | |
+ | | PEAT |
+ | | Peat |
||
− | |Oxygen |
||
+ | | 0010 Bulk |
||
− | |0040 Liquid |
||
− | | |
||
− | | |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | XIS: Renamed "Biomass" |
||
|- |
|- |
||
| PETR |
| PETR |
||
− | |Petrol / Fuel Oil |
+ | | Petrol / Fuel Oil |
− | | 0040 Liquid |
+ | | 0040 Liquid |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | style="background: # |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
| |
| |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | OTIS: 0130 Hazardous, liquid |
||
+ | |- |
||
+ | | PHOS |
||
+ | | Phosphate |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | XIS: Renamed "Oil sands" |
||
|- |
|- |
||
| PLAS |
| PLAS |
||
− | |Plastic |
+ | | Plastic |
| 0060 Piece goods, liquid |
| 0060 Piece goods, liquid |
||
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | PORE |
+ | | Pyrite Ore |
||
− | |Potash |
||
− | | |
+ | | 0010 Bulk |
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | |
||
− | |(*) |
||
− | |- |
||
− | | RCYC |
||
− | |Recyclables |
||
− | |0220 Piece Goods, covered |
||
− | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | XIS: Renamed "Zinc ore" |
||
|- |
|- |
||
− | | |
+ | | POTA |
+ | | Potash |
||
− | |Rockets |
||
+ | | 0210 Bulk, covered/sheltered |
||
− | |0000 None |
||
− | | |
+ | | |
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | |
||
| |
| |
||
| |
| |
||
+ | | |
||
+ | | ECS: <ref name="ecs_cargo_change" /> |
||
|- |
|- |
||
| RFPR |
| RFPR |
||
− | |Refined products |
+ | | Refined products |
− | | 0040 Liquid |
+ | | 0040 Liquid |
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | |- |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
− | | RSGR |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
− | |Raw Sugar |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
− | |0010 Bulk |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
− | | |
||
− | | style="background: # |
+ | | style="background: #FF0000; color: white" | CZIS |
+ | | OTIS: renamed "Sewage", XIS: renamed "Petrochemicals" |
||
− | | Sugar cane in tropic, sugar beet in other climates |
||
|- |
|- |
||
| SAND |
| SAND |
||
− | |Sand |
+ | | Sand |
− | | 0010 Bulk |
+ | | 0010 Bulk |
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | |- |
||
+ | | |
||
− | | SCRP |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
− | |Scrap Metal |
||
+ | | |
||
− | |0010 Bulk |
||
− | | |
+ | | |
− | | style="background: # |
+ | | style="background: #FF0000; color: white" | CZIS |
| |
| |
||
|- |
|- |
||
− | | |
+ | | SCMT |
+ | | Scrap Metal |
||
− | |Silicate |
||
− | | |
+ | | 1010 Bulk, non-pourable |
− | | |
||
− | | |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | OTIS: Renamed "Waste/Garbage" |
||
|- |
|- |
||
| SULP |
| SULP |
||
− | |Sulphur |
+ | | Sulphur |
− | | |
+ | | 0250 Bulk, liquid, covered/sheltered. |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
− | | |
||
− | | |
+ | | |
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | ECS: 0210 Bulk, covered/sheltered <ref name="ecs_cargo_change">ECS cargo classes changed as of Dec 31, 2010</ref> |
||
|- |
|- |
||
| TOUR |
| TOUR |
||
− | |Tourists |
+ | | Tourists |
− | | 0005 Passengers, express |
+ | | 0005 Passengers, express |
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
− | | |
||
| |
| |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | ECS; see also OTI2 |
||
|- |
|- |
||
− | | |
+ | | TYRE |
+ | | Tyres |
||
− | |Tropic Wood |
||
− | |0020 Piece goods |
+ | | 0020 Piece goods |
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | URAN |
||
+ | | Uranium |
||
+ | | 0110 Bulk, hazardous |
||
+ | | |
||
+ | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | 2TT: Piece goods, hazardous |
||
+ | |- |
||
+ | | VEHI |
||
+ | | Vehicles |
||
+ | | 0420 Piece goods, oversized |
||
+ | | |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | XIS: 0020 Piece goods. OTIS: 0020 Piece goods, renamed "Cars" |
||
+ | |- |
||
+ | | WDPR |
||
+ | | Wood Products |
||
+ | | 0030 Bulk, piece goods |
||
+ | | |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | XIS & OTIS: Renamed "Timber" |
||
+ | |- |
||
+ | | WOOL |
||
+ | | Wool |
||
+ | | 0220 Piece goods, covered/sheltered |
||
+ | | |
||
+ | | style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]] |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | ECS: <ref name="ecs_cargo_change" /> |
||
+ | |- |
||
+ | | ZINC |
||
+ | | Zinc |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | align="center" colspan="2" | '''Extended Cargos''' |
||
+ | | align="center" colspan="9" | these cargos are only present in rare/specialized situations |
||
+ | |- |
||
+ | | ACID |
||
+ | | Acid |
||
+ | | 0140 Liquids, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | ALUM |
||
+ | | Aluminium |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | See also METL |
||
+ | |- |
||
+ | | BAKE |
||
+ | | Flour |
||
+ | | 0A30 Bulk, powderized, piece goods, covered |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | CASS |
||
+ | | Cassava |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | CHLO |
||
+ | | Chlorine |
||
+ | | 0140 Liquids, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | CHSE |
||
+ | | Cheese |
||
+ | | 00C4 Express, liquid, refrigerated |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | CIGR |
||
+ | | Cigars |
||
+ | | 0024 Piece goods, express |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Industries of the Caribbean |
||
+ | |- |
||
+ | | COAT |
||
+ | | Paints & Coatings |
||
+ | | 0060 Piece goods, liquids |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | 2TT Lumberjack Industries: renamed Varnish |
||
+ | |- |
||
+ | | COBL |
||
+ | | Cobalt |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Industries of the Caribbean |
||
+ | |- |
||
+ | | COKE |
||
+ | | Coke |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | ELTR |
||
+ | | Electricity |
||
+ | | 8000 Special |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
| |
| |
||
| |
| |
||
+ | | |
||
+ | |CZIS uses its own labels... see ELEC and NODC |
||
|- |
|- |
||
− | | |
+ | | EOIL |
+ | | Edible Oil |
||
− | |Uranium Ore |
||
+ | | 0060 Piece goods, liquids |
||
− | |0110 Hazardous, Bulk |
||
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | FRVG |
||
+ | | Fruit (and optionally Vegetables) |
||
+ | | 00A4 Express, piece goods, refrigerated |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | See also FRUT |
||
+ | |- |
||
+ | | FUEL |
||
+ | | Natural Gas |
||
+ | | 0140 Liquid, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Use PETR for refined-oil fuel |
||
+ | |- |
||
+ | | FURN |
||
+ | | Furniture |
||
+ | | 0230 Piece goods, bulk, covered |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | IRON |
||
+ | | Pig Iron |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | LYE_ |
||
+ | | Sodium Hydroxide (Lye) |
||
+ | | 0140 Liquids, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | MEAT |
||
+ | | Meat |
||
+ | | 00A4 Express, piece goods, refrigerated |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | METL |
||
+ | | Metal |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | XIS: Renamed "Aluminium"; See also ALUM |
||
+ | |- |
||
+ | | MNO2 |
||
+ | | Manganese |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | MNSP |
||
+ | | Manufacturing Supplies |
||
+ | | 0024 Piece goods, express |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | XIS: Renamed "Packaging" |
||
+ | |- |
||
+ | | MOLS |
||
+ | | Molasses |
||
+ | | 0040 Liquid |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Industries of the Caribbean |
||
+ | |- |
||
+ | | MPTS |
||
+ | | Machine parts |
||
+ | | 0220 Covered, piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
| |
| |
||
+ | | |
||
+ | | |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | NH3_ |
+ | | Ammonia |
||
− | |Uranium |
||
+ | | 0140 Liquids, hazardous |
||
− | |0100 Hazardous |
||
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | NHNO |
||
+ | | [https://en.wikipedia.org/wiki/Ammonium_nitrate NH4NO3 chemical] |
||
+ | | 0130 Hazardous, bulk, piece goods |
||
+ | | |
||
+ | | |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
| |
| |
||
|- |
|- |
||
− | | |
+ | | NUTS |
+ | | Nuts |
||
− | |Vehicles |
||
− | | |
+ | | 0020 Piece goods |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | NICK |
||
+ | | Nickel |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | NITR |
||
+ | | Nitrate |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | NKOR |
||
+ | | Nickel ore |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | OTIS: Renamed "Nickel" |
||
+ | |- |
||
+ | | NUKF |
||
+ | | Nuclear fuel |
||
+ | | Piece goods, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Improved Town Industries |
||
+ | |- |
||
+ | | NUKW |
||
+ | | Nuclear waste |
||
+ | | Piece goods, hazardous |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Improved Town Industries |
||
+ | |- |
||
+ | | OILI |
||
+ | | Oil (imported) |
||
+ | | 0040 Liquid |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Industries of the Caribbean |
||
+ | |- |
||
+ | | OILD |
||
+ | | Oil (domestic) |
||
+ | | 0040 Liquid |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Industries of the Caribbean |
||
+ | |- |
||
+ | | OTI1 |
||
+ | | Workers |
||
+ | | 0001 Passengers |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | OTI2 |
||
+ | | Tourists |
||
+ | | 0001 Passengers |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | OYST |
||
+ | | Oysters |
||
+ | | 00A4 Express, piece goods, refrigerated |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | O2__ |
||
+ | | Oxygen |
||
+ | | 0040 Liquids |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | PACK |
||
+ | | Packaging |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
| |
| |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | |Packaging used mostly for food production. |
||
|- |
|- |
||
− | | |
+ | | PCL_ |
+ | | Parcels |
||
− | |Electricity |
||
+ | | 0006 Express, mail |
||
− | |0000 None |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | PIPE |
||
+ | | Pipe |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | POWR |
||
+ | | Electrical Parts |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | OTIS: 0220 Covered, piece goods, renamed "Electrical Machines". XIS and CZIS: Renamed "Electrical Machines" |
||
+ | |- |
||
+ | | QLME |
||
+ | | Quicklime |
||
+ | | 0210 Bulk, covered/sheltered |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | RCYC |
||
+ | | Recyclables |
||
+ | | 0030 Bulk, piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | SALT |
||
+ | | Salt |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | SASH |
||
+ | | Soda Ash |
||
+ | | 0210 Bulk, covered/sheltered |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | SEED |
||
+ | | Seed |
||
+ | | 0230 Piece goods, bulk, covered |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | SESP |
||
+ | | Marine Supplies |
||
+ | | 0024 Express, piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | SGBT |
||
+ | | Sugar beet |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | not in tropical |
||
+ | |- |
||
+ | | SGCN |
||
+ | | Sugarcane |
||
+ | | 1010 Bulk, non-pourable |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | only tropical |
||
+ | |- |
||
+ | | SLAG |
||
+ | | Slag |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | SOAP |
||
+ | | Cleaning Agents |
||
+ | | 0060 Piece goods, liquids |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | STAL |
||
+ | | Alloy Steel |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | STCB |
||
+ | | Carbon Steel |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | STSE |
||
+ | | Steel Sections |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | STSH |
||
+ | | Steel Sheet |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | STST |
||
+ | | Stainless Steel |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | STWR |
||
+ | | Steel Wire Rod |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | TATO |
||
+ | | Potatoes |
||
+ | | 00A4 Express, piece goods, refrigerated |
||
| |
| |
||
| |
| |
||
| |
| |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | CZIS uses renamed Beans |
||
|- |
|- |
||
− | | |
+ | | TEXT |
+ | | Textile |
||
− | |Wood Products |
||
− | | |
+ | | 0220 Piece goods, covered |
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
| |
| |
||
− | | |
||
|- |
|- |
||
− | | |
+ | | TBCO |
+ | | Tobacco |
||
− | |Wool |
||
+ | | 1010 Bulk, non-pourable |
||
− | | 0220 Piece goods, covered/sheltered |
||
+ | | |
||
− | | style="background: #EEBB00; color: black" | [http://www.tt-wiki.net/wiki/ECS ECS] |
||
+ | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
− | | |
+ | | |
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Industries of the Caribbean |
||
+ | |- |
||
+ | | TWOD |
||
+ | | Tropic Wood |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | formerly intended as a default cargo |
||
+ | |- |
||
+ | | VBOD |
||
+ | | Vehicle bodies |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | VENG |
||
+ | | Vehicle Engines |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | |
||
+ | |- |
||
+ | | VPTS |
||
+ | | Vehicle Parts |
||
+ | | 0024 Piece goods, express |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]] |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | XIS: 0020 Piece goods, renamed "Parts" |
||
|- |
|- |
||
| WSTE |
| WSTE |
||
− | |Waste |
+ | | Waste |
+ | | 0230 Piece goods, bulk, covered |
||
− | |0010 Bulk |
||
− | | |
||
− | | style="background: #1A3CB7; color: white" | [http://www.tt-wiki.net/wiki/FIRS FIRS] |
||
| |
| |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]] |
||
+ | | |
||
+ | | Used by Improved Town Industries. |
||
+ | |- |
||
+ | | align="center" colspan="2" | '''Fantasy Cargos''' |
||
+ | | align="center" colspan="9" | these cargos are for use in fantasy or science fiction settings |
||
+ | |- |
||
+ | | BATT |
||
+ | | Batteries |
||
+ | | 0020 Piece goods |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | BUBL |
||
+ | | Bubbles |
||
+ | | 0020 Piece goods |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | COLA |
||
+ | | Cola |
||
+ | | 0040 Liquid |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | CTCD |
||
+ | | Cotton Candy (Candyfloss) |
||
+ | | 0010 Bulk |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | FZDR |
||
+ | | Fizzy Drinks |
||
+ | | 0020 Piece goods |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | PLST |
||
+ | | Plastic |
||
+ | | 0040 Liquid |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland; see also PLAS |
||
+ | |- |
||
+ | | SWET |
||
+ | | Sweets (Candy) |
||
+ | | 0004 Express |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | TOFF |
||
+ | | Toffee |
||
+ | | 0010 Bulk |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | TOYS |
||
+ | | Toys |
||
+ | | 0020 Piece goods |
||
+ | | style="background: #CC00CC; color: black" | TTD |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Toyland |
||
+ | |- |
||
+ | | YETI |
||
+ | | Workers, YETI dudes |
||
+ | | 0404 Express, oversized |
||
+ | | |
||
+ | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | YETY |
||
+ | | Tired Workers, Tired YETI dudes |
||
+ | | 0404 Express, oversized |
||
+ | | |
||
+ | | |
||
+ | | style="background: #009fe3; color: black" | [[ttwiki:YETI|YETI]] |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | ELEC |
||
+ | | Charged Batteries (electricity from PP) |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | | Used as means of electricity transportation. |
||
+ | |- |
||
+ | | NODC |
||
+ | | Uncharged Batteries (return of batteries) aka No Direct Current |
||
+ | | 0020 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | style="background: #FF0000; color: white" | CZIS |
||
+ | |Used as means of electricity transportation. |
||
+ | |- |
||
+ | | align="center" colspan="2" | '''Special Cargos''' |
||
+ | | align="center" colspan="9" | these cargos are for use outside industry sets and do not represent transporting anything |
||
+ | |- |
||
+ | | GEAR |
||
+ | | Locomotive regearing |
||
+ | | 8000 Special |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Using this cargo may make your vehicle set incompatible with some industry sets |
||
+ | use CB36 instead to set capacity to 0 |
||
+ | |- |
||
+ | | align="center" colspan="2" | '''Deprecated Cargos''' |
||
+ | | align="center" colspan="9" | these cargos are not used by any current industry set, and are listed here for backwards compatibility |
||
+ | |- |
||
+ | | RSGR |
||
+ | | Raw Sugar |
||
+ | | 0010 Bulk |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Deprecated see SGBT and SGCN |
||
+ | |- |
||
+ | | SCRP |
||
+ | | Scrap Metal |
||
+ | | 0010 Piece goods |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | |
||
+ | | Deprecated see SCMT instead |
||
|} |
|} |
||
+ | <references /> |
||
− | (*) ECS cargo classes changed as of dec 31, 2010 |
||
+ | |||
+ | An overview of FIRS cargos is avaliable [https://grf.farm/firs/code_reference_latest.html here] for the latest version. Please don't add FIRS labels here, as they have a history of being outdated or wrong, which is unhelpful to other grf authors. Thanks. |
||
+ | |||
+ | If you write or publish a NewGRF which introduces a new cargo label, please also add a comment where the new label is used. |
Latest revision as of 16:42, 16 November 2024
Cargo labels in OpenTTD
GRFv≥8 In GRF version 8 the value to be used in all vehicle and industry properties, and in action 3, is the position of the cargo label in the cargo translation table included in the GRF.
GRFv≤7 GRF version 7 and below used different cargo properties for different properties (called "Type A" or "translated" and "Type B" or "untranslated" cargo slots), for historical reasons. This method is deprecated as it meant relying solely on cargos always using the same slots. You can see the table of Type A and Type B slots here if you really want to.
15.0 Since 15.0, a default cargo translation table corresponding to the climate (see CargoDefaultProps) is used if one is not provided.
GRFv≥8 In GRF version 8, the default translation table is 32 entries long and maps "Type B" slots to each cargo label.
GRFv≤7 In GRF version 7, the default translation table is 12 entries long and uses "Type A" slots to each cargo label.
The default translation table works just like a GRF provided table: If a cargo label is redefined in a different slot this is correctly translated, and if the cargo label is replaced the cargo type is mapped to invalid.
Cargo Labels
The following cargo labels have been defined so far:
Label | Cargo Description | Cargo classes | Usage | Notes | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Basic Cargos | These cargos are present when no NewGRF is used, or in some common Industry NewGRFs | |||||||||
PASS | Passengers | 0001 Passengers | TTD | ECS | OTIS | XIS | 2TT | CZIS | ||
COAL | Coal | 0010 Bulk | TTD | ECS | OTIS | XIS | 2TT | CZIS | ||
0002 Mail | TTD | ECS | OTIS | XIS | 2TT | CZIS | ||||
OIL_ | Oil | 0040 Liquid | TTD | ECS | YETI | OTIS | XIS | 2TT | CZIS | |
LVST | Livestock | 0020 Piece goods | TTD | ECS | YETI | OTIS | XIS | CZIS | ||
GOOD | Goods | 0004 Express | TTD | ECS | OTIS | XIS | 2TT | CZIS | ||
GRAI | Grain | 0010 Bulk | TTD | YETI | OTIS | XIS | 2TT | CZIS | Temperate; see also WHEA, MAIZ, CERE. YETI & OTIS: 0210 Covered, bulk | |
WOOD | Wood | 0020 Piece goods | TTD | ECS | YETI | OTIS | XIS | 2TT | CZIS | Named Logs in some industry sets (2TT) |
IORE | Iron Ore | 0010 Bulk | TTD | ECS | YETI | OTIS | XIS | 2TT | CZIS | |
STEL | Steel | 0020 Piece goods | TTD | ECS | YETI | OTIS | XIS | 2TT | CZIS | YETI: Renamed "Balls of Steel", OTIS: Renamed "Metal" |
VALU | Valuables | 0008 Armoured | TTD | ECS | OTIS | Temperate; see also GOLD, DIAM | ||||
PAPR | Paper | 0020 Piece goods | TTD | ECS | OTIS | XIS | 2TT | CZIS | OTIS: 0220 Covered, piece goods | |
WHEA | Wheat | 0010 Bulk | TTD | Arctic; see also GRAI, MAIZ, CERE | ||||||
FOOD | Food | 0084 Express, refrigerated | TTD | ECS | YETI | OTIS | XIS | 2TT | CZIS | YETI: 00A0 Refrigerated, piece goods |
GOLD | Gold | 0008 Armoured | TTD | ECS | Arctic; see also VALU, DIAM | |||||
RUBR | Rubber | 0040 Liquid | TTD | ECS | OTIS | XIS | ||||
FRUT | Fruit | 0090 Bulk, refrigerated | TTD | ECS | YETI | OTIS | XIS | CZIS | XIS: 00A4 Express, piece goods, refrigerated, YETI: 00A0 Piece goods, covered. | |
MAIZ | Maize | 0010 Bulk | TTD | OTIS | XIS | Tropic; see also GRAI, WHEA, CERE. OTIS: Renamed "Animal Feed" | ||||
CORE | Copper Ore | 0010 Bulk | TTD | ECS | OTIS | XIS | CZIS | |||
WATR | Water | 0040 Liquid | TTD | ECS | OTIS | OTIS: 0044 Express, liquid | ||||
DIAM | Diamonds | 0008 Armoured | TTD | ECS | XIS | Tropic; see also VALU, GOLD | ||||
SUGR | Sugar | 0010 Bulk | TTD | 2TT | Toyland | |||||
AORE | Bauxite (Aluminium ore) | 0010 Bulk | ECS | OTIS | XIS | CZIS | ||||
BDMT | Building Materials | 0220 Piece goods, covered/sheltered | ECS | YETI | OTIS | XIS | CZIS | XIS: 0030 Bulk, piece goods. YETI: 0020 Piece goods. | ||
BEAN | Beans | 0010 Bulk | XIS | CZIS | CZIS renamed to Potatoes | |||||
BEER | Alcohol | 0064 Express, piece goods, liquids | OTIS | XIS | 2TT | CZIS | ||||
BOOM | Explosives | 0024 Express, piece goods | OTIS | XIS | OTIS: 0124 Express, Piece goods, hazardous | |||||
BRCK | Bricks | 0020 Piece goods | ECS | |||||||
CBLK | Carbon Black | 0230 Piece goods, bulk, covered/sheltered | ||||||||
CERA | Ceramics | 0020 Piece goods | ECS | |||||||
CERE | Cereals | 0210 Bulk, covered/sheltered | ECS | ECS: [1] | ||||||
CLAY | Clay | 0210 Bulk covered/sheltered | YETI | OTIS | XIS | CZIS | ||||
CMNT | Cement | 0210 Bulk covered/sheltered | ECS | OTIS | XIS | CZIS | ||||
COPR | Copper | 0020 Piece goods | OTIS | XIS | CZIS | |||||
CSTI | Cast Iron | 0020 Piece goods | ||||||||
CTAR | Coal Tar | 0140 Liquids, hazardous | ||||||||
DYES | Dyes | 0060 Piece goods, liquids | ECS | |||||||
ENSP | Engineering Supplies | 0024 Express, piece goods | XIS | 2TT | CZIS | 2TT Industries of the Caribbean: named Machinery | ||||
FECR | Ferrochrome | 0010 Bulk | ||||||||
FERT | Fertiliser | 0030 Bulk, piece goods | ECS | OTIS | XIS | 2TT | OTIS: 0034 Express, piece goods, bulk. XIS: 0230 Covered, piece goods, bulk. ECS: [1] | |||
FICR | Fibre crops | 0030 Bulk, piece goods | ECS | OTIS | XIS | OTIS: 0230 Piece goods, bulk, covered/sheltered, renamed "Cotton" | ||||
FISH | Fish | 0084 Express, refrigerated | ECS | OTIS | XIS | |||||
FMSP | Farm Supplies | 0024 Express, piece goods | XIS | CZIS | ||||||
GLAS | Glass | 0420 Piece goods, oversized | ECS | OTIS | CZIS | OTIS: 0410 Piece goods, bulk | ||||
GRVL | Stone | 0010 Bulk | YETI | OTIS | XIS | CZIS | Renamed from "Gravel / Ballast" XIS: Renamed "Aggregate" | |||
JAVA | Coffee | 0024 Piece goods, express | XIS | 2TT | ||||||
KAOL | Kaolin (China Clay) | 0250 Bulk, liquids, covered | XIS | 2TT | CZIS | XIS: Renamed "Lithium" | ||||
LIME | Lime stone | 0010 Bulk | ECS | OTIS | XIS | CZIS | ||||
MILK | Milk | 00C4 Express, liquid, refrigerated | OTIS | CZIS | ||||||
OLSD | Oil seed | 0210 Bulk, covered/sheltered | ECS | ECS: [1] | ||||||
PEAT | Peat | 0010 Bulk | XIS | XIS: Renamed "Biomass" | ||||||
PETR | Petrol / Fuel Oil | 0040 Liquid | ECS | OTIS | XIS | CZIS | OTIS: 0130 Hazardous, liquid | |||
PHOS | Phosphate | 0010 Bulk | XIS | XIS: Renamed "Oil sands" | ||||||
PLAS | Plastic | 0060 Piece goods, liquid | ECS | CZIS | ||||||
PORE | Pyrite Ore | 0010 Bulk | XIS | XIS: Renamed "Zinc ore" | ||||||
POTA | Potash | 0210 Bulk, covered/sheltered | ECS | ECS: [1] | ||||||
RFPR | Refined products | 0040 Liquid | ECS | YETI | OTIS | XIS | 2TT | CZIS | OTIS: renamed "Sewage", XIS: renamed "Petrochemicals" | |
SAND | Sand | 0010 Bulk | ECS | OTIS | CZIS | |||||
SCMT | Scrap Metal | 1010 Bulk, non-pourable | OTIS | XIS | CZIS | OTIS: Renamed "Waste/Garbage" | ||||
SULP | Sulphur | 0250 Bulk, liquid, covered/sheltered. | ECS | OTIS | XIS | CZIS | ECS: 0210 Bulk, covered/sheltered [1] | |||
TOUR | Tourists | 0005 Passengers, express | ECS | 2TT | ECS; see also OTI2 | |||||
TYRE | Tyres | 0020 Piece goods | CZIS | |||||||
URAN | Uranium | 0110 Bulk, hazardous | YETI | OTIS | 2TT | 2TT: Piece goods, hazardous | ||||
VEHI | Vehicles | 0420 Piece goods, oversized | ECS | YETI | OTIS | XIS | CZIS | XIS: 0020 Piece goods. OTIS: 0020 Piece goods, renamed "Cars" | ||
WDPR | Wood Products | 0030 Bulk, piece goods | ECS | OTIS | XIS | 2TT | CZIS | XIS & OTIS: Renamed "Timber" | ||
WOOL | Wool | 0220 Piece goods, covered/sheltered | ECS | OTIS | XIS | ECS: [1] | ||||
ZINC | Zinc | 0020 Piece goods | XIS | 2TT | ||||||
Extended Cargos | these cargos are only present in rare/specialized situations | |||||||||
ACID | Acid | 0140 Liquids, hazardous | OTIS | XIS | CZIS | |||||
ALUM | Aluminium | 0020 Piece goods | CZIS | See also METL | ||||||
BAKE | Flour | 0A30 Bulk, powderized, piece goods, covered | OTIS | |||||||
CASS | Cassava | 0010 Bulk | ||||||||
CHLO | Chlorine | 0140 Liquids, hazardous | OTIS | XIS | ||||||
CHSE | Cheese | 00C4 Express, liquid, refrigerated | OTIS | |||||||
CIGR | Cigars | 0024 Piece goods, express | 2TT | Industries of the Caribbean | ||||||
COAT | Paints & Coatings | 0060 Piece goods, liquids | 2TT | 2TT Lumberjack Industries: renamed Varnish | ||||||
COBL | Cobalt | 0020 Piece goods | 2TT | Industries of the Caribbean | ||||||
COKE | Coke | 0010 Bulk | XIS | CZIS | ||||||
ELTR | Electricity | 8000 Special | OTIS | CZIS uses its own labels... see ELEC and NODC | ||||||
EOIL | Edible Oil | 0060 Piece goods, liquids | XIS | |||||||
FRVG | Fruit (and optionally Vegetables) | 00A4 Express, piece goods, refrigerated | OTIS | See also FRUT | ||||||
FUEL | Natural Gas | 0140 Liquid, hazardous | OTIS | 2TT | Use PETR for refined-oil fuel | |||||
FURN | Furniture | 0230 Piece goods, bulk, covered | OTIS | CZIS | ||||||
IRON | Pig Iron | 0020 Piece goods | XIS | |||||||
LYE_ | Sodium Hydroxide (Lye) | 0140 Liquids, hazardous | ||||||||
MEAT | Meat | 00A4 Express, piece goods, refrigerated | OTIS | |||||||
METL | Metal | 0020 Piece goods | XIS | XIS: Renamed "Aluminium"; See also ALUM | ||||||
MNO2 | Manganese | 0010 Bulk | XIS | |||||||
MNSP | Manufacturing Supplies | 0024 Piece goods, express | XIS | 2TT | XIS: Renamed "Packaging" | |||||
MOLS | Molasses | 0040 Liquid | 2TT | Industries of the Caribbean | ||||||
MPTS | Machine parts | 0220 Covered, piece goods | OTIS | |||||||
NH3_ | Ammonia | 0140 Liquids, hazardous | CZIS | |||||||
NHNO | NH4NO3 chemical | 0130 Hazardous, bulk, piece goods | CZIS | |||||||
NUTS | Nuts | 0020 Piece goods | XIS | |||||||
NICK | Nickel | 0010 Bulk | 2TT | |||||||
NITR | Nitrate | 0010 Bulk | XIS | CZIS | ||||||
NKOR | Nickel ore | 0010 Bulk | OTIS | 2TT | OTIS: Renamed "Nickel" | |||||
NUKF | Nuclear fuel | Piece goods, hazardous | 2TT | Improved Town Industries | ||||||
NUKW | Nuclear waste | Piece goods, hazardous | 2TT | Improved Town Industries | ||||||
OILI | Oil (imported) | 0040 Liquid | 2TT | Industries of the Caribbean | ||||||
OILD | Oil (domestic) | 0040 Liquid | 2TT | Industries of the Caribbean | ||||||
OTI1 | Workers | 0001 Passengers | OTIS | |||||||
OTI2 | Tourists | 0001 Passengers | OTIS | |||||||
OYST | Oysters | 00A4 Express, piece goods, refrigerated | OTIS | |||||||
O2__ | Oxygen | 0040 Liquids | ||||||||
PACK | Packaging | 0020 Piece goods | CZIS | Packaging used mostly for food production. | ||||||
PCL_ | Parcels | 0006 Express, mail | OTIS | |||||||
PIPE | Pipe | 0020 Piece goods | OTIS | XIS | 2TT | CZIS | ||||
POWR | Electrical Parts | 0020 Piece goods | OTIS | XIS | CZIS | OTIS: 0220 Covered, piece goods, renamed "Electrical Machines". XIS and CZIS: Renamed "Electrical Machines" | ||||
QLME | Quicklime | 0210 Bulk, covered/sheltered | XIS | CZIS | ||||||
RCYC | Recyclables | 0030 Bulk, piece goods | XIS | 2TT | ||||||
SALT | Salt | 0010 Bulk | XIS | |||||||
SASH | Soda Ash | 0210 Bulk, covered/sheltered | XIS | |||||||
SEED | Seed | 0230 Piece goods, bulk, covered | OTIS | |||||||
SESP | Marine Supplies | 0024 Express, piece goods | OTIS | |||||||
SGBT | Sugar beet | 0010 Bulk | XIS | CZIS | not in tropical | |||||
SGCN | Sugarcane | 1010 Bulk, non-pourable | 2TT | only tropical | ||||||
SLAG | Slag | 0010 Bulk | OTIS | XIS | CZIS | |||||
SOAP | Cleaning Agents | 0060 Piece goods, liquids | ||||||||
STAL | Alloy Steel | 0020 Piece goods | CZIS | |||||||
STCB | Carbon Steel | 0020 Piece goods | ||||||||
STSE | Steel Sections | 0020 Piece goods | CZIS | |||||||
STSH | Steel Sheet | 0020 Piece goods | CZIS | |||||||
STST | Stainless Steel | 0020 Piece goods | ||||||||
STWR | Steel Wire Rod | 0020 Piece goods | ||||||||
TATO | Potatoes | 00A4 Express, piece goods, refrigerated | OTIS | CZIS uses renamed Beans | ||||||
TEXT | Textile | 0220 Piece goods, covered | OTIS | |||||||
TBCO | Tobacco | 1010 Bulk, non-pourable | 2TT | Industries of the Caribbean | ||||||
TWOD | Tropic Wood | 0020 Piece goods | OTIS | formerly intended as a default cargo | ||||||
VBOD | Vehicle bodies | 0020 Piece goods | XIS | CZIS | ||||||
VENG | Vehicle Engines | 0020 Piece goods | CZIS | |||||||
VPTS | Vehicle Parts | 0024 Piece goods, express | XIS | CZIS | XIS: 0020 Piece goods, renamed "Parts" | |||||
WSTE | Waste | 0230 Piece goods, bulk, covered | 2TT | Used by Improved Town Industries. | ||||||
Fantasy Cargos | these cargos are for use in fantasy or science fiction settings | |||||||||
BATT | Batteries | 0020 Piece goods | TTD | YETI | Toyland | |||||
BUBL | Bubbles | 0020 Piece goods | TTD | Toyland | ||||||
COLA | Cola | 0040 Liquid | TTD | Toyland | ||||||
CTCD | Cotton Candy (Candyfloss) | 0010 Bulk | TTD | Toyland | ||||||
FZDR | Fizzy Drinks | 0020 Piece goods | TTD | Toyland | ||||||
PLST | Plastic | 0040 Liquid | TTD | Toyland; see also PLAS | ||||||
SWET | Sweets (Candy) | 0004 Express | TTD | Toyland | ||||||
TOFF | Toffee | 0010 Bulk | TTD | Toyland | ||||||
TOYS | Toys | 0020 Piece goods | TTD | Toyland | ||||||
YETI | Workers, YETI dudes | 0404 Express, oversized | YETI | |||||||
YETY | Tired Workers, Tired YETI dudes | 0404 Express, oversized | YETI | |||||||
ELEC | Charged Batteries (electricity from PP) | 0020 Piece goods | CZIS | Used as means of electricity transportation. | ||||||
NODC | Uncharged Batteries (return of batteries) aka No Direct Current | 0020 Piece goods | CZIS | Used as means of electricity transportation. | ||||||
Special Cargos | these cargos are for use outside industry sets and do not represent transporting anything | |||||||||
GEAR | Locomotive regearing | 8000 Special | Using this cargo may make your vehicle set incompatible with some industry sets
use CB36 instead to set capacity to 0 | |||||||
Deprecated Cargos | these cargos are not used by any current industry set, and are listed here for backwards compatibility | |||||||||
RSGR | Raw Sugar | 0010 Bulk | Deprecated see SGBT and SGCN | |||||||
SCRP | Scrap Metal | 0010 Piece goods | Deprecated see SCMT instead |
An overview of FIRS cargos is avaliable here for the latest version. Please don't add FIRS labels here, as they have a history of being outdated or wrong, which is unhelpful to other grf authors. Thanks.
If you write or publish a NewGRF which introduces a new cargo label, please also add a comment where the new label is used.