Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Sw1ft edited this page Jul 10, 2021 · 8 revisions

Left4TAS Wiki


All modules and various tools are described here

Modules


Client

Server

Engine

VGUI

VScript

VSTDLib

Callbacks


See callbacks page here

Loading plugin


There're two ways to load the plugin:

  1. Using the console command plugin_load . Place the file in Left 4 Dead 2/left4dead2/ folder and type in console the following: plugin_load left4tas, or you can place that command in autoexec.cfg config for auto execution

  2. Using the special file extension .vdf. Create the file with extension .vdf (name doesn't matter), open it and place the text below:

"Left4TAS"
{
	"file"	"left4tas"
}

After that place file in Left 4 Dead 2/left4dead2/addons/ folder and the plugin in Left 4 Dead 2/left4dead2/ folder

Clone this wiki locally