Difference between revisions of "CargoTypes"

From GRFSpecs
Jump to navigationJump to search
 
(137 intermediate revisions by 23 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 blindly 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=
 
   
  +
== Cargo Labels ==
Definitions of cargo types used in TTD and the patch
 
 
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]].
 
 
||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.
 
 
||Type A|Bit Value|Type B|Cargo|{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV}|{DIV(bg=&gt;#eebb00)}Type B{DIV}|{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV}
 
 
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|Use first (**) refittable cargo type as default cargo. See also [[VehicleRefitting|vehicle refitting]].
 
 
FE|n/a|n/a|Used in action 3 for stations to disable default
 
 
FF|n/a|n/a|Shown in purchase list||
 
* Only in temperate climate, with moreindustriesperclimate switch, i.e. disabled when &quot;newcargos&quot; switched on
 
** &quot;first&quot; 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.
 
 
==Cargo Labels==
 
   
 
The following cargo labels have been defined so far:
 
The following cargo labels have been defined so far:
   
||Label|Cargo description|[[Action0Cargos#Cargo_classes_16_|Cargo classes]]|Notes
 
 
<center>TTD Default Cargos</center>
 
 
PASS|Passengers|0001 Passengers |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
COAL|Coal|0010 Bulk |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
MAIL|Mail|0002 Mail |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
OIL_|Oil|0040 Liquid |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
LVST|Livestock|0020 Piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
GOOD|Goods|0004 Express|{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
GRAI|Grain|0010 Bulk | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |Temperate; see also WHEA, MAIZ, CERE
 
 
WOOD|Wood|0020 Piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
IORE|Iron Ore|0010 Bulk |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
STEL|Steel|0020 Piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
VALU|Valuables|0008 Armoured |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |Temperate; see also GOLD, DIAM
 
 
PAPR|Paper|0020 Piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
WHEA|Wheat|0010 Bulk | | |Arctic; see also GRAI, MAIZ, CERE
 
 
FOOD|Food|0084 Express, refrigerated |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
GOLD|Gold|0008 Armoured |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |Arctic; see also VALU, DIAM
 
 
RUBR|Rubber|0040 Liquid |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
FRUT|Fruit|0090 Bulk, refrigerated |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
MAIZ|Maize|0010 Bulk | | |Tropic; see also GRAI, WHEA, CERE
 
 
CORE|Copper Ore|0010 Bulk |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
WATR|Water|0040 Liquid |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
DIAM|Diamonds|0008 Armoured |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |Tropic; see also VALU, GOLD
 
 
SUGR|Sugar|0010 Bulk | | |
 
 
TOYS|Toys|0020 Piece goods | | |
 
 
BATT|Batteries|0020 Piece goods | | |
 
 
SWET|Sweets (Candy)|0004 Express | | |
 
 
TOFF|Toffee|0010 Bulk | | |
 
 
COLA|Cola|0040 Liquid | | |
 
 
CTCD|Cotton Candy (Candyfloss)|0010 Bulk | | |
 
 
BUBL|Bubbles|0020 Piece goods | | |
 
 
PLST|Plastic|0040 Liquid | | |Toyland; see also PLAS
 
 
FZDR|Fizzy Drinks|0020 Piece goods | | |
 
 
<center>NewCargos</center>
 
 
AORE|Bauxite (Aluminium ore)|0010 Bulk | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
BEER|Alcohol|0064 Express, piece goods, liquids | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
BDMT|Building Materials|0220 Piece goods, covered/sheltered | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
BRCK|Bricks| 0020 Piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
CERA|Ceramics| 0020 Piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
CERE|Cereals| 0210 Bulk, covered/sheltered |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |(*)
 
 
CARB|Carbon Brick|0010 Bulk | | |
 
 
CLAY|Clay|0210 Bulk covered/sheltered | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
CMNT|Cement| 0210 Bulk covered/sheltered |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
COPR|Copper|0020 Piece goods | | |
 
 
DURA|Depleted Uranium|0100 Hazardous | | |
 
 
DYES|Dyes| 0060 Piece goods, liquids |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
ENSP|Engineering Supplies|0024 Express, piece goods | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
FERT|Fertiliser| 0030 Bulk, piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |(*)
 
 
FICR|Fibre crops| 0030 Bulk, piece goods|{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
FISH|Fish| 0084 Express, refrigerated |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
FMSP|Farm Supplies|0024 Express, piece goods | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
FRVG|Fruit and Vegetables|00A4 Express, piece goods, refrigerated &nbsp;| |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
FUEL|Fuel|0040 Liquid | | |Use PETR for refined-oil fuel
 
 
GEAR|Locomotive regearing|8000 Special | | |
 
 
GLAS|Glass| 0420 Piece goods, oversized |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
GRVL|Gravel / Ballast|0010 Bulk | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
LIME|Lime stone| 0010 Bulk |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
MATE|Materials|0020 Piece goods | | |
 
 
MILK|Milk|00C4 Express, liquid, refrigerated | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
MNSP|Manufacturing Supplies|0020 Piece Goods, express | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
OLSD|Oil seed| 0210 Bulk, covered/sheltered |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |(*)
 
 
OXYG|Oxygen|0040 Liquid | | |
 
 
PETR|Petrol / Fuel Oil| 0040 Liquid |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} &nbsp;|
 
 
PLAS|Plastic| 0060 Piece goods, liquid|{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
POTA|Potash| 0210 Bulk, covered/sheltered |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |(*)
 
 
RCKT|Rockets|0000 None| | |
 
 
RFPR|Refined products| 0040 Liquid |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
RSGR|Raw Sugar|0010 Bulk | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} | Sugar cane in tropic, sugar beet in other climates
 
 
SAND|Sand| 0010 Bulk |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
SCRP|Scrap Metal|0010 Bulk | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} &nbsp;|
 
 
SILI|Silicate|0010 Bulk | | |
 
 
SULP|Sulphur| 0210 Bulk, covered/sheltered |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |(*)
 
 
TOUR|Tourists| 0005 Passengers, express |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
TWOD|Tropic Wood|0020 Piece goods | | |
 
 
UORE|Uranium Ore|0110 Hazardous, Bulk | | |
 
 
URAN|Uranium|0100 Hazardous | | |
 
 
VEHI|Vehicles| 0420 Piece goods, oversized |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} | |
 
 
WATT|Electricity|0000 None | | |
 
 
WDPR|Wood Products| 0030 Bulk, piece goods |{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
 
WOOL|Wool| 0220 Piece goods, covered/sheltered &nbsp;|{DIV(bg=&gt;#eebb00)}<center>~hs~[[ECS|<span style='color:#000000'>ECS</span>]]~hs~</center>{DIV} |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |(*)
 
   
  +
{|class="wikitable"
WSTE|Waste|0010 Bulk | |{DIV(bg=&gt;#1a3cb7)}<center>~hs~[[FIRS|<span style='color:#FFFFFF'>FIRS</span>]]~hs~</center>{DIV} |
 
  +
|-
  +
! Label
  +
! Cargo Description
  +
! [[Action0Cargos#CargoClasses_.2816.29|Cargo classes]]
  +
! colspan="8" | Usage
  +
! Notes
  +
|-
  +
| align="center" colspan="2" | '''Basic Cargos'''
  +
| align="center" colspan="10" | These cargos are present when no NewGRF is used, or in some common Industry NewGRFs
  +
|-
  +
| PASS
  +
| Passengers
  +
| 0001 Passengers
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|-
  +
| COAL
  +
| Coal
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|-
  +
| MAIL
  +
| Mail
  +
| 0002 Mail
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|-
  +
| OIL_
  +
| Oil
  +
| 0040 Liquid
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| LVST
  +
| Livestock
  +
| 0020 Piece goods
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|-
  +
| GOOD
  +
| Goods
  +
| 0004 Express
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|-
  +
| GRAI
  +
| Grain
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #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
  +
| 0020 Piece goods
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
| style="background: #FF0000; color: white" | CZIS
  +
| Named Logs in some industry sets (FIRS, 2TT)
  +
|-
  +
| IORE
  +
| Iron Ore
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| STEL
  +
| Steel
  +
| 0020 Piece goods
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
| style="background: #FF0000; color: white" | CZIS
  +
| YETI: Renamed "Balls of Steel", OTIS: Renamed "Metal"
  +
|-
  +
| VALU
  +
| Valuables
  +
| 0008 Armoured
  +
| 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
  +
|-
  +
| PAPR
  +
| Paper
  +
| 0020 Piece goods
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| OTIS: 0220 Covered, piece goods
  +
|-
  +
| WHEA
  +
| Wheat
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| Arctic; see also GRAI, MAIZ, CERE
  +
|-
  +
| FOOD
  +
| Food
  +
| 0084 Express, refrigerated
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
| style="background: #FF0000; color: white" | CZIS
  +
| YETI: 00A0 Refrigerated, piece goods
  +
|-
  +
| GOLD
  +
| Gold
  +
| 0008 Armoured
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| Arctic; see also VALU, DIAM
  +
|-
  +
| RUBR
  +
| Rubber
  +
| 0040 Liquid
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
|
  +
|-
  +
| FRUT
  +
| Fruit
  +
| 0090 Bulk, refrigerated
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| FIRS & XIS: 00A4 Express, piece goods, refrigerated, YETI: 00A0 Piece goods, covered.
  +
|-
  +
| MAIZ
  +
| Maize
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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
  +
| Copper Ore
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| WATR
  +
| Water
  +
| 0040 Liquid
  +
| 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
  +
| Diamonds
  +
| 0008 Armoured
  +
| style="background: #CC00CC; color: black" | TTD
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
| Tropic; see also VALU, GOLD
  +
|-
  +
| SUGR
  +
| Sugar
  +
| 0010 Bulk
  +
| style="background: #CC00CC; color: black" | TTD
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
| style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
|
  +
| Toyland. FIRS: 0030 Bulk, piece goods
  +
|-
  +
| AORE
  +
| Bauxite (Aluminium ore)
  +
| 0010 Bulk
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| BDMT
  +
| Building Materials
  +
| 0220 Piece goods, covered/sheltered
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| FIRS & XIS: 0030 Bulk, piece goods. YETI: 0020 Piece goods.
  +
|-
  +
| BEAN
  +
| Beans
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
| CZIS renamed to Potatoes
  +
|-
  +
| BEER
  +
| Alcohol
  +
| 0064 Express, piece goods, liquids
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| 0024 Express, piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| Bricks
  +
| 0020 Piece goods
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| CBLK
  +
| Carbon Black
  +
| 0230 Piece goods, bulk, covered/sheltered
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| CERA
  +
| Ceramics
  +
| 0020 Piece goods
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| CERE
  +
| Cereals
  +
| 0210 Bulk, covered/sheltered
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| ECS: <ref name="ecs_cargo_change" />
  +
|-
  +
| CLAY
  +
| Clay
  +
| 0210 Bulk covered/sheltered
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| Cement
  +
| 0210 Bulk covered/sheltered
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| COPR
  +
| Copper
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| CTAR
  +
| Coal Tar
  +
| 0140 Liquids, hazardous
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| DYES
  +
| Dyes
  +
| 0060 Piece goods, liquids
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| ENSP
  +
| Engineering Supplies
  +
| 0024 Express, piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| FERT
  +
| Fertiliser
  +
| 0030 Bulk, piece goods
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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]]
  +
|
  +
| FIRS: 0024 Express, piece goods. OTIS: 0034 Express, piece goods, bulk. XIS: 0230 Covered, piece goods, bulk. ECS: <ref name="ecs_cargo_change" />
  +
|-
  +
| FICR
  +
| Fibre crops
  +
| 0030 Bulk, piece goods
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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
  +
| 0084 Express, refrigerated
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
|
  +
|-
  +
| FMSP
  +
| Farm Supplies
  +
| 0024 Express, piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| GLAS
  +
| Glass
  +
| 0420 Piece goods, oversized
  +
|
  +
| 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
  +
| Stone
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
| 0024 Piece goods, express
  +
|
  +
|
  +
| style="background: #1AD74C; color: black" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
| style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
|
  +
| Units in FIRS are 'bags'
  +
|-
  +
| KAOL
  +
| Kaolin (China Clay)
  +
| 0250 Bulk, liquids, covered
  +
|
  +
|
  +
| style="background: #1AD74C; color: black" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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
  +
| 0010 Bulk
  +
|
  +
| 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
  +
| 00C4 Express, liquid, refrigerated
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| OLSD
  +
| Oil seed
  +
| 0210 Bulk, covered/sheltered
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| ECS: <ref name="ecs_cargo_change" />
  +
|-
  +
| PEAT
  +
| Peat
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
| XIS: Renamed "Biomass"
  +
|-
  +
| PETR
  +
| Petrol / Fuel Oil
  +
| 0040 Liquid
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
| XIS: Renamed "Oil sands"
  +
|-
  +
| PLAS
  +
| Plastic
  +
| 0060 Piece goods, liquid
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| PORE
  +
| Pyrite Ore
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
| XIS: Renamed "Zinc ore"
  +
|-
  +
| POTA
  +
| Potash
  +
| 0210 Bulk, covered/sheltered
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| FIRS: 0010 Bulk. ECS: <ref name="ecs_cargo_change" />
  +
|-
  +
| RFPR
  +
| Refined products
  +
| 0040 Liquid
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
| style="background: #FF0000; color: white" | CZIS
  +
| OTIS: renamed "Sewage", XIS: renamed "Petrochemicals", FIRS4: 0160 Liquid, Piece Goods, Hazardous, renamed "Chemicals"
  +
|-
  +
| SAND
  +
| Sand
  +
| 0010 Bulk
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| SCMT
  +
| Scrap Metal
  +
| 1010 Bulk, non-pourable
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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
  +
| Sulphur
  +
| 0250 Bulk, liquid, covered/sheltered.
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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
  +
| Tourists
  +
| 0005 Passengers, express
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
|
  +
| ECS; see also OTI2
  +
|-
  +
| TYRE
  +
| Tyres
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki: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
  +
| 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: #1AD74C; color: white" | [[ttwiki: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
  +
| XIS & OTIS: Renamed "Timber"
  +
|-
  +
| WOOL
  +
| Wool
  +
| 0220 Piece goods, covered/sheltered
  +
|
  +
| style="background: #FFCC00; color: black" | [[ttwiki:ECS|ECS]]
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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="10" | these cargos are only present in rare/specialized situations
  +
|-
  +
| ACID
  +
| Acid
  +
| 0140 Liquids, hazardous
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
| FIRS; See also METL
  +
|-
  +
| BAKE
  +
| Flour
  +
| 0A30 Bulk, powderized, piece goods, covered
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| CASS
  +
| Cassava
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| CHLO
  +
| Chlorine
  +
| 0140 Liquids, hazardous
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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
  +
| 0060 Piece goods, liquids
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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]]
  +
|
  +
|
  +
|
  +
| Deprecated FIRS cargo. Replaced by FRUT for FIRS > v1.3.0
  +
|-
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
|
  +
|-
  +
| LYE_
  +
| Sodium Hydroxide (Lye)
  +
| 0140 Liquids, hazardous
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| MEAT
  +
| Meat
  +
| 00A4 Express, piece goods, refrigerated
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| METL
  +
| Metal
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
| XIS: Renamed "Aluminium"; See also ALUM
  +
|-
  +
| MNO2
  +
| Manganese
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
|
  +
|-
  +
| MNSP
  +
| Manufacturing Supplies
  +
| 0024 Piece goods, express
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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
  +
| 0140 Liquids, hazardous
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| NHNO
  +
| NH4NO3 chemical
  +
| 0130 Hazardous, bulk, piece goods
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| NUTS
  +
| Nuts
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| PACK
  +
| Packaging
  +
| 0020 Piece goods
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|Packaging used mostly for food production.
  +
|-
  +
| PCL_
  +
| Parcels
  +
| 0006 Express, mail
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| PIPE
  +
| Pipe
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki: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
  +
|
  +
|-
  +
| POWR
  +
| Electrical Parts
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| RCYC
  +
| Recyclables
  +
| 0030 Bulk, piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
| style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
|
  +
|
  +
|-
  +
| SALT
  +
| Salt
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
|
  +
|
  +
|-
  +
| SASH
  +
| Soda Ash
  +
| 0210 Bulk, covered/sheltered
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
| style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
|
  +
| only tropical
  +
|-
  +
| SLAG
  +
| Slag
  +
| 0010 Bulk
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
| 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
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| STAL
  +
| Alloy Steel
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| STCB
  +
| Carbon Steel
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| STSE
  +
| Steel Sections
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| STSH
  +
| Steel Sheet
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| STST
  +
| Stainless Steel
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| STWR
  +
| Steel Wire Rod
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| TATO
  +
| Potatoes
  +
| 00A4 Express, piece goods, refrigerated
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
|
  +
| CZIS uses renamed Beans
  +
|-
  +
| TEXT
  +
| Textile
  +
| 0220 Piece goods, covered
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #D1D1D1; color: black" | [[ttwiki:OTIS|OTIS]]
  +
|
  +
|
  +
|
  +
|
  +
|-
  +
| TBCO
  +
| Tobacco
  +
| 1010 Bulk, non-pourable
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| 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: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| VENG
  +
| Vehicle Engines
  +
| 0020 Piece goods
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
|
  +
|-
  +
| VPTS
  +
| Vehicle Parts
  +
| 0024 Piece goods, express
  +
|
  +
|
  +
| style="background: #1AD74C; color: white" | [[ttwiki:FIRS|FIRS]]
  +
|
  +
|
  +
| style="background: #80A0D0; color: white" | [[ttwiki:XIS|XIS]]
  +
|
  +
| style="background: #FF0000; color: white" | CZIS
  +
| XIS: 0020 Piece goods, renamed "Parts"
  +
|-
  +
| WSTE
  +
| Waste
  +
| 0230 Piece goods, bulk, covered
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| style="background: #B4A7D6; color: white" | [[ttwiki:2TT|2TT]]
  +
|
  +
| Used by Improved Town Industries. Deprecated in FIRS.
  +
|-
  +
| align="center" colspan="2" | '''Fantasy Cargos'''
  +
| align="center" colspan="10" | 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="10" | these cargos are for use outside industry sets and do not represent transporting anything
  +
|-
  +
| DFLT
  +
| 'Default'
  +
| ---- None
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| Used by andythenorth to identify default cargo graphics in newgrfs that use code/graphics generation.
  +
Not intended to be used as an actual cargo in translation tables.
  +
|-
  +
| 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="10" | these cargos are not used by any current industry set, and are listed here for backwards compatibility
  +
|-
  +
| RSGR
  +
| Raw Sugar
  +
| 0010 Bulk
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| Deprecated in FIRS. See SGBT and SGCN
  +
|-
  +
| SCRP
  +
| Scrap Metal
  +
| 0010 Piece goods
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
|
  +
| Deprecated in FIRS. See SCMT instead
  +
|}
   
  +
<references />
||
 
   
  +
If you write or publish a NewGRF which introduces a new cargo label, please also add a comment where the new label is used.
(*) ECS cargo classes changed as of dec 31, 2010
 

Latest revision as of 14:36, 23 February 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 blindly 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.

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 FIRS OTIS XIS 2TT CZIS
COAL Coal 0010 Bulk TTD ECS FIRS OTIS XIS 2TT CZIS
MAIL Mail 0002 Mail TTD ECS FIRS OTIS XIS 2TT CZIS
OIL_ Oil 0040 Liquid TTD ECS FIRS YETI OTIS XIS 2TT CZIS
LVST Livestock 0020 Piece goods TTD ECS FIRS YETI OTIS XIS CZIS
GOOD Goods 0004 Express TTD ECS FIRS OTIS XIS 2TT CZIS
GRAI Grain 0010 Bulk TTD FIRS YETI OTIS XIS 2TT CZIS Temperate; see also WHEA, MAIZ, CERE. YETI & OTIS: 0210 Covered, bulk
WOOD Wood 0020 Piece goods TTD ECS FIRS YETI OTIS XIS 2TT CZIS Named Logs in some industry sets (FIRS, 2TT)
IORE Iron Ore 0010 Bulk TTD ECS FIRS YETI OTIS XIS 2TT CZIS
STEL Steel 0020 Piece goods TTD ECS FIRS 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 FIRS 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 FIRS YETI OTIS XIS 2TT CZIS YETI: 00A0 Refrigerated, piece goods
GOLD Gold 0008 Armoured TTD ECS FIRS Arctic; see also VALU, DIAM
RUBR Rubber 0040 Liquid TTD ECS FIRS OTIS XIS
FRUT Fruit 0090 Bulk, refrigerated TTD ECS FIRS YETI OTIS XIS CZIS FIRS & XIS: 00A4 Express, piece goods, refrigerated, YETI: 00A0 Piece goods, covered.
MAIZ Maize 0010 Bulk TTD FIRS OTIS XIS Tropic; see also GRAI, WHEA, CERE. OTIS: Renamed "Animal Feed"
CORE Copper Ore 0010 Bulk TTD ECS FIRS OTIS XIS CZIS
WATR Water 0040 Liquid TTD ECS OTIS OTIS: 0044 Express, liquid
DIAM Diamonds 0008 Armoured TTD ECS FIRS XIS Tropic; see also VALU, GOLD
SUGR Sugar 0010 Bulk TTD FIRS 2TT Toyland. FIRS: 0030 Bulk, piece goods
AORE Bauxite (Aluminium ore) 0010 Bulk ECS FIRS OTIS XIS CZIS
BDMT Building Materials 0220 Piece goods, covered/sheltered ECS FIRS YETI OTIS XIS CZIS FIRS & XIS: 0030 Bulk, piece goods. YETI: 0020 Piece goods.
BEAN Beans 0010 Bulk FIRS XIS CZIS CZIS renamed to Potatoes
BEER Alcohol 0064 Express, piece goods, liquids FIRS OTIS XIS 2TT CZIS
BOOM Explosives 0024 Express, piece goods FIRS OTIS XIS OTIS: 0124 Express, Piece goods, hazardous
BRCK Bricks 0020 Piece goods ECS
CBLK Carbon Black 0230 Piece goods, bulk, covered/sheltered FIRS
CERA Ceramics 0020 Piece goods ECS
CERE Cereals 0210 Bulk, covered/sheltered ECS ECS: [1]
CLAY Clay 0210 Bulk covered/sheltered FIRS YETI OTIS XIS CZIS
CMNT Cement 0210 Bulk covered/sheltered ECS FIRS OTIS XIS CZIS
COPR Copper 0020 Piece goods FIRS OTIS XIS CZIS
CSTI Cast Iron 0020 Piece goods FIRS
CTAR Coal Tar 0140 Liquids, hazardous FIRS
DYES Dyes 0060 Piece goods, liquids ECS
ENSP Engineering Supplies 0024 Express, piece goods FIRS XIS 2TT CZIS 2TT Industries of the Caribbean: named Machinery
FECR Ferrochrome 0010 Bulk FIRS
FERT Fertiliser 0030 Bulk, piece goods ECS FIRS OTIS XIS 2TT FIRS: 0024 Express, piece goods. OTIS: 0034 Express, piece goods, bulk. XIS: 0230 Covered, piece goods, bulk. ECS: [1]
FICR Fibre crops 0030 Bulk, piece goods ECS FIRS OTIS XIS OTIS: 0230 Piece goods, bulk, covered/sheltered, renamed "Cotton"
FISH Fish 0084 Express, refrigerated ECS FIRS OTIS XIS
FMSP Farm Supplies 0024 Express, piece goods FIRS XIS CZIS
GLAS Glass 0420 Piece goods, oversized ECS OTIS CZIS OTIS: 0410 Piece goods, bulk
GRVL Stone 0010 Bulk FIRS YETI OTIS XIS CZIS Renamed from "Gravel / Ballast" XIS: Renamed "Aggregate"
JAVA Coffee 0024 Piece goods, express FIRS XIS 2TT Units in FIRS are 'bags'
KAOL Kaolin (China Clay) 0250 Bulk, liquids, covered FIRS XIS 2TT CZIS XIS: Renamed "Lithium"
LIME Lime stone 0010 Bulk ECS OTIS XIS CZIS
MILK Milk 00C4 Express, liquid, refrigerated FIRS OTIS CZIS
OLSD Oil seed 0210 Bulk, covered/sheltered ECS ECS: [1]
PEAT Peat 0010 Bulk FIRS XIS XIS: Renamed "Biomass"
PETR Petrol / Fuel Oil 0040 Liquid ECS FIRS OTIS XIS CZIS OTIS: 0130 Hazardous, liquid
PHOS Phosphate 0010 Bulk FIRS XIS XIS: Renamed "Oil sands"
PLAS Plastic 0060 Piece goods, liquid ECS CZIS
PORE Pyrite Ore 0010 Bulk FIRS XIS XIS: Renamed "Zinc ore"
POTA Potash 0210 Bulk, covered/sheltered ECS FIRS FIRS: 0010 Bulk. ECS: [1]
RFPR Refined products 0040 Liquid ECS FIRS YETI OTIS XIS 2TT CZIS OTIS: renamed "Sewage", XIS: renamed "Petrochemicals", FIRS4: 0160 Liquid, Piece Goods, Hazardous, renamed "Chemicals"
SAND Sand 0010 Bulk ECS FIRS OTIS CZIS
SCMT Scrap Metal 1010 Bulk, non-pourable FIRS OTIS XIS CZIS OTIS: Renamed "Waste/Garbage"
SULP Sulphur 0250 Bulk, liquid, covered/sheltered. ECS FIRS 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 FIRS CZIS
URAN Uranium 0110 Bulk, hazardous YETI OTIS 2TT 2TT: Piece goods, hazardous
VEHI Vehicles 0420 Piece goods, oversized ECS FIRS YETI OTIS XIS CZIS XIS: 0020 Piece goods. OTIS: 0020 Piece goods, renamed "Cars"
WDPR Wood Products 0030 Bulk, piece goods ECS FIRS OTIS XIS 2TT CZIS XIS & OTIS: Renamed "Timber"
WOOL Wool 0220 Piece goods, covered/sheltered ECS FIRS OTIS XIS ECS: [1]
ZINC Zinc 0020 Piece goods FIRS XIS 2TT
Extended Cargos these cargos are only present in rare/specialized situations
ACID Acid 0140 Liquids, hazardous FIRS OTIS XIS CZIS
ALUM Aluminium 0020 Piece goods FIRS CZIS FIRS; See also METL
BAKE Flour 0A30 Bulk, powderized, piece goods, covered OTIS
CASS Cassava 0010 Bulk FIRS
CHLO Chlorine 0140 Liquids, hazardous FIRS 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 FIRS 2TT 2TT Lumberjack Industries: renamed Varnish
COBL Cobalt 0020 Piece goods 2TT Industries of the Caribbean
COKE Coke 0010 Bulk FIRS XIS CZIS
ELTR Electricity 8000 Special OTIS CZIS uses its own labels... see ELEC and NODC
EOIL Edible Oil 0060 Piece goods, liquids FIRS XIS
FRVG Fruit (and optionally Vegetables) 00A4 Express, piece goods, refrigerated OTIS Deprecated FIRS cargo. Replaced by FRUT for FIRS > v1.3.0
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 FIRS XIS
LYE_ Sodium Hydroxide (Lye) 0140 Liquids, hazardous FIRS
MEAT Meat 00A4 Express, piece goods, refrigerated OTIS
METL Metal 0020 Piece goods FIRS XIS XIS: Renamed "Aluminium"; See also ALUM
MNO2 Manganese 0010 Bulk FIRS XIS
MNSP Manufacturing Supplies 0024 Piece goods, express FIRS 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 FIRS CZIS
NHNO NH4NO3 chemical 0130 Hazardous, bulk, piece goods CZIS
NUTS Nuts 0020 Piece goods FIRS XIS
NICK Nickel 0010 Bulk 2TT
NITR Nitrate 0010 Bulk FIRS 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 FIRS
PACK Packaging 0020 Piece goods CZIS Packaging used mostly for food production.
PCL_ Parcels 0006 Express, mail OTIS
PIPE Pipe 0020 Piece goods FIRS OTIS XIS 2TT CZIS
POWR Electrical Parts 0020 Piece goods FIRS OTIS XIS CZIS OTIS: 0220 Covered, piece goods, renamed "Electrical Machines". XIS and CZIS: Renamed "Electrical Machines"
QLME Quicklime 0210 Bulk, covered/sheltered FIRS XIS CZIS
RCYC Recyclables 0030 Bulk, piece goods FIRS XIS 2TT
SALT Salt 0010 Bulk FIRS XIS
SASH Soda Ash 0210 Bulk, covered/sheltered FIRS XIS
SEED Seed 0230 Piece goods, bulk, covered OTIS
SESP Marine Supplies 0024 Express, piece goods OTIS
SGBT Sugar beet 0010 Bulk FIRS XIS CZIS not in tropical
SGCN Sugarcane 1010 Bulk, non-pourable FIRS 2TT only tropical
SLAG Slag 0010 Bulk FIRS OTIS XIS CZIS
SOAP Cleaning Agents 0060 Piece goods, liquids FIRS
STAL Alloy Steel 0020 Piece goods FIRS CZIS
STCB Carbon Steel 0020 Piece goods FIRS
STSE Steel Sections 0020 Piece goods FIRS CZIS
STSH Steel Sheet 0020 Piece goods FIRS CZIS
STST Stainless Steel 0020 Piece goods FIRS
STWR Steel Wire Rod 0020 Piece goods FIRS
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 FIRS XIS CZIS
VENG Vehicle Engines 0020 Piece goods FIRS CZIS
VPTS Vehicle Parts 0024 Piece goods, express FIRS XIS CZIS XIS: 0020 Piece goods, renamed "Parts"
WSTE Waste 0230 Piece goods, bulk, covered 2TT Used by Improved Town Industries. Deprecated in FIRS.
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
DFLT 'Default' ---- None Used by andythenorth to identify default cargo graphics in newgrfs that use code/graphics generation.

Not intended to be used as an actual cargo in translation tables.

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 in FIRS. See SGBT and SGCN
SCRP Scrap Metal 0010 Piece goods Deprecated in FIRS. See SCMT instead
  1. 1.0 1.1 1.2 1.3 1.4 1.5 ECS cargo classes changed as of Dec 31, 2010

If you write or publish a NewGRF which introduces a new cargo label, please also add a comment where the new label is used.