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 } } }
Downloaded the mod, put the file in the necessary folders, ran the script, didnt find my l4d2 directory, so i manually told it where the folder was, ran the script, it found everything necessary, then it says that it cant find the sound directories, causing it to skip the configuration entirely. Didnt work.
Tried doing it manually via gameinfo.txt, and it still didnt work.
A video tutorial would be nice for smoothbrains like me.
Ok, through some miracle i got it to work. i had to put the files in game directory, then extract them.
6 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
}
}
}
Downloaded the mod, put the file in the necessary folders, ran the script, didnt find my l4d2 directory, so i manually told it where the folder was, ran the script, it found everything necessary, then it says that it cant find the sound directories, causing it to skip the configuration entirely. Didnt work.
Ok, through some miracle i got it to work. i had to put the files in game directory, then extract them.Tried doing it manually via gameinfo.txt, and it still didnt work.
A video tutorial would be nice for smoothbrains like me.