Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Pressurizing Magma  (Read 1241 times)

DrKillPatient

  • Bay Watcher
  • The yak falls infinitely
    • View Profile
Pressurizing Magma
« on: May 14, 2011, 04:49:55 pm »

I have a device that's supposed to make magma bubble up through grates in the floor. Pumps raise the magma from a cistern to the magma chamber's level, but it falls down into a second cistern below the chamber. Will the pressure from the pumps push magma upward into the top area?

I've set it up like this:

Where P> or <P is pump going in the direction of the arrow
# is a floor grate
_____________________
_enemies go here_#<P |
|_________________|P> |
|~~~~~~magma~~~~~~|
Logged
"Frankly, if you're hanging out with people who tell you to use v.begin() instead of &v[0], you need to rethink your social circle."
    Scott Meyers, Effective STL

I've written bash scripts to make using DF easier under Linux!

gtmattz

  • Bay Watcher
  • [PREFSTRING:BEARD]
    • View Profile
Re: Pressurizing Magma
« Reply #1 on: May 14, 2011, 05:06:32 pm »

The pump should pump the magma up to the same Z level as itself, so your design should work.  IF you want to make double sure, make that pump stack a couple levels taller and you should be filling that room for sure.
Logged
Quote from: Hyndis
Just try it! Its not like you die IRL if Urist McMiner falls into magma.

elpizo

  • Bay Watcher
  • DOWN WE GO!
    • View Profile
Re: Pressurizing Magma
« Reply #2 on: May 14, 2011, 05:53:13 pm »

hey glados!
well, you know what we always say, when i doubt !!science!!

evileeyore

  • Bay Watcher
    • View Profile
Re: Pressurizing Magma
« Reply #3 on: May 14, 2011, 08:24:27 pm »

hey glados!
well, you know what we always say, when i doubt !!science!!

I'm patiently waiting for Toady to put in Baking, so we can have Cake now that we have milk, eggs, flour, and sugar...
Logged

Darkmere

  • Bay Watcher
  • Exploding me won't bring back your honey.
    • View Profile
Re: Pressurizing Magma
« Reply #4 on: May 14, 2011, 08:39:31 pm »

Ah yes, the dwarven "magma bakery".

There's really no other way to implement it, I'm convinced.
Logged
And then, they will be weaponized. Like everything in this game, from kittens to babies, everything is a potential device of murder.
So if baseless speculation is all we have, we might as well treat it like fact.

elpizo

  • Bay Watcher
  • DOWN WE GO!
    • View Profile
Re: Pressurizing Magma
« Reply #5 on: May 14, 2011, 09:36:05 pm »

hey glados!
well, you know what we always say, when i doubt !!science!!

I'm patiently waiting for Toady to put in Baking, so we can have Cake now that we have milk, eggs, flour, and sugar...
«nd then make a aperture science fortress filled with deadly traps, pressure plates and more and hide the cake after the ever lasting fire

DrKillPatient

  • Bay Watcher
  • The yak falls infinitely
    • View Profile
Re: Pressurizing Magma
« Reply #6 on: May 14, 2011, 09:54:31 pm »

Well, there is a dodge-this trap just before the Urist !!Science!! Magma Murder Device, so I could toss some down into a labyrinth of test chambers... Hm. I think I'll do that, actually. That is, if I survive the Fortress Defense mod long enough D=
Logged
"Frankly, if you're hanging out with people who tell you to use v.begin() instead of &v[0], you need to rethink your social circle."
    Scott Meyers, Effective STL

I've written bash scripts to make using DF easier under Linux!

Dynastia

  • Bay Watcher
    • View Profile
Re: Pressurizing Magma
« Reply #7 on: May 15, 2011, 12:03:35 pm »

It will work. I raped one of my own forts with an accidentally similar design (except my magma was pressured to five Z-levels above the surface...)
Logged

kendo

  • Bay Watcher
    • View Profile
Re: Pressurizing Magma
« Reply #8 on: May 15, 2011, 01:26:20 pm »

I was going to make a thread on this, but I'll post it here since its the same idea.

 I have a setup like op's that doesn't work, I have hatches along where the enemies walk linked to pressure plates so that the hatches spring open to the magma level and in theory 'should' act like mines and release the 'pressurized' magma

top down view


WWWWWWW    z  -1 the walled in magma cistern, I've made a snaking pattern to funnel the magma   
W              W            under the hatches on the next level
WWWWW  W
W  Magma  W
W WWWW  W
WWWWWWW

WWWWWWW    z  -0  blank space ground level is where the enemies will be entering h = hatches
W    h     h W             B= bridge where they enter, a walled off section with a grate for the 2 pumpstack
B       h      W
B    h     h WW
W            WG =P>
WWWWWWW

WWWWWWW    z  +1  pumping up from the below pump and sending it back down to the cistern level
W              W             
B               W
B       WWWW
W      W <P=G
WWWWWWW


When the pumps are manned, and enemies walk onto the hatches, all that happens is the hatches open, and the magma doesn't rise up like I thought it would. My area is pretty big, so made walls and snaked the magma cistern underneath the hatches. I also increased the amount of pumps - its now 3 on each level. I tried it with all pumps drawing from the same cistern, then I tried it with two - one below the first pump and the one above pumping into a separate one beneath the hatches

Neither works, the magma is 7/7 everywhere in the system, the top level doesn't seem to be drawing the magma from the pumps below.  What is going wrong?

Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: Pressurizing Magma
« Reply #9 on: May 15, 2011, 01:50:38 pm »

kendo: the problem is that your pumps are feeding directly back into the magma cistern, so there's nowhere for the pressure to "build up" and force it out of the hatches. If you want that to work, you'll need to make sure that the pool of magma underneath the hatches is not connected to your pump intakes.

Also, in the future use [code][/code] tags for your drawings.
Logged
P.S. If you don't get this note, let me know and I'll write you another.
It's amazing how dwarves can make a stack of bones completely waterproof and magmaproof.
It's amazing how they can make an entire floodgate out of the bones of 2 cats.

Jelle

  • Bay Watcher
    • View Profile
Re: Pressurizing Magma
« Reply #10 on: May 15, 2011, 01:54:24 pm »

I, for one, would love some cake made out of purring maggot milk, cave wheat flour, elk bird egg and sweet pod sugar.
Logged

kendo

  • Bay Watcher
    • View Profile
Re: Pressurizing Magma
« Reply #11 on: May 15, 2011, 02:31:26 pm »

kendo: the problem is that your pumps are feeding directly back into the magma cistern, so there's nowhere for the pressure to "build up" and force it out of the hatches. If you want that to work, you'll need to make sure that the pool of magma underneath the hatches is not connected to your pump intakes.

Also, in the future use [code][/code] tags for your drawings.

That was my first idea why it didnt work. I had it all coming from the same source originally but now my z - 0 level pump is drawing from a separate cistern than my z +1 pump is.
Logged