Gareee Posted December 3, 2019 Share Posted December 3, 2019 I just tossed the basic hit particle on the bleed effect and it looks okay for a placeholder. At least just to let players know, "Hey, that guy is bleeding you can probably focus on the other one." Bonus is that it works on the player too. Nothing says, "Use a bandage" Like seeing your blood squirt out in 4 different directions. https://giant.gfycat.com/EachUnfinishedFireant.webm <configs> <append xpath="/buffs/buff[@name='buffInjuryBleeding']/effect_group"> <triggered_effect trigger="onSelfBuffUpdate" action="AttachParticleEffectToEntity" particle="p_impact_metal_on_organic" local_offset="0,.25,0" parent_transform="Hips"/> </append> <insertBefore xpath="/buffs/buff[@name='buffInjuryBleeding']/effect_group"> <update_rate value=".05"/> </insertBefore > </configs> While not perfect, I do LIKE this visual cue. where do I add this xml, or is there a modlet for it to see how it plays out? Link to comment Share on other sites More sharing options...
ZombieSurvivor Posted December 3, 2019 Share Posted December 3, 2019 I just tossed the basic hit particle on the bleed effect and it looks okay for a placeholder. At least just to let players know, "Hey, that guy is bleeding you can probably focus on the other one." Bonus is that it works on the player too. Nothing says, "Use a bandage" Like seeing your blood squirt out in 4 different directions. https://giant.gfycat.com/EachUnfinishedFireant.webm <configs> <append xpath="/buffs/buff[@name='buffInjuryBleeding']/effect_group"> <triggered_effect trigger="onSelfBuffUpdate" action="AttachParticleEffectToEntity" particle="p_impact_metal_on_organic" local_offset="0,.25,0" parent_transform="Hips"/> </append> <insertBefore xpath="/buffs/buff[@name='buffInjuryBleeding']/effect_group"> <update_rate value=".05"/> </insertBefore > </configs> Now thats dope. Good work! Link to comment Share on other sites More sharing options...
TSBX Posted December 3, 2019 Share Posted December 3, 2019 While not perfect, I do LIKE this visual cue. where do I add this xml, or is there a modlet for it to see how it plays out? There sure is, Check it out! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.