Page 1 of 2

[0.12.17]Clean Pipes 0.0.4 - Decide how pipes connect!

Posted: Thu Jul 10, 2014 12:30 pm
by ThaPear
Clean Pipes

Updated for version 0.12.17 - Thanks to Divran
Get it here!

This mod allows you to build pipes which connect exactly as you want them to.
Simply craft a (one or two-sided) placer, place them with the arrow pointing towards other pipes and the pipes will connect.
See the GIF below for how it works.

Many thanks to Rseding91 for modifying it to work with blueprints.
3Mb GIF
0.0.4 for 0.11.6

Re: [MOD 0.10.x]Clean Pipes 0.0.1

Posted: Thu Jul 10, 2014 12:33 pm
by SuperSandro2000
good pic ;)

Re: [MOD 0.10.x]Clean Pipes 0.0.1

Posted: Thu Jul 10, 2014 1:21 pm
by Slan
Most of the mod actually allow 20/40/80+ sometimes pump. Can you make a version with 20/40/80 capactity ? You can see Yuoki mod and dytech one for the recipe they use and match them.

Re: [MOD 0.10.x]Clean Pipes 0.0.1

Posted: Thu Jul 10, 2014 5:27 pm
by CreeperDaReeper
Preview picture be broken. Not sure what I'm looking at here till you fix it.

Re: [MOD 0.10.x]Clean Pipes 0.0.1

Posted: Thu Jul 10, 2014 5:37 pm
by FreeER
CreeperDaReeper wrote:Preview picture be broken. Not sure what I'm looking at here till you fix it.
I copied the image location and pasted it into my address bar and was politely told by google:
Your client does not have permission to get URL /tr9hV0jdPbaYFMEZfaKZzbkhcXgI3n1xADKDsSXBRv9D5OL_RK1Pz9eCqu-E9R5sm3kkFWackrs from this server.
:lol:

Re: [MOD 0.10.x]Clean Pipes 0.0.1

Posted: Thu Jul 10, 2014 5:42 pm
by ThaPear
Ah, it's working now, sorry about that!

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Thu Jul 10, 2014 10:52 pm
by JamesOFarrell
This is awesome. I'll put a link in from the StraightPipes thread to this mod as this is much more useful. Thank you

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Thu Aug 07, 2014 2:31 pm
by Rseding91
A few things:
  • 1. The pipes don't place as owned by the player and so show up red on the minimap
  • 2. When placing and harvesting the 2 sided connection pipes it gives a one sided connection pipe back - not so much a bug but just annoying having to keep re-crafting 2 sided pipes
  • 3. Because all the different types of connections are different pipe entities they don't work with blueprints (always reports missing items)

For 1: That can be fixed by setting the force when using createentity in your control.lua script (unless it was intended)

For 2: You should be able to duplicate your existing pipe entities and have a second set that harvests to the double sided pipes

For 3: Blueprints only work if you've done #1 - blueprints don't let you create them out of non-player placed items apparently. But, you could also make a new crafting category tab with all the different styles of connecting pipe available to craft from the one-sided connection pipe item. That way you could have them available in your logistics network using auto-crafting and could blueprint copy-paste an existing pipe setup.

Having them in a different recipe category would keep them from cluttering up the existing recipe category that a normal player would use. You could also put the item description as "Pipe custom connections: N/S/E/W" while keeping the entity name the same (making them distinguishable from each other) so when it's placed in the world via your control.lua script or a robot it still reads "Clean pipe" for the name (entities in-world have no item description attached).

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Fri Aug 08, 2014 10:17 pm
by Rseding91
Rseding91 wrote:A few things:
  • 1. The pipes don't place as owned by the player and so show up red on the minimap
  • 2. When placing and harvesting the 2 sided connection pipes it gives a one sided connection pipe back - not so much a bug but just annoying having to keep re-crafting 2 sided pipes
  • 3. Because all the different types of connections are different pipe entities they don't work with blueprints (always reports missing items)

