Stabscaliber Posted March 1, 2023 Share Posted March 1, 2023 You see many dead bodies in new vegas and some have missing limb, I'm making a mod that adds more dead bodies to a location but I some of them to have missing limbs but I don't know how to do that. Link to comment Share on other sites More sharing options...
sullyvanj93 Posted March 2, 2023 Share Posted March 2, 2023 Can you think of any examples of "missing limb" bodies in game? I'm drawing a blank here. I vaguely remember one that loses all of its limbs as you walk in the door, I feel like that's done by a script. But if you find any in game examples, that'll be a good way to copy what you'd like done. Link to comment Share on other sites More sharing options...
madmongo Posted March 2, 2023 Share Posted March 2, 2023 You can call kill (killactor) on a dead body to dismember their limbs. DeadGuyREF.kill KillerREF, LimbToDismember, CauseOfDeath DeadGuyREF is the dead guy you want to dismember. KillerREF is who gets blamed for the death. If you don't care who gets blamed, pick the REF of some NPC that isn't used in the game like VHDTestLegionary01REF. LimbToDismember is an int: 0 - Torso1 - Head12 - Head23 - LeftArm14 - LeftArm25 - RightArm16 - RightArm27 - LeftLeg18 - LeftLeg29 - LeftLeg310 - RightLeg111 - RightLeg212 - RightLeg313 - Brain14 - Weapon Cause of death is also an int: -1 NONE0 EXPLOSION2 GUN3 BLUNT_WEAPON4 HAND_TO_HAND5 OBJECT_IMPACT6 POISON7 RADIATION Link to comment Share on other sites More sharing options...
Radioactivelad Posted March 2, 2023 Share Posted March 2, 2023 Most gored-up bodies are linked to Generic Dismemberment activators. Link to comment Share on other sites More sharing options...
Stabscaliber Posted March 2, 2023 Author Share Posted March 2, 2023 Thanks! I was at a lost trying to figure out how to dismember a limb on dead body. Link to comment Share on other sites More sharing options...
Recommended Posts