Left 4 Dead 2

Left 4 Dead 2

148 betyg
[VScript] Boss Warn
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Infected: Tank, Witch
Game Content: Scripts
Filstorlek
Lades upp
Uppdaterades
3.412 KB
10 maj, 2024 @ 12:54
20 maj, 2024 @ 10:45
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
[VScript] Boss Warn

Beskrivning
A small VScript that will annonuce to players when a Boss Infected (Tanks, Witches) spawns in. Text will be printed to chat and a sound will play.

Can be a helpful Script for new players, or for Versus. I suppose just an all around general usage script.

This is not my original idea, as this comes from a SourceMod plugin of Tank and Witch spawn announcements.

This script will only work if the server is Local Hosted

Do let me know of any bugs.

GitHub repository [github.com]

Thanks and have fun.
26 kommentarer
The Heavy 14 sep, 2024 @ 12:48 
useful:steamthumbsup:
Xenorvya 25 jun, 2024 @ 6:38 
Alright. t's nice to see mod creators actually take feedback instead of "nah do it yourself".
And yes, the instant witch startle with a flashlight is an idea I took from the L4D1 intro, as the intro and survivors point that she hates light, and they tell you to turn off your lights as if it was a death sentence if you didn't, but all it really does is slightly extend her anger range and make her get up slightly faster the closer you are to her.
Pyri  [skapare] 25 jun, 2024 @ 6:31 
@Xenorvya
Hey. the addon script doesn't have any configuration yet. I do intent on including a config so you could have either Tank, Witch or both warnings to show.

As for insta-startling a Witch if you shine your flashlight, that sounds like a unique idea to do in-game, sorta like in the L4D1 Intro. I'd love to try that.
Xenorvya 25 jun, 2024 @ 6:27 
Does this have an EM or configurable settings so only the Witch has the warning?
Also if you take suggestions, what do you think about a mod that instantly startles the Witch if you look at her with your flashlight on?
that my girl 22 maj, 2024 @ 8:40 
ok work perfect.Thank you
Pyri  [skapare] 20 maj, 2024 @ 12:58 
Excellent. Now I know what to look forward to in the future to avoid breaking L4B2.
ArrayOfHopeLive 20 maj, 2024 @ 12:49 
well the update seems to have fixed the issue. bots actually threw a molotov at the tank since they can now see it. and it printed the "tank is nearby" text in chat :D
Pyri  [skapare] 20 maj, 2024 @ 10:45 
Alrighty, update is pushed, hopefully it is indeed fixed.
Pyri  [skapare] 20 maj, 2024 @ 10:34 
Alright, I'll give that a try. Thanks a bunch. Still learning the in's and out's of VScript. All the help and knowledge is appreciated.
4512369781 20 maj, 2024 @ 10:12 
yes, I think make "HUD_PRINTTALK" as a const will fix the problem.
or just use "3"?