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

b Invisible rail collision layer

a month ago

I'm the mod owner of Subsurfaces. A user reported me an issue:
https://github.com/NathaU/factorio-subsurface/issues/32

This is because the invisible rail from your mod only has the object_layer, but my rail does not and cannot have. Afaik the issue could be fixed if you simply add the rail layer.

a month ago

+1
I was able to get it to work by adding the rail layer.
collision_mask = {layers = {object = true, rail = true}},
I like both mods and would appreciate if they were compatible

a month ago

Please tell me how you did it!

a month ago

I replaced each {layers = {object = true}} with {layers = {object = true, rail = true}} in water_rails.lua and bridge_gate.lua (%appdata%\Factorio\mods\cargo-ships_1.0.14.zip\cargo-ships\prototypes). It works for me but I can't give any guarantees.

16 days ago

Thanks for the report. This will be fixed in the next release, 1.0.15.

New response