Cargo Ships


Adds massive cargo ships to the game, that function similarly to trains. Also adds tanker ships, train bridges. NOTE: In 2.1, You Must Install Oil Rigs Separately!

Content
12 days ago
0.16 - 2.1
276K
Transportation Logistics Trains Fluids

i Angels Petrochemicals compatibility.

7 years ago

Please consider making the oil rig produce multi phase oil instead of crude oil (like other pumpjacks do) when angel's petrochem is enabled.

7 years ago

I have the same request, and after some research it seems we can modify oil_rig.lua line 19
local deep_oil=table.deepcopy(data.raw["resource"]["liquid-multi-phase-oil"])

however it doesn't work.

7 years ago
(updated 7 years ago)

just now, it worked, just need to add one more line after line# 240, after data extend:

data.raw["resource"]["deep_oil"]["minable"].results={{type = "fluid", name = "liquid-multi-phase-oil", amount_min = 10, amount_max = 10, probability = 1}}

hope it can help other people who is looking for this.

7 years ago

thanks for the input, angles petrochem is now an optional dependency of the mod, and if installed, deep sea oil will produce multi phase oil

New response