Cargo Ships


Adds massive cargo ships to the game, that function similarly to trains. Also adds deep sea oil, oil platforms, tanker ships, train bridges and other water based content.

Content
6 months ago
0.16 - 1.1
193K
Transportation Logistics Trains Mining Fluids Power

g ✔️Spawning oil patches

2 years ago
(updated 2 years ago)

so i just discovered this mod, and wanted to use it on my already existing world, but the oil patches didnt generate (obviously). is there any way to spawn them in using console? i tried the normal command for spawning oil changing it from oil to deep oil, but they generate with 0% productivity. any help?

command i used:

/c local position=nil
for i=1,9 do
position=game.player.surface.find_non_colliding_position("deep_oil", game.player.position, 0, i/2+1.5)
if position then
game.player.surface.create_entity({name="deep_oil", amount=100000, position=position})
end
end

2 years ago

In the new version 0.1.2 and above, you can load your old save with the new version, and type in the console "/regenerate-oil". It will create deep sea oil on the entire map using the new map-seed-based algorithm. It might also make your land deposits regain their original productivity, haven't tested that yet.

New response