For 1: That can be fixed by setting the force when using createentity in your control.lua script (unless it was intended)

For 2: You should be able to duplicate your existing pipe entities and have a second set that harvests to the double sided pipes

For 3: Blueprints only work if you've done #1 - blueprints don't let you create them out of non-player placed items apparently. But, you could also make a new crafting category tab with all the different styles of connecting pipe available to craft from the one-sided connection pipe item. That way you could have them available in your logistics network using auto-crafting and could blueprint copy-paste an existing pipe setup.

Having them in a different recipe category would keep them from cluttering up the existing recipe category that a normal player would use. You could also put the item description as "Pipe custom connections: N/S/E/W" while keeping the entity name the same (making them distinguishable from each other) so when it's placed in the world via your control.lua script or a robot it still reads "Clean pipe" for the name (entities in-world have no item description attached).

I actually went ahead and did everything mentioned above: https://www.dropbox.com/s/ti48g9qpdnv9i ... nPipes.zip

Feel free to use it if you like :) I know I will.

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Fri Aug 08, 2014 10:37 pm
by ThaPear
Rseding91 wrote:I actually went ahead and did everything mentioned above: https://www.dropbox.com/s/ti48g9qpdnv9i ... nPipes.zip

Feel free to use it if you like :) I know I will.
Very nice!
I have put the link in the first post.

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Fri Sep 26, 2014 11:34 am
by t4nk3r4lyf
Love this mod :D

One question though, would it be possible to do a "clean corner"?

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Fri Sep 26, 2014 12:06 pm
by ThaPear
That's already possible, you simply place the clean pipes like this:
Image
Place 1, then 2, then remove 2.

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Fri Sep 26, 2014 1:09 pm
by t4nk3r4lyf
Ah ok, I'll give that a go. Thanks :)

*edit* just rewatched the opening gif, feeling like a scrub :P
Is the corner also possible with pipe to ground?
Pipe to ground> single piece corner > pipe to ground?

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Fri Sep 26, 2014 1:31 pm
by ThaPear
Yeah, once a piece of clean pipes is connected, the connections it has will behave like normal pipes.

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Tue Nov 04, 2014 9:45 pm
by micomico
Hello everyone.

This is one of the few mods I use and I wanted to keep playing my single-player pre-0.11 game with it. So I fixed it to load on this new version.

It most likely won't work on multiplayer. I'm a noob at modding and don't really know what I'm doing.

Here it is.

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Mon Dec 08, 2014 7:22 pm
by berni1212
micomico wrote:Hello everyone.

This is one of the few mods I use and I wanted to keep playing my single-player pre-0.11 game with it. So I fixed it to load on this new version.

It most likely won't work on multiplayer. I'm a noob at modding and don't really know what I'm doing.

Here it is.

Is it for the New Versions 0.11.5 ? and does it work for MP ? :) Plz reply would be a Really Cool mod for MP


And Thanks for making this mod

Re: [MOD 0.10.x]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Tue Dec 09, 2014 3:42 am
by AlphaRaptor
AWESOME MOD
Thats what we need in MP :)

Its Annoying that you need to build every pipe with 1 Empty Hole between another
Nice Mod :D

Re: [MOD 0.11.6]Clean Pipes 0.0.1 - Decide how pipes connect

Posted: Thu Dec 18, 2014 3:04 pm
by ThaPear
Updated for version 0.11.6
That sums it up.
Untested in multiplayer.

Get it on the first post.

Re: [0.11.6]Clean Pipes 0.0.4 - Decide how pipes connect!

Posted: Sat Jul 18, 2015 10:55 pm
by Cooolaid
would love to have this for v11.22 ,
Any possibilities for that ?

Re: [0.11.6]Clean Pipes 0.0.4 - Decide how pipes connect!

Posted: Sat Aug 01, 2015 9:06 am
by Cooolaid
Is this mod dead ?