Actual Underground Pipes


What? Pipes that are actually... underground!?

Tweaks
11 days ago
2.0
1.36K
Logistics Fluids

g [fixed] Pipes confict with belts Space exploration

a month ago

when space exploration is installed underground pipes cannot be placed under belts

a month ago

Include modsets when making bug reports

a month ago

I.e. i won't be able to fix the issue until you provide a full modlist

a month ago

Hi the only mods installed are this and Space Exploration and its depedancys

a month ago

If this is insufficient please advise how you would like the modlist

a month ago

Thats sufficient, thank you

a month ago
(updated a month ago)

It appears that SE adds collision mask "space_tile" to all entities placeable in space.
So even if the normal pipes get excluded from that, the space pipes will still be affected.

From some attempts at digging into code:
- AUP needs to load after SE
- potentially needs to add an underground pipe specific layer for space pipes(sketchy part, I just slapped it into SE mod files as a stopgap), and remove "space_tile" from collision mask of "tomwub-" pipes. Haven't succedeed at step 2 tho.

Might need SE-specific version of the mod(for load order reasons, either name to start with later letter of alpha et than "s" or to list SE as hard dependency to load after)

a month ago
(updated a month ago)

Please dont attempt to reupload the mod. Im currently working on a fix

A note on dependencies, regardless of the type they always affect load order unless specifically told not to, so i'm going to test if adding it as a hidden dependency works.

a month ago

Fixed for v0.1.27

New response