TheMysteriousMan Posted May 22, 2009 Share Posted May 22, 2009 Alright, I'll try and be brief. I want a personal-use mod that cripples all body parts per hit. The problem is, when I mouse over the gun on the pipboy, the game crashes. i assume this is from having to many effects interferes with something. So, I am trying to make it all one effect. This means making, and I believe scripting, a custom one, which I am having a hard time with. Could someone help me with this? Link to comment Share on other sites More sharing options...
cmal Posted May 22, 2009 Share Posted May 22, 2009 If you don't need the Crit Effect, you could try using that slot instead of a weapon enchant. Make an Actor Effect with all the cripple effects, set it as the Crit Effect of your weapon, untick the On Death box, jack up your Crit % and set your Crit Damage the same as your Weapon Damage. Not sure if it'll work exactly, but I've been able to make something similar work out after some fudging. Link to comment Share on other sites More sharing options...
TheMysteriousMan Posted May 22, 2009 Author Share Posted May 22, 2009 well, I still want it too have criticals. If every shot is a critical, then if I say get a sneak attack with it or something similar, its not gonna actually do more damage, is it? I would prefer to have it on Every shot. Link to comment Share on other sites More sharing options...
cmal Posted May 22, 2009 Share Posted May 22, 2009 Well, I did some experimenting. As far as scripts go, I tried using DamageActorValue to set all the body part health to 0, but that doesn't actually result in crippling. They're just on the verge of being crippled and hitting them again doesn't actually do anything (they'd have to get damaged by something other than the crippler weapon). I can't think of what else could get the desired effect. Unless someone else knows, you may have to either pick which parts are most essential or use the same method as Abbreviated Effects as a workaround. Link to comment Share on other sites More sharing options...
TGBlank Posted May 22, 2009 Share Posted May 22, 2009 scn cripplingeffectscript Begin ScriptEffectStart Castimmediateonself <instantactoreffectthatcripplesalllimbs> End Link to comment Share on other sites More sharing options...
TheMysteriousMan Posted May 22, 2009 Author Share Posted May 22, 2009 Thanks a lot, I got it working now :biggrin: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.