Dracomies Posted May 19, 2014 Share Posted May 19, 2014 (edited) I was hoping someone could help me with a script in a game. I'm working on a mod where I'm trying to change and modify the appearance of dead and living characters. The one thing where I need help with is with Chief Hanlon. So in the game, he commits suicide and you see his corpse. His suicide happens at 10:14 http://www.youtube.com/watch?v=JBkjLsHDmFI The problem is that he looks perfectly normal when he commits suicide. I tried redesigning him but it changed his appearance when he was alive as well. Is there a way to have the script switch to a dead version of Hanlon if he commits suicide? I've seen in GECK where they can have two separate versions of the same character. One alive and one dead. Could anyone send me a script where it separates the two so that if he dies, I can make a redesign and add blood and etc. to make him appear more dead? http://www.nexusmods.../images/78435/? And if neither of these work is there a script to make him dismember his head so at least it looks like somewhat of a suicide? Edited May 19, 2014 by Dracomies Link to comment Share on other sites More sharing options...
MarchUntoTorment Posted May 19, 2014 Share Posted May 19, 2014 One roundabout possibility is to add an invisible bomb collar to him; when he commits suicide, the collar detonates and gibs his head. Given the power of a .45-70 round, the damage is rather realistic. Link to comment Share on other sites More sharing options...
Dracomies Posted May 19, 2014 Author Share Posted May 19, 2014 Ah! So it may work after all. Could you send me .esp file of it? :D Link to comment Share on other sites More sharing options...
jazzisparis Posted May 19, 2014 Share Posted May 19, 2014 1. Open the quest VCampGolfHanlon and switch to the Radio tab. 2. From the left select RadioHello, then select the last entry {Bang!}. 3. Click on Edit next to Result Script (Begin). 4. Find the code line ChiefHanlonRef.Kill ChiefHanlonRef 13 1 and change the numbers at the end to 1 2: ChiefHanlonRef.Kill ChiefHanlonRef 1 2 This will cause Hanlon's head to explode when he dies. Link to comment Share on other sites More sharing options...
Dracomies Posted May 19, 2014 Author Share Posted May 19, 2014 Ah thanks guys! Link to comment Share on other sites More sharing options...
Recommended Posts