Author
Veteran Member
Join Date: Aug 2016
Location: bed
Plugin ID:
8314
Plugin Version:
1.1
Plugin Category:
Fun Stuff
Plugin Game:
Left 4 Dead
Plugin Dependencies:
Servers with this Plugin:
Plugin Description:
more realism(?) for melee weapons, base on damage type
12-05-2022
, 11:18
[L4D2] Melee Weapon Effects v1.1 [9-December-2022]
#1
about for sharing there, little thing to apply effects to melee attack
[L4D2] Melee Weapon Effects (SourceMod)
VIDEO
ConVars
PHP Code:
// apply which effects for melee has DMG_SLASH 1=spark(temp ents) 2=incendiary ammo 4=explosive
// ammo 8=space warping 16=smoke 32=red spark 64=blinking 128=flashing 256=black hole
// 512=hugespark 1024=rain spark 2048=explosion smoke 4096=explosion, add numbers together you want
melee_fx_slash "1"
// apply which effects for melee has DMG_BLAST, detail see *_slash
melee_fx_blast "4"
// apply which effects for melee has DMG_BURN, detail see *_slash
melee_fx_burn "2"
// apply which effects for melee has DMG_CLUB, detail see *_slash
melee_fx_club "4"
// max random effects start height
melee_fx_pos_max "60.0"
// min random effects start height
melee_fx_pos_min "30.0"
Related Plugins
changelog v1.0 just released; 6-December-2022
v1.1 add new effects, fixes: - new particles smoke space warping, red spark, blinking, flashing, black hole, hugespark, rain spark, explosion smoke, explosion,
- fix unknown sitaution some melee throw log through L4DD; 9-December-2022
Installation put l4d2_melee_fx.smx on /plugins/
required install [L4D & L4D2] Left 4 DHooks (to listen melee attacks, make effects on non-zombie attack )
__________________
Last edited by NoroHime; 12-08-2022 at 19:06 .