Extract the folders you want to your L4D2 "addons" folder. By default, this is C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons
Run the .bat file to automatically add the necessary paths
OR
Manually add the required paths to your `gameinfo.txt` file under `SearchPaths` like this. Note the below example assumes you're using the All-In-One package, you will have to adjust if you're using the optional files.
"GameInfo" { game "Left 4 Dead 2" // Window title ... FileSystem { ... SearchPaths { // === Insert mod lines here === Game left4dead2\addons\l4dac-all-in-one // === Existing search paths === Game update Game left4dead2_dlc3 Game left4dead2_dlc2 Game left4dead2_dlc1 Game |gameinfo_path|. Game hl2 } } }
5 comments
C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons
Manually add the required paths to your `gameinfo.txt` file under `SearchPaths` like this. Note the below example assumes you're using the All-In-One package, you will have to adjust if you're using the optional files.
"GameInfo"
{
game "Left 4 Dead 2" // Window title
...
FileSystem
{
...
SearchPaths
{
// === Insert mod lines here ===
Game left4dead2\addons\l4dac-all-in-one
// === Existing search paths ===
Game update
Game left4dead2_dlc3
Game left4dead2_dlc2
Game left4dead2_dlc1
Game |gameinfo_path|.
Game hl2
}
}
}