This repository was archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sw1ft edited this page Jul 10, 2021
·
8 revisions
All modules and various tools are described here
And some stuff also
See callbacks page here
There're two ways to load the plugin:
-
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
-
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
In the project files you can see checkout
folder, it contains tests for some maps. You can look at scripts/configs I wrote and use it