Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How do I make someones guts hang out? (Oh gosh what?)  (Read 2064 times)

UristMcDwarf

  • Bay Watcher
    • View Profile
How do I make someones guts hang out? (Oh gosh what?)
« on: December 18, 2010, 12:30:39 pm »

I want to cut out their guts, to, of corse, craft with them. But, yeah, their guts tend to... stay inside them.
Logged

Argonnek

  • Bay Watcher
  • Surging Forward
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #1 on: December 18, 2010, 12:46:20 pm »

You have to get lucky with a strike to their lower body with a bladed weapon. Once they have spurt out of the wound, you will have to target the guts specifically and get lucky again to fully remove them.

Cocoprimate

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #2 on: December 18, 2010, 04:05:28 pm »

I have some orc guts I took from a poor bastard.

Before I battle any megabeast, I throw the guts at them. It always hits, and leaves a bloody trail in its wake. It's awesome.
Logged
The story of Aban Diamondtowns the Charms of Society, dwarf legend, and his descent into the depths. (SPOILER)
http://www.bay12forums.com/smf/index.php?topic=79229.0

minno

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #3 on: December 18, 2010, 04:29:52 pm »

First, you need to slash the lower body.  This has a relatively high chance of "spilling his [stinking/foul] guts".  Then (it helps if you knock him unconscious), target the guts with a slashing attack and it will almost certainly cut them out.
Logged

catsplosion

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #4 on: December 18, 2010, 11:48:53 pm »

I don't suppose any of the eternal suggestions has to do with being allowed to attack the dead?  It seems like such a simple matter.
Logged

minno

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #5 on: December 18, 2010, 11:56:31 pm »

I don't suppose any of the eternal suggestions has to do with being allowed to attack the dead?  It seems like such a simple matter.

You're not allowed to attack corpses, but you could butcher it.  I think human ethics prevent butchering of sentients, but I think you can edit that in the entity_default.txt RAW file.  You'll end up with "prepared _ intestines" instead of "_ guts", but it's still pretty close.
Logged

Shima

  • Bay Watcher
  • Time to go fishing, lads.
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #6 on: December 18, 2010, 11:57:37 pm »

It's a shame they tend to die so quickly after spilling the guts and then slicing them off.  Gives you so little time to strangle someone to death with their own entrails.  Although you could use said guts as a whip/garrote for all of the gutless guy's buddies...
Logged
(giant worm leather coat)
Weight: 718238Γ
Owner: Udil Evonudil, Planter

Oh Armok, the spice.

UristMcDwarf

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #7 on: December 19, 2010, 12:14:35 am »

It's a shame they tend to die so quickly after spilling the guts and then slicing them off.  Gives you so little time to strangle someone to death with their own entrails.  Although you could use said guts as a whip/garrote for all of the gutless guy's buddies...

One time in arena I was a lasher with a elephant trunk.
Logged

Rumrusher

  • Bay Watcher
  • current project : searching...
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #8 on: December 19, 2010, 12:15:20 am »

Code: [Select]
function adv_tools.findflags()
--first three lines same as before (because we will need an offset of creature at location x,y,z)
myoff=offsets.getEx("AdvCreatureVec")
vector=engine.peek(myoff+16,ptr_vector)
indx=GetCreatureAtPos(getxyz())
flg=engine.peek(vector:getval(indx),ptr_Creature.flags) --get flags
flg:flip(46)
engine.poke(vector:getval(indx),ptr_Creature.flags,flg) --save flags
end
Add this to Dfusion's adv_tool plugin at the second line in game you 'L'ook directly at the creature you want and go into Dfusion and select the command and boom creature's guts fly out.
Logged
I thought I would I had never hear my daughter's escapades from some boy...
DAMN YOU RUMRUSHER!!!!!!!!
"body swapping and YOU!"
Adventure in baby making!Adv Homes

UristMcDwarf

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #9 on: December 19, 2010, 12:25:43 am »

Code: [Select]
function adv_tools.findflags()
--first three lines same as before (because we will need an offset of creature at location x,y,z)
myoff=offsets.getEx("AdvCreatureVec")
vector=engine.peek(myoff+16,ptr_vector)
indx=GetCreatureAtPos(getxyz())
flg=engine.peek(vector:getval(indx),ptr_Creature.flags) --get flags
flg:flip(46)
engine.poke(vector:getval(indx),ptr_Creature.flags,flg) --save flags
end
Add this to Dfusion's adv_tool plugin at the second line in game you 'L'ook directly at the creature you want and go into Dfusion and select the command and boom creature's guts fly out.

Kinda like this amirite?
Spoiler (click to show/hide)
Just drew this up. :P
Logged

Kaeoz Crimson

  • Bay Watcher
  • Strike The Earth Until It Bleeds!
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #10 on: December 19, 2010, 11:26:34 pm »

When an enemy's guys pop out, I usually grab them in wrestling mode and pinch them.  That tends to be rather painful.
Logged
Violence, Fire, And Duct Tape Have One Thing In Common: If They're Not Solving The Problem, Then You Need To Use More!
Dwarf Fortress: Proving That Violence IS The Answer Since 2002.
And a thought occurs: if you made soap out of those poison demon squirrels, wouldn't it dissolve your flesh when used?  I THINK WE HAVE OUR NEXT EXPORT TO THE ELVEN KINGDOMS, GENTLEMEN!!!

Javarock

  • Bay Watcher
    • View Profile
Re: How do I make someones guts hang out? (Oh gosh what?)
« Reply #11 on: December 19, 2010, 11:29:06 pm »

Strangle them, Once there unconcess slash lowebody, Then once it says "Urist McDumbass stinking guts have spilled" Target the guts for a slash.
Logged
“When you cut pieces out of the truth to avoid looking like a fool you end up looking like a moron instead.”
― Robin Hobb, Assassin's Apprentice