Left 4 Dead 2

Left 4 Dead 2

164 beoordelingen
Tabun's Skill Detect
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Game Content: Scripts
Bestandsgrootte
Geplaatst op
Bijgewerkt op
25.336 KB
15 dec 2023 om 9:25
17 dec 2024 om 8:01
14 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Tabun's Skill Detect

In 1 verzameling van Interneted
My VScripts Collection
15 items
Omschrijving
a script for those versus sweats that optimize the hell out of their game, using silenced weapon sounds, etc.

Description
This is a half-port to VScript of Tabun's Skill Detect plugin[github.com], yes, it's a half port, hence it's not 100% accurate.

What makes it not accurate?
I only include some of the events from the original github[github.com], the sentences are a bit off, different code functionality than the original (probably) and some of events are part of another event.

Do note that I have no knowledge of sourcepawn scripting, so I don't know how the code works, and the events can be coded in a lot of different types depending on people's perspective, so what I did is look at some server gameplay footages to guess how the plugin handle the events.

Features and Notes:
  • My Custom Events Lib must be subscribed in order to work!
  • It should work on versus.
  • The messages are only in english currently.
  • Due to color codes limitation, the color cannot be made as accurate.
  • VScript time system is limited to 30 ticks, unless you use tickrate enabler sourcemod plugin[github.com].
  • I only included some of the events, which is the following:
    1. Skeeting, melee-skeeting and deadstopping the hunter.
    2. Shutting down the boomer right after spawning without getting anyone biled.
    3. Leveling the charger.
    4. Crowning the witch with a single shot from any shotgun or consecutive attacks using melee weapon alone.
    5. Cutting the smoker's tongue.
    6. Self-clearing from the smoker's tongue.
    7. Skeeting and eating the tank rock.
    8. High-pouncing a survivor with the hunter.
    9. Death-charging a survivor with the charger.
    10. Triggering a car alarm with the boomer, charger, jockey, and smoker.
    11. Insta-clearing a survivor that is dominated by a special infected.
  • Include configurable settings, check the pinned discussion for more information.
  • Only works on local/dedicated servers.

Special thanks to -YisusCl for his amazing clips. :v

Enjoy.
Populaire discussies Alles weergeven (3)
7
27 jun 2024 om 7:54
Bugs and issues report / Questions / Suggestions
Interneted
0
18 jun 2024 om 7:02
BELANGRIJK: settings.cfg
Interneted
0
8 jun 2024 om 10:14
PREGUNTAS
ooo
34 opmerkingen
Interneted  [auteur] 5 apr om 8:40 
Well, I've double checked any related boomer exploded events, and I can't find anything related to the crash. Since it happens on both vscripts, I mostly suspect it's from your plugins/add-ons, I can't say much about it, sry.

The compiled .smx plugin works in my friend server without any plugin added, do note that I have no knowledge of sourcepawn. In short, the best I can suggest is keep finding the add-on culprit or start fresh on your game files.
CaptPatrick01 3 apr om 15:48 
Both failed. One tried to read from a .sp file as include which it didn't support and the other wanted to read morecolors.inc from a subdirectory. Neither premade .smx files from the same place worked out of the box either.

The boomer had a high chance of crashing the game after it receives damage where it would normally explode. I've been removing possible culprit mods for the better part of a month, seems like anything that even tangentially interacts with the boomer triggers it. I had to use depot_download to roll back to a version of L4D2 from late last year before it started happening which sort of fixed it happening with particle replacements and skins, but this still cause me first-map crashes instead of later down the line, though skysky's does so more frequently.
Interneted  [auteur] 3 apr om 5:18 
@CaptPatrick01
Try this one [github.com] from the zonemod repo.

Alternative by harry potter [github.com]

And may I know what exactly happened before the boomer crashes the game?
CaptPatrick01 2 apr om 16:00 
Any download for the sourcemod implementation? Both Vscript versions makes the boomer crash my game and I cannot compile the .sp files the site provided.
db 12 jan om 11:20 
If you take requests could you please port "dissolve infected sourcemod" 1.17(?)
Interneted  [auteur] 17 dec 2024 om 16:08 
@ 队,友姜丝杀手
Maybe one day.
队,友姜丝杀手 17 dec 2024 om 8:31 
机翻:
添加对 jockey 的推开和空爆?:steamhappy:
FernandaMyLove 6 sep 2024 om 17:01 
i love this mod
Interneted  [auteur] 23 jul 2024 om 19:22 
@MK18,
It should work in all gamemodes.
Dale Roger 3 jul 2024 om 11:24 
I really appreciate you taking the time to help. Information on this sort of thing can be tough to find. I would have never guessed I could just extract the vpk and add them to game files like that. I'm a total newb to sourcepawn, vscript, and source servers. Just some basic linux and programming knowledge. It was driving me nuts trying to disable client addons, while still running custom content on the server.