Left 4 Dead 2

Left 4 Dead 2

Toxic Blood
19 Comments
Moyses Fernandes 5 Aug @ 10:25am 
perfect for the alien mod
пивная гиря 16 Jun @ 2:08am 
can you make version with custom acid textures?
Orion 24 May @ 3:46pm 
Is there a way to disable the custom acid? I'd personally prefer to use my own textures.
J_henry69 27 Apr @ 9:26am 
oh come on there is nothing to ruin
J_henry69 27 Apr @ 9:23am 
my time to shine and RUIN EVERYTHING
Lightymoon  [author] 27 Apr @ 7:42am 
@kurochama
thats actually genius, i fixed the mod now, i gave you credits for the help if you don't mind
kurochama 27 Apr @ 6:12am 
@Lightymoon , I also ever had this kind of problem back then when giving tank some auto skills triggered by damage points, & one of them was acid skill. Bots also didn't run when stepping on the "silent acid", & I finally solved it by adding that code right below "DropSpit" & registered tank as the owner of the acid.
Lightymoon  [author] 27 Apr @ 3:40am 
@kurochama
i've noticed that they don't avoid it but didn't know how to fix it.

you seem to have a lot of knowledge about vscripting, do you make mods or some? and thanks btw i'll try to add that to the script
ChickenChucker96 27 Apr @ 2:54am 
how about acid boomer? boomer bile does damage.
officer_pancake🥞 27 Apr @ 1:58am 
xenomorph!!!!!!
kurochama 26 Apr @ 11:42pm 
In case if you want to make bots detect the acid too, you can add something like this:

for(local acid; acid = Entities.FindByClassnameWithin(acid, "spitter_projectile", victim.GetOrigin(), 150); )
{
NetProps.SetPropEntity(acid, "m_hOwnerEntity", victim);

}

Normally, "DropSpit" alone is a "silent acid" that bots usually can't detect, so the owner of the acid needs to be registered in order to make bots aware of the acid & start to avoid after taking damage.
Sieg Rem 26 Apr @ 4:06pm 
So all special infected when dead have spitter ability:steamthumbsup::steamthumbsup::steamthumbsup:
Unsants 26 Apr @ 4:01pm 
Thank you Lightymoon :health:
Lightymoon  [author] 26 Apr @ 3:53pm 
Unsants 26 Apr @ 3:51pm 
Ok :steamthumbsup::steamhappy:
Lightymoon  [author] 26 Apr @ 3:51pm 
@Unsants
no, but there's a mod for that in the workshop tho
Unsants 26 Apr @ 3:36pm 
Would the boomer's vomit look red?
Snek 26 Apr @ 3:12pm 
xenomorph moment
Lightymoon  [author] 26 Apr @ 2:38pm 
If you're facing a problem or the addon doesn't work tell me here. :steamthumbsup: