Unsinkable Sam

New Ships for OpenTTD

Code Reference

9 ships


BulkCarrier Subclass

Limited set of bulk (mineral) cargos. Equivalent of Road Hog dump hauler and Iron Horse hopper wagon.

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Bulk Barge C 25 1870 100 240 28 48 20
Bulk Barge D 25 1870 100 576 28 91 20

EdiblesTanker Subclass

Gallons and gallons and gallons of wine, milk or water. Except in metric systems, where it's litres.

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Edibles Tanker D 25 1870 100 576 64 142 10

FruitVegCarrier Subclass

Fruit and vegetables, with improved decay rate

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Fruit & Vegetables Carrier D 25 1870 100 576 28 91 10

LivestockCarrier Subclass

Special type for livestock (as you might guess).

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Livestock Carrier D 25 1870 100 576 28 91 10

PieceGoodsCarrier Subclass

Piece goods cargos, other selected cargos. Equivalent of Road Hog box hauler and Iron Horse box wagon. IRL: "GCV", "Break-bulk", "Pallet carrier". Not "box ship" because IRL they are container carriers (yair).

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Piece Goods Carrier D 25 1870 100 576 28 91 10

Reefer Subclass

Refits to limited range of refrigerated cargos, with 'improved' cargo decay rate.

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Refrigerated Ship D 25 1870 100 576 28 91 10

Tanker Subclass

Ronseal ("does what it says on the tin", for those without extensive knowledge of UK advertising).

Ship Name Subtype Extra Info Speed Laden Intro Date Vehicle Life Capacity Buy Cost Running Cost Loading Speed Sprites Complete
Tanker C 25 1870 100 240 28 65 10
Tanker D 25 1870 100 576 64 142 10


Numeric IDs

Numeric ID ID Title
1 tanker_C string(STR_NAME_tanker_C, string(STR_NAME_TANKER), string(STR_HULL_SIZE_C))
2 tanker_D string(STR_NAME_tanker_D, string(STR_NAME_TANKER), string(STR_HULL_SIZE_D))
8 piece_goods_carrier_D string(STR_NAME_piece_goods_carrier_D, string(STR_NAME_PIECE_GOODS_CARRIER), string(STR_HULL_SIZE_D))
9 bulk_carrier_D string(STR_NAME_bulk_carrier_D, string(STR_NAME_BULK_BARGE), string(STR_HULL_SIZE_D))
10 bulk_carrier_C string(STR_NAME_bulk_carrier_C, string(STR_NAME_BULK_BARGE), string(STR_HULL_SIZE_C))
15 reefer_D string(STR_NAME_reefer_D, string(STR_NAME_REEFER), string(STR_HULL_SIZE_D))
16 livestock_carrier_D string(STR_NAME_livestock_carrier_D, string(STR_NAME_LIVESTOCK_CARRIER), string(STR_HULL_SIZE_D))
18 edibles_tanker_D string(STR_NAME_edibles_tanker_D, string(STR_NAME_EDIBLES_TANKER), string(STR_HULL_SIZE_D))
30 fruit_veg_carrier_D string(STR_NAME_fruit_veg_carrier_D, string(STR_NAME_FRUIT_VEG_CARRIER), string(STR_HULL_SIZE_D))
Unsinkable Sam, with thanks to all who helped