Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2 3

Author Topic: Fully Automatic Watergun  (Read 25511 times)

QuantumMenace

  • Bay Watcher
    • View Profile
Fully Automatic Watergun
« on: August 10, 2012, 03:26:28 pm »

Combat physics treats Water [833] as a giant rock weighing 459, IIRC, heavier than most boulders. So, what if you use it in a "minecart shotgun" setup? Each cart only fires one glob at a time, but they don't need to be refilled manually, so you can have it repeat very fast, with unlimited ammo so long as you have a water source.

This was designed before I discovered the physics exploits detailed on this thread, so it doesn't take advantage of them yet, and this is only one half of my initial plan. It was intended to have 8 lanes/barrels, with the other 4 in a mirror image of the ones shown.

Spoiler (click to show/hide)

Of course, there's many variations you can use this with, such as:

-use ‼magma‼, obviously. Though since it blocks pathing, you might want to use a floor made of downward stairs with drainage underneath. Remember that collisions can make creatures fall through, and that down stairs block wagons.
-fire it across a narrow bridge, or down the length of a winding bridge. Underneath have a drowning chamber or whatever hazard you like.
-Fire it outside in freezing weather, preferably at least 1 level above ground. Remember to keep the water-filling and cart magazine sections underground to prevent them freezing, and shower the invaders with deadly freezing rain.

I hope to have an enhanced version using derail physics eventually. Enjoy!
Logged

Loud Whispers

  • Bay Watcher
  • They said we have to aim higher, so we dug deeper.
    • View Profile
    • I APPLAUD YOU SIRRAH
Re: Fully Automatic Watergun
« Reply #1 on: August 10, 2012, 03:31:01 pm »

That's no watergun, that's a science cannon!

Scruffy

  • Bay Watcher
  • !!DRUNK FORTRESS!! Come smell the ashes
    • View Profile
Re: Fully Automatic Watergun
« Reply #2 on: August 10, 2012, 04:13:44 pm »

Interesting! Keep us posted!
That's no watergun, that's a science cannon!
The greatest quoteI have read.
Logged
The weredwarf Urist McUrist has come! A bearded drunkard twisted into minute form. It is crazed for booze and socks. Its unwashed beard is tangled. It needs alcohol to get through the working day and has gone without a drink for far too long. Now you will know why you fear the mines.

Et tu, Urist

backora900

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #3 on: August 10, 2012, 04:44:35 pm »

Nice work and I admire your engineering skill.
I feel almost sorry for anyone who want to attack your fortress (even amphibious creatures :D).
One note: forbid minecarts ;)

Now I have 3 questions:
- I tried constructing this liquid-minecart "magazine" myself but somehow I was loosing minecarts right at the beginning of it. Because after few laps the minecart went too fast and ended "in ground". Did you have the same problem with this setting?

- Does it matter in which direction does a minecart falls on those rollers on floor -2 (right after it "fire")? For example when "shotgun" is firing E->W but rollers are going N->S.

- Could you lace water in that magasine with gnomeblight? Or GCS poison? Or some other fun-liquid? ;)
Logged

Bobnova

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #4 on: August 10, 2012, 05:07:03 pm »

Holy hell that's beautiful. I must build this.
Logged
how do I lizard Werewolf
ther seems to be a little gecko problem somehwere.
O gawd, drank all ten beers. And 3/5 of this at dinner.  I'm dronk.

DrKillPatient

  • Bay Watcher
  • The yak falls infinitely
    • View Profile
Re: Fully Automatic Watergun
« Reply #5 on: August 10, 2012, 05:26:13 pm »

Perhaps it's worth researching the creation of the shortest firing system possible. Ideally, you'd have a cart striking the wall and firing water (or other items) consistently on every tick while the device is turned on, using as few carts as possible. Does this design recycle carts automatically, or do they need to be replaced by dwarves once they go through the barrel? I'm fairly certain that a fully-automated, no-dwarf-interaction-needed water cannon is possible...
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!

QuantumMenace

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #6 on: August 10, 2012, 06:19:30 pm »

