[1.1.101] Invalid pipe connections

Place to get help with not working mods / modding interface.
Post Reply
User avatar
glavbuh1993
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Jan 10, 2024 10:57 pm
Contact:

[1.1.101] Invalid pipe connections

Post by glavbuh1993 »

Trying to increase object "steel-furnace" (furnace) :

8.331 Script @__my_mod__/data-final-fixes.lua:216:
8.331 Script @__my_mod__/data-final-fixes.lua:217: u.name = steel-furnace u.collision_box and u.selection_box replacing
8.331 Script @__my_mod__/data-final-fixes.lua:219: build: steel-furnace selection_box before {{-0.8, -1}, {0.8, 1}}
8.331 Script @__my_mod__/data-final-fixes.lua:225: build: steel-furnace selection_box after {{-2, -2}, {2, 2}}
8.331 Script @__my_mod__/data-final-fixes.lua:227: build: steel-furnace collision_box before {{-0.7, -0.7}, {0.7, 0.7}}
8.331 Script @__my_mod__/data-final-fixes.lua:233: build: steel-furnace collision_box after {{-1.7, -1.7}, {1.7, 1.7}}
8.331 Script @__my_mod__/data-final-fixes.lua:246: build: steel-furnace animation.layers index=1 type(shift)=table shift before {-0.046875, 0.046875}
8.331 Script @__my_mod__/data-final-fixes.lua:249: build: steel-furnace animation.layers index=1 type(shift)=table shift after {-0.09375, 0.09375}
8.331 Script @__my_mod__/data-final-fixes.lua:255: build: steel-furnace animation.layers index=1 scale before nil
8.331 Script @__my_mod__/data-final-fixes.lua:258: build: steel-furnace animation.layers index=1 scale after 2
8.331 Script @__my_mod__/data-final-fixes.lua:262: build: steel-furnace animation.layers index=1 type(shift)=table shift before {-0.0390625, 0.0625}
8.331 Script @__my_mod__/data-final-fixes.lua:265: build: steel-furnace animation.layers index=1 type(shift)=table shift after {-0.078125, 0.125}
8.331 Script @__my_mod__/data-final-fixes.lua:269: build: steel-furnace animation.layers index=1 scale before 0.5
8.331 Script @__my_mod__/data-final-fixes.lua:276: build: steel-furnace animation.layers index=1 scale after 1
8.331 Script @__my_mod__/data-final-fixes.lua:246: build: steel-furnace animation.layers index=2 type(shift)=table shift before {1.234375, 0.359375}
8.331 Script @__my_mod__/data-final-fixes.lua:249: build: steel-furnace animation.layers index=2 type(shift)=table shift after {2.46875, 0.71875}
8.331 Script @__my_mod__/data-final-fixes.lua:255: build: steel-furnace animation.layers index=2 scale before nil
8.331 Script @__my_mod__/data-final-fixes.lua:258: build: steel-furnace animation.layers index=2 scale after 2
8.331 Script @__my_mod__/data-final-fixes.lua:262: build: steel-furnace animation.layers index=2 type(shift)=table shift before {1.2265625, 0.3515625}
8.331 Script @__my_mod__/data-final-fixes.lua:265: build: steel-furnace animation.layers index=2 type(shift)=table shift after {2.453125, 0.703125}
8.331 Script @__my_mod__/data-final-fixes.lua:269: build: steel-furnace animation.layers index=2 scale before 0.5
8.331 Script @__my_mod__/data-final-fixes.lua:276: build: steel-furnace animation.layers index=2 scale after 1
8.336 Script @__my_mod__/data-final-fixes.lua:729:

Caused the following error:

12.322 Error ModManager.cpp:1625: Error while loading entity prototype "steel-furnace" (furnace): Invalid pipe connections specification for offset {0.5000000000, 1.5000000000}. The offset must be outside of the entity bounding-box
Modifications: Base mod › Pyanodons Coal Processing › Pyanodons AlienLife › UPS, FPS › Pyanodons Post-processing › My Mod

But in the "steel-furnace" (furnace) object there is neither the pipe connections nor even a fluid_boxes.

An attempt to substitute the necessary pipe connections coordinates:

12.341 Error ModManager.cpp:1625: Error while loading entity prototype "steel-furnace" (furnace): Key "pipe_connections" not found in property tree at ROOT.furnace.steel-furnace.fluid_boxes.pipe_connections
Modifications: Base mod › Pyanodons Coal Processing › Pyanodons AlienLife › UPS, FPS › Pyanodons Post-processing › My Mod

Bilka
Factorio Staff
Factorio Staff
Posts: 3139
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [1.1.101] Invalid pipe connections

Post by Bilka »

fluid_boxes is an array of fluidboxes, not just one fluidbox. Please do not post your modding help issues in bug reports.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

Post Reply

Return to “Modding help”