Left 4 Dead 2

Left 4 Dead 2

185 ratings
M60 Stumbles Specials
   
Award
Favorite
Favorited
Unfavorite
Game Content: Weapons, Scripts
Weapons: M60
File Size
Posted
Updated
2.141 KB
12 Feb @ 8:42am
14 Feb @ 8:22am
7 Change Notes ( view )

Subscribe to download
M60 Stumbles Specials

Description
Makes the M60 stumble special infected, excluding the charger and tank. Witches are included.

This DOES NOT modify the weapon script and can be used with any of those.

recommended: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2910230972 and not having the m60 be reloadable (or making ammo scarce)

Thank you to ChimneyCamo for telling me about gameevents
Thank you to 4512369781 for a fix to mounted guns still triggering the effect
Thank you to 4512369781 and Alpha for a fix to TakeDamage() crashing the game
36 Comments
T626 21 Feb @ 2:32pm 
@Wenda Got it over and done with! Thank you sm for your help, Wenda!!
I STAPLE TAPEWORMS ON MY  [author] 18 Feb @ 3:31pm 
ill make an ems later tho
I STAPLE TAPEWORMS ON MY  [author] 18 Feb @ 3:31pm 
the .nut file in the addon vpk
T626 18 Feb @ 2:11pm 
@Wenda Then where do I put in the information that you gave me? In the in-game developer console?
I STAPLE TAPEWORMS ON MY  [author] 18 Feb @ 2:01pm 
@T626 there isnt one yet
T626 18 Feb @ 1:13pm 
@Wenda What's the name of the ems file? And where do I find it?
Cat as angel S 18 Feb @ 3:18am 
Is that Dandy World Poster?
I STAPLE TAPEWORMS ON MY  [author] 17 Feb @ 5:26pm 
@T626 change:
if(victim.IsPlayer() && victim.GetZombieType() == 8 || victim.IsPlayer() && victim.GetZombieType() == 6 || victim.IsPlayer() && victim.GetZombieType() == 9) //tank, charger, survivor
to:
if(victim.IsPlayer() && victim.GetZombieType() == 9) //survivor
T626 17 Feb @ 5:21pm 
@Wenda Is there a way to edit this so that it does stumble all the special infected, including chargers and tanks? Because I have a sick minigun mod by @Lt. Rocky that replaces the M60 that would go along perfectly with that.
I STAPLE TAPEWORMS ON MY  [author] 17 Feb @ 1:15pm 
no, but i can figure out how to do it