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 [fixed] Invisible rail collision layer

1 year, 5 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.

1 year, 5 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

1 year, 5 months ago

Please tell me how you did it!

1 year, 5 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.

1 year, 4 months ago

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

New response