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.
Failed to load mods: core/lualib/util.lua:361: No icon size defined for icon
{
icon = "base/graphics/icons/steam-engine.png"
}
stack traceback:
[C]: in function 'error' core/lualib/util.lua:361: in function 'combine_icons' cargo-ships/prototypes/oil_rig.lua:235: in main chunk
[C]: in function 'require' cargo-ships/prototypes/entity.lua:5: in main chunk
[C]: in function 'require' cargo-ships/data.lua:4: in main chunk
This error is means that another mod is messing up the icon format of the base steam engine before I copy it. You will need to find out which mod is doing that and notify them. If you need my help, post the entire factorio-current.log so I can see your mod list.
Edit: I see that technically, setting "icons = {{icon="filename"}}" is legal, but util.combineicons does not accept it. I guess I can work around that.