Skip to content

cy115/Left4DeadToolz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Left 4 Dead Toolz

Elevating Your SourceMod Experience

License SourceMod Game Version


Overview

Left 4 Dead Toolz is a high-performance sourcemod extension designed to replace "Left4DHooks" due to its excessive bloat and cumbersome structure. It provides nearly all native and forward functions of Left4DHooks.As my first major project, I spent nearly a month completing it. Since I was still in high school at the time, there might be some places I didn't handle well or made mistakes, send issue please.

Installation

  1. Download the all the files in this project;
  2. Place file left4deadtoolz.autoload and left4deadtoolz.ext.2.l4d2.so into your /addons/sourcemod/extensions/ directory;
  3. Place file left4deadtoolz.txt into your /addons/sourcemod/gamedata/ directory;
  4. Place file left4deadtoolz.inc into your /addons/sourcemod/scripting/include, use natives or forwards from it and write your plugins.

Commands & ConVars

ConVars

ConVars Default Description
l4d2_addons_eclipse -1 Addons Manager (-1: use addonconfig; 0: disable addons; 1: enable addons.)
convar_vscript_output Buffer used to return VScript values. Warning: Do not use.

Natives & Forwards

APIs Count
Natives 413
Forwards 222

Issues & Warning

  1. Some natives must validate before using(such as valid client/entity index), or it may cause crash;
  2. You can request feature you need in issues, such as adding natives or forwards;
  3. Some rare use natives in Left 4 DHooks are removed;
  4. You can contact me through My Steam

About

Provid natives and forwards for left 4 dead 2, a high performance version of "left4dhooks"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors