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
26 days ago
0.16 - 2.0
224K
Transportation Logistics Trains Mining Fluids Power

i Off shore natural gas

3 months ago

Would it be possible/easy to support other fluid resources from other mods?
For example natural gas.
By a remote interface or a string list setting?

3 months ago
(updated 3 months ago)

No setting needed. Just need the other mod (or a compatibility mod) to create a resource with the same mining category and collision mask as offshore-oil.

3 months ago

I am trying to fork, and port to 2.0, this https://mods.factorio.com/mod/xander-mod
It adds a fluid resource named "natural-gas", deep-copied from vanilla "crude-oil".

3 months ago

So, you will need to make a separate resource entity for offshore natural gas. Do a deepcopy of offshore-oil in data-updates, after depending on Cargo Ships. Then in data-final-fixes, set the offshore-gas "collision_mask" and "category" to deepcopies of those elements of offshore-oil.

You will also need to add the new resources to the Nauvis planet definition in order for them to appear in the map generation resource sliders.

3 months ago
(updated 3 months ago)

Ahh super! So the oil_rig can pump all resources with category = "offshore-fluid" !
Thanks!

New response