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

b [fixed] Invisible rail collision layer

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

7 months 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

6 months ago

Please tell me how you did it!

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

6 months ago

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

New response