BeFtRoN Posted September 3, 2011 Share Posted September 3, 2011 (edited) posted this in mod talk but this is probably a where i should have posted: trying (again) to convert an old mod i made for fallout3 to new vegas. so far, the gun (it's a gun) behaves exactly as expected, except that it doesn't gib people. My fallout 3 mod used the liberty prime bloody mess to insta-gib anyone it hit, but my NV version just kills them.... the effect i'm looking for is what happens when liberty prime hits someone with his eye laser, and red chunks go everywhere. can anybody tell me how i can get this effect in new vegas? -EDIT- Here's a part of the script, in fallout 3 it works fine but no luck in nv :( elseif Target != 0 && Target.GetIsSex Male == 1 Target.kill Target.placeatme AABEFCrSuperMutantBehemoth Set Target to 0 In FO3 when it says "target.kill" they explode (liberty prime bloody mess on the ENCH) But it seems to be broken in NV Have uploaded the original fallout 3 mod to fallout3 nexus if anyone wants to have a look, it's called FEVGUN. filter for AABEF in the geck and you should see all my stuff -EDIT- Figured it out. had to specifically script the dismemberment: Target.kill player 0 2 Edited September 4, 2011 by BeFtRoN Link to comment Share on other sites More sharing options...
Recommended Posts