Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Dwarf baby stuck in a fortification  (Read 1653 times)

GoldenShadow

  • Bay Watcher
    • View Profile
Dwarf baby stuck in a fortification
« on: March 02, 2012, 08:13:42 am »

I was building an underground pasture, I dug out a huge area all the way to the edge of the map where I was supposed to smooth and carve fortifications into it. I smoothed it, but I forgot to carve the fortifications. Anyway, I noticed the water wasn't draining, and made an entrance for the dwarves to go finish carving the fortifications. By now, the whole place is filled with water that 2-3 deep. Just low enough so the dwarves can walk through it easily. Anyways, after they are done, I noticed 3 babies stuck in the fortifications. I guess the water current pushed them out of their mother's hands. But now they seem to be stuck there. I can't dig those tiles out because its the very edge of the map and no one is going to retrieve the infants. any ideas?
Logged

Raveline

  • Bay Watcher
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #1 on: March 02, 2012, 08:20:58 am »

... rejoice because you've got a great way to make snatchers crazy ?

More seriously : can't you just destroy one of the fortification to access the tile where the babies are ? (Or I misunderstood the situation ?)
Logged
Quote
Maybe necromancers are actually cultural dissidents.

Sphalerite

  • Bay Watcher
    • View Profile
    • Drew's Robots and stuff
Re: Dwarf baby stuck in a fortification
« Reply #2 on: March 02, 2012, 09:28:48 am »

The fortifications are in a map-edge, you can't deconstruct them.  Dwarves can't grab items or children out of fortifications, either.  Your only solution is to have the babies move out under their own power, but if they could do that they probably would have already.  Unless they can somehow survive until they become children, you're probably going to be stuck with dead babies in your map-edge fortifications.
Logged
Any intelligent fool can make things bigger and more complex... It takes a touch of genius --- and a lot of courage to move in the opposite direction.

slothen

  • Bay Watcher
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #3 on: March 02, 2012, 10:49:12 am »

Enjoy your ghost babies.

All of my ideas involve killing the babies by releasing magma or bow goblins next to them.
Logged
While adding magma to anything will make it dwarfy, adding the word "magma" to your post does not necessarily make it funny.
Thoughts on water
MILITARY: squad, uniform, training
"DF doesn't mold players into its image - DF merely selects those who were always ready for DF." -NW_Kohaku

Melzer

  • Bay Watcher
  • [CAN_POST][CURIOUSBEAST_POSTER][FANCIFUL]
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #4 on: March 02, 2012, 10:56:06 am »

... rejoice because you've got a great way to make snatchers crazy ?

More seriously : can't you just destroy one of the fortification to access the tile where the babies are ? (Or I misunderstood the situation ?)
Ge dug to the edge of the embark map and you can't dig that tile out
Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: Dwarf baby stuck in a fortification
« Reply #5 on: March 02, 2012, 11:18:01 am »

If you're not averse to using utilities, you could use DFHack's "liquids" tool to spawn a 7/7 tile of water on top of the baby and then hope that it gets pushed out of the fortification when it spreads out.
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.

-Firestar-

  • Bay Watcher
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #6 on: March 02, 2012, 03:08:44 pm »

put a food+booze pile next to the fortifications to help them reach childhood?
Logged

jccooper

  • Escaped Lunatic
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #7 on: April 30, 2013, 01:56:36 pm »

If you're not averse to using utilities, you could use DFHack's "liquids" tool to spawn a 7/7 tile of water on top of the baby and then hope that it gets pushed out of the fortification when it spreads out.

Just for the record, I should note this does work. Or, did for me the one and only time I've tried, so it's worth a shot, until the bug gets fixed.
Logged

gchristopher

  • Bay Watcher
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #8 on: April 30, 2013, 03:06:24 pm »

DFHack's lua offers an option:

'v' select the baby, then type lua into the dfhack window, then:

Code: [Select]
unit = dfhack.gui.getSelectedUnit();

Then, depending on which map edge they're stuck, do one of the following:
Code: [Select]
unit.pos.x = unit.pos.x + 1; -- Moves the unit 1 right
unit.pos.x = unit.pos.x - 1; -- Moves the unit 1 left
unit.pos.y = unit.pos.y + 1; -- Moves the unit 1 down
unit.pos.y = unit.pos.y - 1; -- Moves the unit 1 up
Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: Dwarf baby stuck in a fortification
« Reply #9 on: April 30, 2013, 03:46:28 pm »

DFHack's lua offers an option:

'v' select the baby, then type lua into the dfhack window, then:

Code: [Select]
unit = dfhack.gui.getSelectedUnit();

Then, depending on which map edge they're stuck, do one of the following:
Code: [Select]
unit.pos.x = unit.pos.x + 1; -- Moves the unit 1 right
unit.pos.x = unit.pos.x - 1; -- Moves the unit 1 left
unit.pos.y = unit.pos.y + 1; -- Moves the unit 1 down
unit.pos.y = unit.pos.y - 1; -- Moves the unit 1 up
This is not completely safe, because it will leave "phantom" occupancy flags set in the old tile; however, since babies are always Prone, it likely won't cause too many problems.
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.

laularukyrumo

  • Bay Watcher
  • Needs More Socks
    • View Profile
Re: Dwarf baby stuck in a fortification
« Reply #10 on: April 30, 2013, 10:28:00 pm »

Since liquidz was mentioned, you can also merely flood the area with water naturally, if you don't feel like cheating. 7/7 water tends to push things through fortifications, and if you're lucky, you'll push the baby back towards you (since I'm pretty sure you can't push them off the map edge into oblivion.)
Logged
Quote from: Dwarfotaur
Everytime one of my militia has given birth in the Danger Room, it's lead to instant baby smoothies for everyone.

Gotta Catch 'Em All!

Dat Sig Thread