Underground Transport

by coldarn

Provides ports to transfer items through an auto-routed, underground transportation network. It is especially helpful for modular logistics on large space platforms.

Utilities
a day ago
2.0
383
Logistics

g [FIXED] Crash during startup due to incompatible mods

6 months ago

Failed to load mods: UndergroundTransport/data-final-fixes.lua:28: attempt to index field 'sheet' (a nil value)
stack traceback:
UndergroundTransport/data-final-fixes.lua:28: in function 'makePort'
UndergroundTransport/data-final-fixes.lua:99: in main chunk

Mods to be disabled:
• UndergroundTransport (0.1.8)

6 months ago

This looks like a mod compatibility issue - what other mods are you using?

6 months ago

Ah. okay. I am currently at 330 and I doubt you wanna see that list haha.

6 months ago
(updated 6 months ago)

Looks like https://mods.factorio.com/mod/EntangledBelts is a potential culprit here, at least in my case.

EDIT: Nvm, re-reading the error, it's a different one.
Failed to load mods: File UndergroundTransport/graphics/output-eb-express-underground-belt.png not found

a day ago

Ah I see the problem here - Underground Transport tries to build underground equivalents for each belt it finds in the game but only has sprites for the default set, so mods that add other types causes this problem. This is great for mods that add faster belt variants but not ones that alter the default ones. I think the fix is to ignore any belts it can't find sprites for, assuming that's possible.

a day ago

I've fixed this in v0.1.10

New response