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

b [Fixed] Can't exit onto shallow water

1 year, 3 months ago

Using shift-enter doesn't place the player on shallow water even though you can walk on it. Shallow water is in vanilla but not generated by vanilla map-gen. See https://mods.factorio.com/mod/CanalBuilderMAV, https://mods.factorio.com/mod/Waterfill_Shallow, or Alien Biomes to get it in game (or just use /editor).

The problem is that you are using tile_player_test_item to test for collision, which has "water-tile" in the collision mask. Much better to instead call surface.find_non_colliding_position with the name of the character entity itself (player.character.name), which is guaranteed to have the correct collision mask.

robot256 β˜†
1 year, 3 months ago

Thanks. Fixed in latest release.

New response