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

g [Fixed] Error on loading

7 months ago

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

7 months ago
(updated 7 months ago)

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.

7 months ago

Fixed in 1.0.28.

New response