"Dead" NPC's

Post » Tue May 17, 2011 7:58 am

There are many npc's that are named DEAD, and the only thing I can see in common is the zero heath stat. My question is..... I want to have a dead npc(s), so is the zero heath the only stat I have to set to have them "drop dead" right where I place them? I need to place a trigger where the body is located.
Thanks.
User avatar
Emzy Baby!
 
Posts: 3416
Joined: Wed Oct 18, 2006 5:02 pm

Post » Tue May 17, 2011 4:18 am

Yes, setting health to 0 is the main thing. In addition, you may want the body to be "fallen over" to look dead. After applying the multibounds fix described in the faq here, you should select the NPC and click the "Run Havok" button in the top toolbar. This will cause it to run havok physics simulation and ragdoll to the ground.

I have to admit, I have done this, and still found the #%^(@* NPC wandering around live sometimes, and I do not know why. If you find this, and you can solve it, please update here. Making sure the dead NPC had no script and no AI packages seems to help.
User avatar
Tha King o Geekz
 
Posts: 3556
Joined: Mon May 07, 2007 9:14 pm

Post » Tue May 17, 2011 11:25 am

Yes, setting health to 0 is the main thing. In addition, you may want the body to be "fallen over" to look dead. After applying the multibounds fix described in the faq here, you should select the NPC and click the "Run Havok" button in the top toolbar. This will cause it to run havok physics simulation and ragdoll to the ground.

I have to admit, I have done this, and still found the #%^(@* NPC wandering around live sometimes, and I do not know why. If you find this, and you can solve it, please update here. Making sure the dead NPC had no script and no AI packages seems to help.

Great!...thanks. You talk about the multibounds fix in the faq--------I can't locate the faq you are talking about. Could you give me a link or more specific directions to it?
Edit...I think I found what you were speaking of......thanks again for the havoc tip.
User avatar
Mizz.Jayy
 
Posts: 3483
Joined: Sat Mar 03, 2007 5:56 pm

Post » Tue May 17, 2011 10:03 am

http://www.gamesas.com/index.php?/topic/1148040-how-to-fix-lighting-havok-and-rendering-issues/

And if you want to make sure it stays dead, you could always attach a script with something like:

begin OnLoad
MyDeadPersonREF.Kill
end

This makes it so that if it happens to be alive, when you load the cell the game kills it off again. Doesn't have any harm if it's already dead, but I wouldn't suggest doing this if you have loads of dead bodies.
User avatar
Sophie Louise Edge
 
Posts: 3461
Joined: Sat Oct 21, 2006 7:09 pm

Post » Tue May 17, 2011 5:54 am

Thanks...I'll do that as well. So far I just have the one npc, but I don't want him Zombie-ing off since he is a quest target. :celebration:
User avatar
Irmacuba
 
Posts: 3531
Joined: Sat Mar 31, 2007 2:54 am

Post » Tue May 17, 2011 1:03 pm

snip
I have to admit, I have done this, and still found the #%^(@* NPC wandering around live sometimes, and I do not know why. If you find this, and you can solve it, please update here. Making sure the dead NPC had no script and no AI packages seems to help.


I had this problem but found out I needed to start off with a fresh save, and making you .esp into an.esm helps out with AI issues as well.

bigcrazewolf
User avatar
Christine
 
Posts: 3442
Joined: Thu Dec 14, 2006 12:52 am

Post » Tue May 17, 2011 3:54 am

Thanks for the suggestions. The "dead NPC walking" was reported as a bug in one of my mods, where I had distributed an esm, and it was the first time in the game with no save at all.
User avatar
Queen of Spades
 
Posts: 3383
Joined: Fri Dec 08, 2006 12:06 pm

Post » Tue May 17, 2011 9:09 am

Thanks for the suggestions. The "dead NPC walking" was reported as a bug in one of my mods, where I had distributed an esm, and it was the first time in the game with no save at all.

I hope it helps....btw "Dead NPC Walking" :thumbsup: really good movie :biggrin:

bigcrazewolf
User avatar
phil walsh
 
Posts: 3317
Joined: Wed May 16, 2007 8:46 pm

Post » Tue May 17, 2011 1:14 am

Works like a charm, everyone....I've run it 10 times and he hasn't walked away yet. Thanks all! :celebration:
User avatar
Max Van Morrison
 
Posts: 3503
Joined: Sat Jul 07, 2007 4:48 pm


Return to Fallout: New Vegas