[Mod] Pipeworks [20131128] [pipeworks]

User avatar
LazerRay
Member
 
Posts: 146
Joined: Sun Jul 27, 2014 01:32
GitHub: LazerRay

Re: [Mod] Pipeworks [20131128] [pipeworks]

by LazerRay » Fri Jul 03, 2015 14:49

I like that idea of the sort pipes have the sides default as "off", it would also help when I set up networks, since I tend to have the input path turned off to prevent back-flow.
 

User avatar
Cryterion
Member
 
Posts: 93
Joined: Tue Jun 10, 2014 08:12
GitHub: Cryterion
IRC: Cryterion
In-game: Cryterion

Re: [Mod] Pipeworks [20131128] [pipeworks]

by Cryterion » Mon Jul 06, 2015 20:48

Hi, noticed something which has been around for awhile, Deployers, did a test and it resulted in the following:-

Deployer placed with blinky to trigger, place 2 different items in the deployer, (I used dirt and granite), dirt being in the first block and granite in the second. The deployer will place the dirt (As expected) in front of it, yet on the next cycle it will place the granite 1 node out if it is an air block (Won't if not)

As far as I believe the deployer should only manipulate the node in front of it, IE deploy if Air, Water_Flowing, or Lava_Flowing
No trees or animals were hurt in the production of this message. However, a large number of Electrons were temporarily inconvenienced.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Mod] Pipeworks [20131128] [pipeworks]

by VanessaE » Tue Jul 07, 2015 08:01

That's deliberate behavior, primarily for things like the default farming mod. An example there is a deployer facing upward, with hoed, wet soil on top of it, and loaded with cotton or wheat seeds (or receiving them from a tube). It'll place the seeds on top of the hoed soil when triggered.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Mon Aug 03, 2015 23:37

Is there a way to make the Mese Filters/Injectors run with out hitting a button.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Mod] Pipeworks [20131128] [pipeworks]

by VanessaE » Mon Aug 03, 2015 23:51

If you don't need precision, set a mesecons blinky plant next to the Filter.

If that's too slow, and you still don't need precision control, build a simple mesecons oscillator using a delayer and a NOT gate, and feed the output to the Filter.

Otherwise, use something like a LuaController to generate your signals.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
LazerRay
Member
 
Posts: 146
Joined: Sun Jul 27, 2014 01:32
GitHub: LazerRay

Re: [Mod] Pipeworks [20131128] [pipeworks]

by LazerRay » Wed Aug 05, 2015 14:57

I tend to put a Mescons (detector) pipe on the output side of a filter, so I just hit it once to kick start the machine and it triggers itself until the connected chest is empty, and for such a simple set up, it works very fast and is resource friendly while being as compact as possible.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Wed Aug 05, 2015 15:45

I was thinking that to.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sat Aug 15, 2015 03:03

I have a cave im digging and collecting items from down -152 unitw. I set up a chest with a itemwise injector connected to a transport tube. and transporting it to a chest on the surface. I tried it on the surface and it worked fine but when i try it from the cave, all the items fall on the ground out of the tube and dont get transported.
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Sat Aug 15, 2015 05:49

Teleporting tubes are much more reliable for that. I routinely send quarry output to my house 3000 nodes away with teleport tubes.
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

Re: [Mod] Pipeworks [20131128] [pipeworks]

by Nore » Sat Aug 15, 2015 07:20

DoyleChris wrote:I have a cave im digging and collecting items from down -152 unitw. I set up a chest with a itemwise injector connected to a transport tube. and transporting it to a chest on the surface. I tried it on the surface and it worked fine but when i try it from the cave, all the items fall on the ground out of the tube and dont get transported.

Have you tried the latest version of pipeworks? This bug should have been fixed in it.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sat Aug 15, 2015 12:56

Well i went to the Github and downloaded the latest version from here and installed it and i am still running into the same problrm.
I checked the debug file and it dosent show any errors for the pipeworks.
I have attached a screen shot of the items falling on the ground.
Your going to ask what version and everything so, Minetest i am running 0.4.12.
Change log in pipeworks says 2013-01-13

Teleport.jpg
Cant teleport.
Teleport.jpg (139.58 KiB) Viewed 7116 times
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Sat Aug 15, 2015 13:09

Did you right click both the receiving and sending teleport tube to give them the same channel name?
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sat Aug 15, 2015 15:57

Yes i have them named 1 but i still cant get them to send.
Is it a problem if there going over the 0 locations 0,0,0.
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Sat Aug 15, 2015 16:16

DoyleChris wrote:Is it a problem if there going over the 0 locations 0,0,0.


Sorry, not sure what you mean by that.

Is this on a server, perhaps someone can come on and take a look?
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sat Aug 15, 2015 17:19

