Jump to content

Automatically remove empty dead bodies


Recommended Posts

Posted

Hi there.

 

Maybe I'm blind but I'm searching for a mod that automatically removes empty dead bodies (NPCs and creatures) a couple of seconds after beeing killed or emptied (except when needed for quest).

 

Or at least a script that removes the corpses after looting - no matter if empty or not.

 

I already know the "Zap-Away" but I don't want to change weapon (twice) after each kill...

Posted
I like the idea, but it really only bugs me when I come back to a town a week later and see corpses from ages ago, so maybe get them to disappear after a day or two?
Posted
This is exactly what I'm looking for except I would like to see the corpse decay over time finally leaving just bleached bones. Also the ash piles blown away by the wind.
Posted
  On 12/17/2010 at 10:49 AM, hafiz22 said:

 

I've already seen this but it is far away from what I'm searching for because

I want something that works automatically without need to equip something (you need to equip the Grave Digger Mask)

on ALL corpses (no funerals for dead creatures, only for NPC's)

without having to move them around (no funerals inside buildings).

  • 4 weeks later...
Posted

I just made a little script (NOT tested yet):

 

scn DeadBodiesScript

Begin Gamemode
if getdead
	if (getitemcount everything) == 0
		disable
	endif
endif
end

 

Problem is it should run on EVERY creature/NPC.

I there a possibility to do so without editing all of the actors?

Or maybe on ALL objects in game (exiting script when object is no creature [GetIsCreature] or NPC [if I can find a function similar to GetIsCreature])?

Posted (edited)
  On 1/12/2011 at 10:35 PM, Fonger said:

IIRC back in Oblivion

 

the use of "disable" was the leading cause of save game bloat

 

Would "MarkForDelete" after disabling solve this?

 

However: I still need a solution for getting the script running on ALL creatures/NPCs without the need to edit them all?

Edited by CHMS
  • 4 months later...
Posted

hi,

is there any mod around now that does stuff like this?

Mart's mutant mod had this "skeleton decay" thingy, something like that would be cool.

Anything else would be helpful too, of course.

Playing with mods like AWoP, IWS and MoMod piles the bodies up pretty quick.

Posted
  On 5/27/2011 at 1:40 PM, Wernersen said:

hi,

is there any mod around now that does stuff like this?

Mart's mutant mod had this "skeleton decay" thingy, something like that would be cool.

Anything else would be helpful too, of course.

Playing with mods like AWoP, IWS and MoMod piles the bodies up pretty quick.

 

Hi.

As mentioned before:

  On 1/12/2011 at 10:58 PM, CHMS said:

I still need a solution for getting the script running on ALL creatures/NPCs without the need to edit them all?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...