Quote
One note: forbid minecarts ;)

Absolutely, forgot to mention that.

Quote
- I tried constructing this liquid-minecart "magazine" myself but somehow I was loosing minecarts right at the beginning of it. Because after few laps the minecart went too fast and ended "in ground". Did you have the same problem with this setting?

I don't know what you mean by "in ground". Did the rollers push a train of them through a wall? I did have some problems using a magazine with higher roller speed, where they would release too fast and run into each other where they're supposed to fire. If you're using wooden carts the water can push them out of alignment too.

Quote
- Does it matter in which direction does a minecart falls on those rollers on floor -2 (right after it "fire")? For example when "shotgun" is firing E->W but rollers are going N->S.

Probably not if you only have one lane, but otherwise that will cause multiple lanes to be taken up by the same track unless they're staggered diagonally, and possibly make carts in other lanes unable to fall soon enough to keep the next cart from hitting them.

Quote
- Could you lace water in that magasine with gnomeblight? Or GCS poison? Or some other fun-liquid? ;)

I honestly don't know. I think it's called "water laced with water" because it impacts the goblin on a tile where's there's water already. Does anyone know if contaminants get transferred into minecart water?

Quote
Perhaps it's worth researching the creation of the shortest firing system possible. Ideally, you'd have a cart striking the wall and firing water (or other items) consistently on every tick while the device is turned on, using as few carts as possible. Does this design recycle carts automatically, or do they need to be replaced by dwarves once they go through the barrel? I'm fairly certain that a fully-automated, no-dwarf-interaction-needed water cannon is possible...

You can build a shorter accelerator using the exploit described here. The speed depends on the length, and the launch range appears to depend on speed. You can't release carts too closely together or they'll hit each other before they fall in the gap.

This design does automatically reuse the carts, which is why I call it fully automatic. Carts move west out of the magazine, back east up the ramp, west down the ramp, fire, fall into the gap, then are pushed west where they fall back into the magazine.
Logged

DrKillPatient

  • Bay Watcher
  • The yak falls infinitely
    • View Profile
Re: Fully Automatic Watergun
« Reply #7 on: August 10, 2012, 06:47:02 pm »

Quote
- Could you lace water in that magasine with gnomeblight? Or GCS poison? Or some other fun-liquid? ;)

I honestly don't know. I think it's called "water laced with water" because it impacts the goblin on a tile where's there's water already. Does anyone know if contaminants get transferred into minecart water?
Perhaps it's because the water glob is collected in the cart while still immersed in water, so the glob gets a water covering. I'm not sure of the exact point at which that occurs. On the other hand, I had a glob of magma strike a yak, and on the first strike, it was called "magma laced with yak's blood". The names might be calculated after the first impact, which might splatter the glob with the blood of the creature that it hits. If that's true, maybe the creature gets covered with water as the glob strikes them, then the glob picks up that covering from the creature, thus becoming laced with itself.

As for contaminants in minecart water, I don't know. Try to throw multiple hostile animals into the cistern so that they fight in there and contaminate it, then see if the minecarts carry "water laced with blood".
« Last Edit: August 10, 2012, 06:50:47 pm by DrKillPatient »
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!

Urist Da Vinci

  • Bay Watcher
  • [NATURAL_SKILL: ENGINEER:4]
    • View Profile
Re: Fully Automatic Watergun
« Reply #8 on: August 10, 2012, 08:21:58 pm »

I'm imagining a system where carts drive through a device that automatically refills them, and then loop around to fire, and then loop back to the refilling station. With the trackramp physics exploit, we could possibly make compact autoguns that don't require magazines. Then, you just need to see how many carts can be squeezed into the loop to reduce the ticks between shots.

The ultimate goal, of course, would be a "magma particle beam" weapon.

Urist McSpike

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #9 on: August 10, 2012, 08:39:33 pm »

In the words of the Guinness guys.... "Brilliant!".