No its not a server, its a singleplayer mode.
The TBM Mod im using said not to run it across the 0,0,0 location, so i was wondering about the teleport tube.
ill get a few pictures to show.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sat Aug 15, 2015 17:28

Here are a few pictures.
Attachments
Teleport3.JPG
Sender Chest Injector and Tube
Teleport3.JPG (99.61 KiB) Viewed 7116 times
Teleport2.JPG
Receiver Chest and Tube
Teleport2.JPG (40.01 KiB) Viewed 7116 times
Teleport1.JPG
Settings on Reciever
Teleport1.JPG (21.46 KiB) Viewed 7116 times
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Mon Aug 17, 2015 21:53

Is there a way to get a sort tube to connect to chests next to each other.
I have 2 gold chest sitting next to each other, and i want one for lumps and the other for other stuff.
I have a mine deep down and using a teleport tube to bring them to my base then i want to sort them.
But when i put tubes next to each other they connect.
Anyway to keep them from connecting.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Pipeworks [20131128] [pipeworks]

by benrob0329 » Tue Aug 18, 2015 02:18

I'm not quite sure what the problem with the setup is, but here is how i would do that:

[ ] = [ ]
|
|



[ ] == chest

= == sorting tube

| == tube



You set the sorting tube to send lumps into one chest and everything else into the other.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Tue Aug 18, 2015 11:18

Well all my chests are stacked on top and next to each other.
@@@ @=chest
@@@
So should i space them out like this.
@#@#@ @=chest
#@#@# #=space
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Tue Aug 18, 2015 11:40

Place the tubes behind the chests:

Image
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Tue Aug 18, 2015 13:02

Cobblestone to last box on bottom.
All lumps to first box on top.

1. So how would you route that to get to the chest listed above.
2. The very first blue box from the injector, is that used at all.
3. With red, blue and green, yellow next to each other which one do you use to move it to the next sort.
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Tue Aug 18, 2015 13:06

DoyleChris wrote:Cobblestone to last box on bottom.
All lumps to first box on top.

1. So how would you route that to get to the chest listed above.
2. The very first blue box from the injector, is that used at all.
3. With red, blue and green, yellow next to each other which one do you use to move it to the next sort.

It sounds like perhaps you don't know how sorting tubes work at all? Have you read this: https://github.com/VanessaE/pipeworks/w ... ting-tubes
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Tue Aug 18, 2015 13:30

Well i did read that many times.
And if you where to look at the picture, then the setup page you would see.
1. Injector is on the read section, then the chests are on the white and blue.
2. Then in the setup window you have a door and red stone going to red. And cactus going to white which is shutoff.

So im asuming but the pictures the door and redstone need to go towards the injector.
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Tue Aug 18, 2015 13:40

Alright, I'll explain using my screenshot above, and your requirement "Cobblestone to last box on bottom. All lumps to first box on top."

What I find best is to always turn off all the sorting tube's directions as a start.

So once all that is done, to send lumps to the first box on top (I assume by 'first' you mean closest to the injector), you would add lumps to the green box for the first tube on the bottom and turn it "on", then add lumps to the white box for the first tube on the top and turn it "on".

To send cobble all the way to the last chest on the bottom, make sure all the sorting tubes on the bottom row have their red box set to "on", except the last one. The last one you put cobble in the white box, and turn it "on".

Make more sense now? It seems really complicated but once you get the hang of it its actually quite simple.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Tue Aug 18, 2015 15:38

If i shut all off except the one that sorts it acts like a regular tube, till it hits a sort color that is active.
You use the green if you want it to go to tge second level.
then white to sort to chest on top and bottom
And you can use the red color as a filter.
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Tue Aug 18, 2015 18:18

I'm sorry, I'm not really following what you mean. Are you trying to describe some behaviour that you are seeing that isn't what you expect?
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Tue Aug 18, 2015 18:23

Nevermind ill setup some tubes in creative mode and try stuff.
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sun Sep 13, 2015 18:15

Is there a way to sort just Lumps of items. Instead of a specific item.
 

ThatGraemeGuy
Member
 
Posts: 126
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy

Re: [Mod] Pipeworks [20131128] [pipeworks]

by ThatGraemeGuy » Sun Sep 13, 2015 18:36

DoyleChris wrote:Is there a way to sort just Lumps of items. Instead of a specific item.

Not sure what you mean, can you elaborate?
 

DoyleChris
Member
 
Posts: 176
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Pipeworks [20131128] [pipeworks]

by DoyleChris » Sun Sep 13, 2015 19:03

when you dig a block of gold out of the ground you get a lump. What i want is to have a transport tube take all the lumps and send them to the grinders then grinders to furnace.
But right now you only have a selection of 6 selections. So i want to say just all the lumps.
 

PreviousNext

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 48 guests

cron