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
11 days ago
0.16 - 2.1
275K
Transportation Logistics Trains Fluids

b Canno generate deepsea oil with FactorioWorld mod?

8 years ago

FactorioWorld mod will replace newly generate chunks with our world's form. Seems like deepoil sea won't generate in such post-generate oceans.

8 years ago

Yeah the method to generate oil is called on the original chunck creation. I'll look into it and maybe can make the mods compatible.

8 years ago

I feel like this bug cannot be fixed until get support by the author of FactorioWorld mod. Currently I came up with a solution:

  1. add remote event on cargo-ship
    local interface = {}
    function interface.placeDeepOil(e)
    ..........
    remote.add_interface("cargo-ship", interface)

  2. call this remove event after FW done his job
    remote.call("cargo-ship","placeDeepOil",event)

7 years ago

Where do I add these lines of code too, to make it compatible with Factorio World? Thanks

7 years ago

I'm not familiar with the factorio world mod, but I also can't place any deep sea oil in the water. I want to use the oil rig but without the oil, I can't place it anywhere.
Can you please fix this or at least show me how the deep sea oil can be placed?

New response