Actual Underground Pipes


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

Tweaks
23 hours ago
2.0
1.23K
Logistics Fluids

g [fixed] Pipes confict with belts Space exploration

13 days ago

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

13 days ago

Include modsets when making bug reports

13 days ago

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

12 days ago

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

12 days ago

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

12 days ago

Thats sufficient, thank you

10 days ago
(updated 10 days 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)

10 days ago
(updated 10 days 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.

8 days ago

Fixed for v0.1.27

New response