As for clearing the water...  My favorite method, in my drowning trap hallways, is to use 3 levels.  The floor of the drowner is entirely lined with retracting bridges.  The level below is channeled out, and is floored (mostly) with grates.  The level below that has sufficient drainage area to spread out all of the water from above.  When I'm done drowning the smelly invaders the goblins are done frolicking in the water, I open the bridges, which drops everything below, close the bridges, and start looting the bodies storing the goblin donations almost immediately.  I'm sure that kind of floor could be used in your setup, and is a whole lot faster than pumps.  Plus you have a secure area for your dwarves to recover the goods, instead of having to go out where they can be attacked.
Logged
I mean, look at us.  You give us a young child and a puppy, and we produce, possibly, one of the biggest sins against nature the game has ever seen.

lcy03406

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #10 on: August 10, 2012, 10:33:32 pm »

For path issue, do not shot magma. Dig a magma channel in the west to welcome goblins laced with water, resulting iron junks and steam. I don't know if the iron junks will fall INTO minecarts or if it's better to use dragon instead of magma..
Logged

Wrex

  • Bay Watcher
  • My vision is augmented
    • View Profile
Re: Fully Automatic Watergun
« Reply #11 on: August 10, 2012, 10:45:26 pm »

You CAN always use water laced with extract, for the extra kick.
Logged

Mr Wrex, please do not eat my liver.

zuglar

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #12 on: August 10, 2012, 11:11:13 pm »

Quote
- Could you lace water in that magasine with gnomeblight? Or GCS poison? Or some other fun-liquid? ;)

I honestly don't know. I think it's called "water laced with water" because it impacts the goblin on a tile where's there's water already. Does anyone know if contaminants get transferred into minecart water?
Perhaps it's because the water glob is collected in the cart while still immersed in water, so the glob gets a water covering. I'm not sure of the exact point at which that occurs. On the other hand, I had a glob of magma strike a yak, and on the first strike, it was called "magma laced with yak's blood". The names might be calculated after the first impact, which might splatter the glob with the blood of the creature that it hits. If that's true, maybe the creature gets covered with water as the glob strikes them, then the glob picks up that covering from the creature, thus becoming laced with itself.

As for contaminants in minecart water, I don't know. Try to throw multiple hostile animals into the cistern so that they fight in there and contaminate it, then see if the minecarts carry "water laced with blood".

When experimenting with water-filled minecarts a while back, I accidentally flooded my booze stockpile. All the minecarts were filled with "water laced with dwarven ale [833]" after that. I think if you wanted to do it on purpose you'd just need to have somebody dump the liquid of choice in the water you fill the minecarts with?
Logged

zuglar

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #13 on: August 10, 2012, 11:20:59 pm »

In the words of the Guinness guys.... "Brilliant!".

As for clearing the water...  My favorite method, in my drowning trap hallways, is to use 3 levels.  The floor of the drowner is entirely lined with retracting bridges.  The level below is channeled out, and is floored (mostly) with grates.  The level below that has sufficient drainage area to spread out all of the water from above.  When I'm done drowning the smelly invaders the goblins are done frolicking in the water, I open the bridges, which drops everything below, close the bridges, and start looting the bodies storing the goblin donations almost immediately.  I'm sure that kind of floor could be used in your setup, and is a whole lot faster than pumps.  Plus you have a secure area for your dwarves to recover the goods, instead of having to go out where they can be attacked.
Don't building destroyers target floor grates from above? And what do you do with amphibious mounts like giant toads?
Logged

lcy03406

  • Bay Watcher
    • View Profile
Re: Fully Automatic Watergun
« Reply #14 on: August 10, 2012, 11:33:18 pm »

When experimenting with water-filled minecarts a while back, I accidentally flooded my booze stockpile. All the minecarts were filled with "water laced with dwarven ale [833]" after that. I think if you wanted to do it on purpose you'd just need to have somebody dump the liquid of choice in the water you fill the minecarts with?
So that's quite easy, buy a barrel of GCS venom from dwarven caravan and dump it into the magazine?Will it work?
Logged
Pages: [1] 2 3