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
2 months ago
0.16 - 1.1
207K
Transportation Logistics Trains Mining Fluids Power

b Canno generate deepsea oil with FactorioWorld mod?

6 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.

6 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.

6 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)

6 years ago

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

6 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