Left 4 Dead 2

Left 4 Dead 2

139 ratings
Tabun's Skill Detect
   
Award
Favorite
Favorited
Unfavorite
Game Content: Scripts
File Size
Posted
Updated
25.336 KB
Dec 15, 2023 @ 9:25am
Dec 17, 2024 @ 8:01am
14 Change Notes ( view )

Subscribe to download
Tabun's Skill Detect

In 1 collection by Interneted
My VScripts Collection
12 items
Description
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.
Popular Discussions View All (3)
7
Jun 27, 2024 @ 7:54am
Bugs and issues report / Questions / Suggestions
Interneted
0
Jun 18, 2024 @ 7:02am
PINNED: settings.cfg
Interneted
0
Jun 8, 2024 @ 10:14am
PREGUNTAS
sabb
34 Comments
Interneted  [author] Apr 5 @ 8:40am 
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 Apr 3 @ 3:48pm 
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  [author] Apr 3 @ 5:18am 
@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 Apr 2 @ 4:00pm 
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.
db4ks Jan 12 @ 11:20am 
If you take requests could you please port "dissolve infected sourcemod" 1.17(?)
Interneted  [author] Dec 17, 2024 @ 4:08pm 
@ 队,友姜丝杀手
Maybe one day.
队,友姜丝杀手 Dec 17, 2024 @ 8:31am 
机翻:
添加对 jockey 的推开和空爆?:steamhappy:
44sh Sep 6, 2024 @ 5:01pm 
i love this mod
Interneted  [author] Jul 23, 2024 @ 7:22pm 
@MK18,
It should work in all gamemodes.
Dale Roger Jul 3, 2024 @ 11:24am 
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.