Mod Request: Gibs

Not generally able to mod things to circumstancially happen. However, the apoca-fist weapon gibs on connecting. It has a property flag of "gibs victims". You can attach this to any weapon you want to cause gibbing. I tested it with the satchel charges and it worked pretty well.
Code:
<Weapon><Name>satchel</Name><Weapon_Class>thrown</Weapon_Class><Trigger_Type>single</Trigger_Type><Magazine_Size>1</Magazine_Size><Range_Max>25</Range_Max><Damage_Max><NPC_Damage>0</NPC_Damage><Player_Damage>0</Player_Damage></Damage_Max><Explosion>Satchel</Explosion><Projectile_Info><Model>satchel</Model><Speed>35</Speed><Mass>3</Mass><Linear_Damp>0.85</Linear_Damp><Angular_Damp>0.5</Angular_Damp><Restitution>0</Restitution><Friction>1</Friction><Angular_Velocity><X>30</X><Y>0</Y><Z>0</Z></Angular_Velocity><X>0.0</X><Y>0.0</Y><Z>0.0</Z><Foley_Name></Foley_Name><Projectile_Flags><Flag>sticky</Flag><Flag>satchel charge</Flag></Projectile_Flags><Fade_Out_Time>0</Fade_Out_Time></Projectile_Info><_Editor><Category>Entries:weapon_radial:explosive</Category></_Editor><Animation_Group>SatchelCharge</Animation_Group><AI_Ideal_Range_Max>25</AI_Ideal_Range_Max><Category>WPNCAT_THROWN</Category><Underwater_Explosion>Underwater Large</Underwater_Explosion><Time_Management><Refire_Delay>0</Refire_Delay><Pre_Detonate_Delay>100</Pre_Detonate_Delay><Post_Detonate_Delay>100</Post_Detonate_Delay><min>0</min><max>0</max></Time_Management><Flags><Flag>manually detonates</Flag><Flag>attaches</Flag><Flag>explosions damage tanks</Flag><Flag>gibs victims</Flag><Flag>do not hide when sprinting</Flag><Flag>no combat ready</Flag><Flag>drops with full reserve</Flag><Flag>show reserve in hud</Flag></Flags><Ammo>Satchel Charge</Ammo><Inv_Slot>explosive</Inv_Slot><Ammo_per_Shot>1</Ammo_per_Shot><Audio><Spinning_Snd_Pitch_End>1</Spinning_Snd_Pitch_End><Weapon_Model>EXPLOSIVE_SATCHEL</Weapon_Model><looping>False</looping><alt_looping>False</alt_looping></Audio><Constant_Effects></Constant_Effects><Alt_Trigger_Type>single</Alt_Trigger_Type><Strafe_Angles>Default</Strafe_Angles><AI_Ideal_Range_Min>5.0</AI_Ideal_Range_Min><Ragdoll_Force_Shoot>0.0</Ragdoll_Force_Shoot><Effect_Situations></Effect_Situations><Ammo_Regeneration>0.0</Ammo_Regeneration><Riot_Shield_Damage_Multiplier>1.0</Riot_Shield_Damage_Multiplier><Offhand_Weapon_Mesh>satchel_remote</Offhand_Weapon_Mesh><Diversion_Kill_Multiplier>1.0</Diversion_Kill_Multiplier><Melee_Attack_Info>satchel</Melee_Attack_Info><Blood_Decal_Scale>1.0</Blood_Decal_Scale><vehicle_damage_scale>1.5</vehicle_damage_scale></Weapon>

Replace satchel line in your weapons.xtbl if you want to try it out.
 
Back
Top