Advanced Fluid Handling


Valves have been removed due to the current engine limitations. *Check out “Configurable Valves” by Stringweasel for a very clever and convenient valve mod* --Adds I, L, T, and Cross underground pipe extensions. --Adds pipes to ground with I, L, T, and Cross shaped underground outputs that are able to be rotated independent of the above ground port. --Adds an Underground pump. CHECK HOTKEYS FOR MOD.

Content
16 days ago
0.16 - 2.0
40.2K
Logistics

g Error loading this

1 year, 10 months ago

Error loading mods

Failed to load mods: Error while running setup for entity prototypy "one-to-one-forward-pipe" (pipe-to-ground)::next_upgrade target (niobium-pipe-to-ground) must have the same fast_replaceable_group (pipe != pipe-to-ground).

It's disabling underground-pipe-pack 1.1.2 and advanced_fluid_handling_for_py 1.0.8.

I have a bunch of mods installed - all the pyanodon stuff + a bunch of QOL mods. I can give a full list if its relavant.

1 year, 10 months ago

I get the same error with underground-pipe-pack v1.1.2 and k2-steel-pipes v1.0.0:

Failed to load mods: Error while running setup for entity prototype "one-to-one-forward-pipe" (pipe-to-ground): next_upgrade target (kr-steel-pipe-to-ground) must have the same fast_replaceable_group (pipe != pipe-to-ground).

Mods to be disabled:
• underground-pipe-pack (1.1.2)
1 year, 9 months ago

I changed the following 3 lines to "pipe"

underground-pipe-pack_1.1.2\prototypes\entities\pipes-to-ground.lua
Line 216: currentPipe.fast_replaceable group = "pipe-to-ground"

underground-pipe-pack_1.1.2\prototypes\entities\underground-buildings.1ua
Line 15: fast_replaceable_group = 'pipe-to-ground’,

underground-pipe-pack_1.1.2\prototypes\entities\underground-pipes.lua
Line 207: current _pipe.fast replaceable group = "pipe-to-ground"

1 year, 9 months ago
(updated 1 year, 9 months ago)

I changed the following 3 lines to "pipe"

underground-pipe-pack_1.1.2\prototypes\entities\pipes-to-ground.lua
Line 216: currentPipe.fast_replaceable group = "pipe-to-ground"

underground-pipe-pack_1.1.2\prototypes\entities\underground-buildings.1ua
Line 15: fast_replaceable_group = 'pipe-to-ground’,

underground-pipe-pack_1.1.2\prototypes\entities\underground-pipes.lua
Line 207: current _pipe.fast replaceable group = "pipe-to-ground"

Unfortunately, I couldn't fix the problem with the above changes.
I got the following information through the above changes:
attempt to index global 'currentpipe' (a nil value)
stack traceback:
...ound-pipe-pack__/prototypes/entities/pipes-to-ground.lua:215: in main chunk
[C]: in function 'require'
underground-pipe-pack/data.lua:22: in main chunk

attempt to index global 'currentpipe' (a nil value)
stack traceback:
...ound-pipe-pack__/prototypes/entities/pipes-to-ground.lua:215: in main chunk
[C]: in function 'require'
underground-pipe-pack/data.lua:22: in main chunk
How can this be resolved? Can it be solved? I am now very dependent on this MOD. If this MOD continues to provide such errors, I will have to replace it with a new save. Thank you

1 year, 9 months ago

The mod load order might need to be changed through the dependencies. Looks like those mods are trying to inject into the middle of my pipe setup phase.

New response