[Mod] Pipeworks [git] [pipeworks]
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
[Mod] Pipeworks [git] [pipeworks]
Pipeworks
This mod uses supplies a complete set of round, flanged pipes, along with a number devices for them such as valves and pumps.
Pipes show via a "window" on them whether they have water in them. These windows only appear on straight lengths and on certain junctions. Note that digging them will always give you the empty ones.
This mod also supplies sets of boxy, clear pneumatic tubes with a wide range of functions: regular clear tubes that simply pass objects from one end to the other, various kinds of sorting, transport, and Mesecons-compatible signaling tubes, tubes that can accelerate and teleport, and more.
Please note that owing to the nature of this for the sake of decent appearance and function, I have opted to use larger-than-16px textures on the pipes and related devices.
Got a 3d printer? Well in that case, you can bring some of Pipeworks into the real world! Head over to my project on Prusaprinters. There you'll find modified versions of all of the different shapes of pipes and various pipe-related devices, ready for printing. This repository does not contain tube-related items. These are just solid models, of course, suitable for gluing together into a static "sculpture" that you might put on a shelf or in a display case, so don't expect to move water through them. :-)
Dependencies: Minetest engine 0.4.16 or newer, and a corresponding copy of minetest_game, and my basic_materials mod.
Recommends: mesecons (commit 5be179bf or newer).
License: LGPL 3.0 for code, CC-by-SA 4.0 for media and everything else.
Download: Get it from the mt-mods team, https://github.com/mt-mods/pipeworks/ar ... master.zip
...or browse the code: https://github.com/mt-mods/pipeworks
Install: Download and unzip the above file, rename the folder to just "pipeworks", and move it into Minetest's mods directory.
This mod uses supplies a complete set of round, flanged pipes, along with a number devices for them such as valves and pumps.
Pipes show via a "window" on them whether they have water in them. These windows only appear on straight lengths and on certain junctions. Note that digging them will always give you the empty ones.
This mod also supplies sets of boxy, clear pneumatic tubes with a wide range of functions: regular clear tubes that simply pass objects from one end to the other, various kinds of sorting, transport, and Mesecons-compatible signaling tubes, tubes that can accelerate and teleport, and more.
Please note that owing to the nature of this for the sake of decent appearance and function, I have opted to use larger-than-16px textures on the pipes and related devices.
Got a 3d printer? Well in that case, you can bring some of Pipeworks into the real world! Head over to my project on Prusaprinters. There you'll find modified versions of all of the different shapes of pipes and various pipe-related devices, ready for printing. This repository does not contain tube-related items. These are just solid models, of course, suitable for gluing together into a static "sculpture" that you might put on a shelf or in a display case, so don't expect to move water through them. :-)
Dependencies: Minetest engine 0.4.16 or newer, and a corresponding copy of minetest_game, and my basic_materials mod.
Recommends: mesecons (commit 5be179bf or newer).
License: LGPL 3.0 for code, CC-by-SA 4.0 for media and everything else.
Download: Get it from the mt-mods team, https://github.com/mt-mods/pipeworks/ar ... master.zip
...or browse the code: https://github.com/mt-mods/pipeworks
Install: Download and unzip the above file, rename the folder to just "pipeworks", and move it into Minetest's mods directory.
- Attachments
-
- Screenshot_2021-11-27_07-45-07.png (340.15 KiB) Viewed 29380 times
Last edited by VanessaE on Thu Nov 28, 2013 07:43, edited 1 time in total.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
- SegFault22
- Member
- Posts: 872
- Joined: Mon May 21, 2012 03:17
- Location: NaN
Good job! You should really make them connect to each other automatically!
(make a function that finds out where pipes and that replaces the current pipe with a fitting one. Call this function if a pipe is placed and also call it for all the pipes around the one that is placed)
One thing: Did you try it SegFault22 and sfan5 ^^? It doesn't work: You should simply include the file depends.txt with "default" in into the mod folder, the mod wont load else.
(make a function that finds out where pipes and that replaces the current pipe with a fitting one. Call this function if a pipe is placed and also call it for all the pipes around the one that is placed)
Thats just what I thought. C'mon sfan5!(perhaps a nicer-looking oil mod?)
One thing: Did you try it SegFault22 and sfan5 ^^? It doesn't work: You should simply include the file depends.txt with "default" in into the mod folder, the mod wont load else.
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
Odd, it loads fine for me in its current state (indeed I forgot to create depends.txt). As for making them connect automatically, I haven't figured out how to do that (in fact, I was thinking of asking you ;-) )
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
Steampunk! I never even thought of that. Might want to tune the sizes of the flanges a bit though :-) These were meant to look like large industrial pipes.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
cool :-)
suggestion: you could functionalize the whole thing so you could define different sets of pipes (with diff. nodeids, textures and crafts)
you could also rely on bucket.liquids to define what enters/exits the pipes, and any liquids defined for buckets in other mods would work w/ the pipes automatically :-)
suggestion: you could functionalize the whole thing so you could define different sets of pipes (with diff. nodeids, textures and crafts)
you could also rely on bucket.liquids to define what enters/exits the pipes, and any liquids defined for buckets in other mods would work w/ the pipes automatically :-)
Last edited by mauvebic on Mon Jun 25, 2012 12:56, edited 1 time in total.
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
At present, I don't have any plans to expand this beyond a set of nodes - I wrote it with the idea that someone else could do that and use it as the basis for their own mod.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
Really cool!
My mods: The Nether | Doctor Who (WIP)
I have quit minetest ... again. I am heavily unimpressed by both the game and the community.
I have quit minetest ... again. I am heavily unimpressed by both the game and the community.
- Neuromancer
- Member
- Posts: 1014
- Joined: Tue Jun 12, 2012 22:28
- GitHub: Neuromancer56
Exactly what I was thinking. I want to create the channelwood age of Myst. These need to transport water and act as an activator for pistons to raise bridges, and to power elevators. Of course you need pumps and forked valves as well.Keriz wrote:Make that you can transport water !
Here's what I'm talking about:
http://www.youtube.com/watch?v=WeIajF_PR2U
Last edited by Neuromancer on Fri Jul 13, 2012 20:45, edited 1 time in total.
Mods:Immersive Sounds
Phonics
Eden Game Natural Beauty Textures
Try out dropbox and get me free space: https://db.tt/JjjTr7fl
Phonics
Eden Game Natural Beauty Textures
Try out dropbox and get me free space: https://db.tt/JjjTr7fl
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
Now someone just has to write the code to do it :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
-
- Member
- Posts: 65
- Joined: Tue Jul 31, 2012 07:38
- Location: italy
- LocaL_ALchemisT
- Member
- Posts: 56
- Joined: Thu Jul 19, 2012 16:21
- Location: Asia Tenggara
just use node metadata and abmTopywo wrote:= acqua a seccopagliaccio wrote:i can use the pipe for dry water? i need a pump?
Transporting water with it is not possible. Someone has to write a mod for it.
the pipe contains a variable with value 0 or 1. if the pipe detects a body of water, the variable contains value 1. any pipes attached to it will have the same value (updated via abm). an output pipe with value 1 will spawn flowing water underneath it
Built Telegate v1.0, Workers v2.0, Broadcast v0.0 & Weeping Angel v0.1
Having A Buzy Week
From 0.4.10 with love~
Having A Buzy Week
From 0.4.10 with love~
-
- Member
- Posts: 65
- Joined: Tue Jul 31, 2012 07:38
- Location: italy
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
There are no crafting recipes yet because this is just a skeleton of a mod.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
VanessaE have you done crafting recipes for this yet and can it move water now so it can work with the new farming mod http://minetest.net/forum/viewtopic.php?id=2787 ?
- RealBadAngel
- Member
- Posts: 557
- Joined: Wed Jul 18, 2012 16:30
this is just base for pipes. nodes needed to create all needed connections for pipelines lookin goodSpots wrote:VanessaE have you done crafting recipes for this yet and can it move water now so it can work with the new farming mod http://minetest.net/forum/viewtopic.php?id=2787 ?
nothin more yet
Last edited by RealBadAngel on Tue Aug 14, 2012 17:40, edited 1 time in total.
- Neuromancer
- Member
- Posts: 1014
- Joined: Tue Jun 12, 2012 22:28
- GitHub: Neuromancer56
One thing I've always seen pipes have is valves. I'm thinking round ones would be too hard to create in nodebox, but ball valves might be easier (L-shaped colored handle both in an on and an off position (yellow, red, or black). It might be cool to have a pump node as well. It wouldn't have to be functional, but there could be 2 images for it, one with a light on and one with a light off, kind of the way the pipes already have.)VanessaE wrote:2012-08-05: Rewrote the whole thing, added end caps. Many other updates; see changelog for more info.
Last edited by Neuromancer on Fri Aug 17, 2012 12:08, edited 1 time in total.
Mods:Immersive Sounds
Phonics
Eden Game Natural Beauty Textures
Try out dropbox and get me free space: https://db.tt/JjjTr7fl
Phonics
Eden Game Natural Beauty Textures
Try out dropbox and get me free space: https://db.tt/JjjTr7fl
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
that's a good idea in fact, but it has a negative side effect: nodeboxes don't have per-cuboid texturing, so whatever I use will show on both the lever (or handwheel) *and* the pipe behind it. That means I can't say make a colored lever/wheel attached to a grey pipe.
The pump, on the other hand, would be pretty easy.
The pump, on the other hand, would be pretty easy.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)
-
- Member
- Posts: 844
- Joined: Wed Jul 11, 2012 15:02
- Neuromancer
- Member
- Posts: 1014
- Joined: Tue Jun 12, 2012 22:28
- GitHub: Neuromancer56
Holy he** they look awesome!VanessaE wrote:2012-08-18: Total rewrite again. All pipes are now nice and round-looking, and
they auto-connect! Also added temporary nodes for pump and valve (each with an
on/off setting - punch to change). No crafting recipes yet and the pipes still
don't do anything useful yet. Soon.
Last edited by Neuromancer on Sat Aug 18, 2012 13:43, edited 1 time in total.
Mods:Immersive Sounds
Phonics
Eden Game Natural Beauty Textures
Try out dropbox and get me free space: https://db.tt/JjjTr7fl
Phonics
Eden Game Natural Beauty Textures
Try out dropbox and get me free space: https://db.tt/JjjTr7fl