Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 4.0
Added more sanity checks
Added more GetDead checks to prevent actors from being gibbed while still alive
Refined some scripting for simplicity
Version 3.9
Added a new config option to set the number of frames the script will wait before dismembering an actor to (hopefully) fix the issue of actors gibbing without dying (default 3)
Version 3.8
Fixed an issue where gibbing could occur while the victim was still alive
Version 3.7
Fixed an issue where torsos would not gib
Version 3.6
Fixed an issue where gibbing & severing was not working correcly
Added .ini option to disable severing in all cases
Version 3.5
Fixed a crash when the player would reload a save after being dismembered
Version 3.4
Mod now requires ShowOff NVSE
Added ShowOff explosion handler to improve scripting reliability
Improved script efficiency
Ensured all debug prints only fire when debug mode is on
Resolved circumstance which resulted in config choices not taking proper effect when loading a save
Added lines to config ini describing how to achieve always gib/sever preferences
Version 3.3
Changed the check for the explosion projectile from checking if it *is* valid before doing stuff checks on it to checking if it *isn't* valid and having it skip the rest of the script if it isn't in order to prevent script errors.
Version 3.2
Fixed script errors occurring when targets are hit without an active source
Version 3.1
Disabled debug mode by default in order to prevent some stuttering anytime the effect happens
Version 3.0
Complete rework 2: electric boogaloo (HUGE thanks to Sweet6Shooter for the help!)
Config file is back with several new options
Converted scripts to an OnDying event handler so that it can apply globally instead of not applying if an explosion has an object effect
Added an OnHit event handler so that the system will gib corpses as well
Modified scripts to be able to have a min damage and force value for the relevant explosion to perform any gibbing or severing
Added a variable that can be easily changed for what is considered a near, gibbing explosion vs a far, severing one
Made sure the scripting doesn't attempt to do anything to limbs that are already severed
Made scripts not apply to actors in critical gooification or disintegration phases
Allowed effect to occur via projectile direct hit, and added a multiplier for force and damage values for the min damage/force checks for direct hits
Version 2.0
Complete rework
Mod is no longer configurable in favor of the idea proposed in the description
Fixed an issue where invisible explosions the game uses to apply artificial force were being given the effect, causing conventional weapons to sometimes explode enemies
Have you ever wondered why when you shoot someone with a Fat Man or Missile Launcher, their body just flops about, completely intact? Me too. Probably performance reasons but I digress. This mod makes it so when you kill someone with an explosive, they actually explode into limbs, unless it's a direct hit, then they'll explode into gibs!
HUGE thanks to Sweet6Shooter for a lot of scripting help on the 3.0 version of this mod! The configuration file is back and allows you to configure such things as the minimum damage required to cause gore, the maximum distance for gibbing, and more!