[Mod] Pipeworks [git] [pipeworks]

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

You can craft the pipes, devices, and tubes and place them around your world, but they still don't do anything yet. Coming soon.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

madarexxx
Member
Posts: 144
Joined: Sat Aug 04, 2012 06:49

by madarexxx » Post

mmm... tubes places perfectly, but valve and pump works only in horizontal direction :(
BTW recipes are VERY expensive! It just destroys any goodies from original buildcraft... It (buildcraft) has really cheap recipes and it gives ability to build really BIG schemes like full-automatically factory, automated chest system and many other things!
What about original BC recipes? you can find it here http://www.mod-buildcraft.com/documentation/recipes/
Sorry for my bad English, please help me learn it - correct my worst mistakes :)

User avatar
RealBadAngel
Member
Posts: 557
Joined: Wed Jul 18, 2012 16:30

by RealBadAngel » Post

some preview video on whats comin soon:
http://www.youtube.com/watch?v=HGoFmhp9sGQ&feature=plcp

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Well I don't think I'll be doing the recipes in buildcraft, but I can always increase the yield of the existing recipes. Remember that this mod is still a work-in-progress. And besides, a player should have to work a bit for nice stuff like this I think :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

madarexxx
Member
Posts: 144
Joined: Sat Aug 04, 2012 06:49

by madarexxx » Post

VanessaE wrote:Well I don't think I'll be doing the recipes in buildcraft, but I can always increase the yield of the existing recipes. Remember that this mod is still a work-in-progress. And besides, a player should have to work a bit for nice stuff like this I think :-)
I think it too, but usually work is to build a scheme + transport scheme must be cheaper than stuff, which it transports!
Sorry for my bad English, please help me learn it - correct my worst mistakes :)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

2012-09-05: All recipes' outputs doubled (e.g. 6 steel -> 12 pipe segments) except for junglegrass -> plastic sheeting (since that's derived from homedecor and should not change).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

+1 !!
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

@VanessaE: Can you tell me which node names are registered by the mod? I found the code a bit messy (no offense). I found that the pipes are "pipeworks:pipe_XXXXXX_STATE", where state is either "empty" or "loaded", and XXXXXX is either 0 or 1 depending on the connections. I can't find what the water tank is registered as...
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Eh, maybe a little messy, but I don't think I could improve on it much, it's just the nature of those sorts of routines. Anyway, a complete listing is:

pipe_xxxxxx_{empty/full} (x's are in order of X-, X+, Y-, Y+, Z-, Z+ and indicate if there is a pipe segment going to a particular node face; aliased as "pipe")
tube_xxxxxx (x's defined the same as with pipes; aliased as "tube")
storage_tank_{0..10} ("storage_tank")
pump_{on/off}_{x/z} ("pump")
valve_{on/off}_{x/z} ("valve")
intake
outlet
testobject
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

Okay, got it. Thanks a lot VanessaE!
BTW, has anyone fixed it for transport of liquids yet?

PS: I love your mods! Especially the Flowers :)
Last edited by kaeza on Tue Nov 20, 2012 18:14, edited 1 time in total.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

Comp52
Member
Posts: 56
Joined: Sun Oct 07, 2012 00:49

by Comp52 » Post

yes, I'm really looking forward to someone making the pipes transport water and maybe items(water first, tho)

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

Pipes can sort of already transport items in technic, RealBadAngel is working on it.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Right, in technic, you can use Pipeworks' pneumatic tubes to transport items to/from devices that support that function. I've played around with it on someone else's server, and it seemed to work rather well.

RealBadAngel also has some test code that'll calculate liquid routing and transport through the steel pipes, but that code doesn't do anything useful to the end user yet.

Neither piece of code has been submitted as a patch for Pipeworks, however.

Hint, hint, RBA. :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
guilleelcapoextra
Member
Posts: 70
Joined: Sat Oct 13, 2012 23:49
Location: uruguay
Contact:

by guilleelcapoextra » Post

this is something that is said that just as industrial machines or similar

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

my (minimal, experimental) version - pipes, intakes and outlets work for moving water. Will add support for other (all?) liquids, disabled the devices that dont yet work either.

Image

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Thanks to Mauvebic's work, Pipeworks now has basic support for moving water! See the first post for details.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

2013-01-13: Items can now flow from between chests and furnaces via the pneumatic tubes!

To do this, I added Nore's item transport mod and integrated it into pipeworks. Thanks to Nore and RealBadAngel for the code. Note that this code addition has to redefine the default chests and furnaces (see compat.lua) in order to add some new group definitions so that tubes can appear to connect to these objects.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

When you use the item flow the item does not go into the other chest
Coding;
1X coding
3X debugging
12X tweaking to be just right

Nore
Developer
Posts: 501
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Post

There is a new version, in which it should be fixed.

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Nore wrote:There is a new version, in which it should be fixed.
VanessaE did you add the fix
Coding;
1X coding
3X debugging
12X tweaking to be just right

Nore
Developer
Posts: 501
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Post

jojoa1997 wrote:
Nore wrote:There is a new version, in which it should be fixed.
VanessaE did you add the fix
It looks like the fix has not been added yet.

Moreover, what are side textures for furnaces for? You can only insert items in them from top (get into the cooking slot) or bottom (get into the fuel slot).
Last edited by Nore on Mon Jan 14, 2013 17:10, edited 1 time in total.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

The images were more of a test, pending my working more with it :-)

Can pull the latest pipeworks and make your update against that so I don't have to re-integrate it? Thanks. :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Does this transport lava yet.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Nore
Developer
Posts: 501
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Post

I sent a pull request for the last version.

VanessaE, could you add a function that creates tubes with name and textures in input? (so we could create other tubes with more functionnalities)

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

What would be nice is a node that allows you to send them in different directions. Like mesecons microcontrollers.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Post Reply

Who is online

Users browsing this forum: Nininik and 17 guests