Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compile BLT4L 2 Pre 1 with mod_overrides support #64

Closed
Kazenin opened this issue Jun 24, 2017 · 74 comments
Closed

How to compile BLT4L 2 Pre 1 with mod_overrides support #64

Kazenin opened this issue Jun 24, 2017 · 74 comments

Comments

@Kazenin
Copy link

Kazenin commented Jun 24, 2017

Please, help

I use Fedora 25 and I would like to test this feature. Thanks a lot.

@Kazenin Kazenin changed the title How to compile BLT4L with mod_overrides support How to compile BLT4L 2 Pre 1 with mod_overrides support Jun 24, 2017
@RomanHargrave
Copy link
Member

For Fedora, you'll need to install libcxx and clang.

Then you should be able to invoke cmake like this: cmake -DUSE_LIBCXX path/to/cmakelists, or run the installer and opt in.

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

Hello,`

Thanks for help. I tried use install.sh and follow the output below:

$ ./install.sh 
Looking for CMakeLists.txt: Found
Note: No package list for Fedora
Looking for PAYDAY 2 (payday2_release) in /jogos/games/steamapps/common: /jogos/games/steamapps/common/PAYDAY 2/payday2_release
Looking for Steam configs: 1 found
Would you like to build against libc++? Clang and libc++ must be installed already. [Y/n]: Y
cmake -DUSE_LIBCXX=ON '/home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l-2.0-pre1/CMakeLists.txt' -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS='-march=native -mtune=native' -DCMAKE_C_FLAGS='-march=native -mtune=native'
Looking for installer_build: Found
Running CMake: OK
Building BLT: Failed
Please see the Make log at /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l-2.0-pre1/installer_build/installer_make.log

installer_make.log content:

Using Clang/LibC++
-- The C compiler identification is GNU 6.3.1
-- The CXX compiler identification is Clang 3.9.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CURL: /usr/lib64/libcurl.so (found version "7.51.0") 
-- Found OpenSSL: /usr/lib64/libssl.so (found version "1.0.2k") 
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l-2.0-pre1/installer_build

@RomanHargrave
Copy link
Member

It looks like make didn't even run....

Could you go in to installer_build and run make?

@RomanHargrave
Copy link
Member

wait, did you download the zip file from github?

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

Yes, I downloaded from github. The zip file

@RomanHargrave
Copy link
Member

Can you please git clone --recursive http://github.com/blt4linux/blt4l to get BLT? GitHub has not been too kind to submodules WRT zip downloads.

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

Nice. I did and as result I had:

$ git clone --recursive http://github.com/blt4linux/blt4l
Cloning into 'blt4l'...
remote: Counting objects: 626, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 626 (delta 19), reused 33 (delta 11), pack-reused 579
Receiving objects: 100% (626/626), 333.89 KiB | 243.00 KiB/s, done.
Resolving deltas: 100% (333/333), done.
Checking connectivity... done.
Submodule 'lua/Payday-2-BLT-Lua' (https://github.com/Luffyyy/Payday-2-BLT-Lua) registered for path 'lua/Payday-2-BLT-Lua'
Submodule 'subhook' (https://github.com/Zeex/subhook.git) registered for path 'subhook'
Cloning into '/home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/lua/Payday-2-BLT-Lua'...
Cloning into '/home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/subhook'...
Submodule path 'lua/Payday-2-BLT-Lua': checked out '2a8f8a0767817bbe12fa7f0244718a308db40a34'
Submodule path 'subhook': checked out '9551217ba4fadbf729e810ab94b4ab7f67b4cfbe'


$ ./install.sh 
Updating submodules: OK
Looking for CMakeLists.txt: Found
Note: No package list for Fedora
Looking for PAYDAY 2 (payday2_release) in /jogos/games/steamapps/common: /jogos/games/steamapps/common/PAYDAY 2/payday2_release
Looking for Steam configs: 1 found
Would you like to build against libc++? Clang and libc++ must be installed already. [Y/n]: Y
cmake -DUSE_LIBCXX=ON '/home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/CMakeLists.txt' -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS='-march=native -mtune=native' -DCMAKE_C_FLAGS='-march=native -mtune=native'
Looking for installer_build: Missing
Running CMake: OK
Building BLT: Failed
Please see the Make log at /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/installer_build/installer_make.log

$ cd installer_build
$ make
`[  8%] Building CXX object CMakeFiles/blt_loader.dir/src/event.cc.o
In file included from /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/src/event.cc:1:
/home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/include/blt/event.hh:3:10: fatal error: 
      'deque' file not found
#include <deque>
         ^
1 error generated.
CMakeFiles/blt_loader.dir/build.make:86: recipe for target 'CMakeFiles/blt_loader.dir/src/event.cc.o' failed
make[2]: *** [CMakeFiles/blt_loader.dir/src/event.cc.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/blt_loader.dir/all' failed
make[1]: *** [CMakeFiles/blt_loader.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@RomanHargrave
Copy link
Member

Use ``` for multiline code

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 24, 2017

This is somewhat impressive. You're missing a core C++ header, specifically the one for deque.

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

Thanks. Do You know what package?

@RomanHargrave
Copy link
Member

That's the thing. It should already exist... I'm going to have to set up a fedora chroot to test this (which i've been meaning to do).

It's more likely the case that the compiler is having trouble locating it. Just to be sure, could you confirm libcxx is installed?

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

$ sudo dnf install libcxx

Última verificação de data de vencimento de metadados: 1:18:30 atrás em Sat Jun 24 16:23:08 2017.
Package libcxx-3.9.1-1.fc25.x86_64 already installed, ignoring.
Package libcxx-3.9.1-1.fc25.i686 already installed, ignoring.
Dependencies resolved.
Nothing to do.
Finished!

@RomanHargrave
Copy link
Member

Will you please try dnf groupinstall "Development Tools" and then try building?

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

$ sudo dnf groupinstall "Development Tools"

Última verificação de data de vencimento de metadados: 1:45:09 atrás em Sat Jun 24 16:23:08 2017.
The 'Development Tools' group is already installed, skipping
Dependencies resolved.
Nothing to do.
Finished!

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

What is path/to/cmakelists default?

@RomanHargrave
Copy link
Member

.., or whatever the path to the CMakeLists.txt file for BLT is

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

$ cmake -DUSE_LIBCXX ..

Should be: VAR:type=value
CMake Error: No cmake script provided.
CMake Error: Problem processing arguments. Aborting.

@RomanHargrave
Copy link
Member

-DUSE_LIBCXX=ON

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

$ mkdir build
$ cd build
$ cmake -DUSE_LIBCXX=ON ..

Using Clang/LibC++
-- The C compiler identification is GNU 6.3.1
-- The CXX compiler identification is Clang 3.9.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CURL: /usr/lib64/libcurl.so (found version "7.51.0") 
-- Found OpenSSL: /usr/lib64/libssl.so (found version "1.0.2k") 
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/build

$ make

Scanning dependencies of target blt_loader
[  8%] Building C object CMakeFiles/blt_loader.dir/subhook/subhook.c.o
[ 16%] Building CXX object CMakeFiles/blt_loader.dir/src/event.cc.o
In file included from /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/src/event.cc:1:
/home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/include/blt/event.hh:3:10: fatal error: 
      'deque' file not found
#include <deque>
         ^
1 error generated.
CMakeFiles/blt_loader.dir/build.make:86: recipe for target 'CMakeFiles/blt_loader.dir/src/event.cc.o' failed
make[2]: *** [CMakeFiles/blt_loader.dir/src/event.cc.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/blt_loader.dir/all' failed
make[1]: *** [CMakeFiles/blt_loader.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@RomanHargrave
Copy link
Member

Will you run mlocate deque | grep -P 'deque(\.h)?$'

@Kazenin
Copy link
Author

Kazenin commented Jun 24, 2017

mlocate have not a binary, I guess. So, I used locate

$ locate deque | grep -P 'deque(.h)?$'

/usr/include/boost/fusion/container/deque
/usr/include/boost/tr1/tr1/deque
/usr/include/c++/6.3.1/deque
/usr/include/c++/6.3.1/bits/stl_deque.h
/usr/include/c++/6.3.1/debug/deque
/usr/include/c++/6.3.1/experimental/deque
/usr/include/c++/6.3.1/profile/deque

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 25, 2017

my guess is that clang isn't finding the includes dir correctly.

at risk of causing more errors, will you run the following command in a fresh build directory?

cmake -DUSE_LIBCXX=ON .. -DCMAKE_CXX_FLAGS="-fPIC -std=c++11 -stdlib=libc++ -I/usr/include/c++/6.3.1"

@Kazenin
Copy link
Author

Kazenin commented Jun 25, 2017

$ cmake -DUSE_LIBCXX=ON .. -DCMAKE_CXX_FLAGS="-fPIC -std=c++11 -stdlib=libc++ -I/usr/include/c++/6.3.1"

Using Clang/LibC++
-- Configuring done
-- Generating done
-- Build files have been written to: /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/build

$ make

[  8%] Building C object CMakeFiles/blt_loader.dir/subhook/subhook.c.o
[ 16%] Building CXX object CMakeFiles/blt_loader.dir/src/event.cc.o
In file included from /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/src/event.cc:1:
In file included from /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/include/blt/event.hh:3:
In file included from /usr/include/c++/6.3.1/deque:60:
/usr/include/c++/6.3.1/bits/stl_algobase.h:59:10: fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 error generated.
CMakeFiles/blt_loader.dir/build.make:86: recipe for target 'CMakeFiles/blt_loader.dir/src/event.cc.o' failed
make[2]: *** [CMakeFiles/blt_loader.dir/src/event.cc.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/blt_loader.dir/all' failed
make[1]: *** [CMakeFiles/blt_loader.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@RomanHargrave
Copy link
Member

sorry, -DUSE_LIBCXX=ON

@Kazenin
Copy link
Author

Kazenin commented Jun 25, 2017

$ cmake -DUSE_LIBCXX=ON .. -DCMAKE_CXX_FLAGS="-fPIC -std=c++11 -stdlib=libc++ -I/usr
/include/c++/6.3.1"

Using Clang/LibC++
-- Configuring done
-- Generating done
-- Build files have been written to: /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/build

$ make

[  8%] Building C object CMakeFiles/blt_loader.dir/subhook/subhook.c.o
[ 16%] Building CXX object CMakeFiles/blt_loader.dir/src/event.cc.o
In file included from /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/src/event.cc:1:
In file included from /home/greyson/Downloads/PAYDAY2/BLT/com_mod_overrides/blt4l/include/blt/event.hh:3:
In file included from /usr/include/c++/6.3.1/deque:60:
/usr/include/c++/6.3.1/bits/stl_algobase.h:59:10: fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 error generated.
CMakeFiles/blt_loader.dir/build.make:86: recipe for target 'CMakeFiles/blt_loader.dir/src/event.cc.o' failed
make[2]: *** [CMakeFiles/blt_loader.dir/src/event.cc.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/blt_loader.dir/all' failed
make[1]: *** [CMakeFiles/blt_loader.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@RomanHargrave
Copy link
Member

You are missing a whole lot of stuff. I don't use RHEL so I don't know that packages to tell you to look for.

It's quite strange, since you should have all the requisites, so my guess is that there is either a bug with some packaging, or some files managed by packages have been inadvertently deleted by something.

I know there are other F25 users around, so you may want to wait for them to come around and give advice.

@Kazenin
Copy link
Author

Kazenin commented Jun 25, 2017

I will wait. If you would compile from fedora I will be glad too. The tarball to debian and ubuntu does not work here

@Kazenin Kazenin closed this as completed Jun 25, 2017
@Kazenin Kazenin reopened this Jun 25, 2017
@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017

Enter the PAYDAY install directory, then, set and export the following environment variables:

SteamAppId=218620
SteamAppUser=<steam username here>
SteamGameId=218620
SteamUser=<steam username here>
suppress_restart=1

then, run env LD_PRELOAD="./libblt_loader.so" gdb ./payday2_release.

When you arrive at a (gdb) prompt, enter r and press enter. If the game crashes, you'll arrive at another (gdb) prompt - enter bt and press enter, then reply with the output. To exit, type q, press enter and then confirm.

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

Good News.
I got compile the library in another PC (Fedora). The game open but the mod_overrides mods does not work. Is there additional configuration to do? I tried using this mod https://modworkshop.net/mydownloads.php?action=view_down&did=16732

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

I installed this Fedora today, specially to try to run BLT. I will verify these steps

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

Well, I will test using the same distro that you. What do you use? Ubuntu 14.04 ?

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

Yes, the game ask for updates

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

output.txt
This dt_dfs_list_all option not appears

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

@dribbleondo How do you configure the launch options?

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

$ find . -type f -not -iname *.bundle

./Payday 2 - B-Sides/13 Bad Attitude  (from the Infamy 2 point 0 website).mp3
./Payday 2 - B-Sides/06 Hur Jag Trivs (from the John Wick short film).mp3
./Payday 2 - B-Sides/11 Meat and Machine Guns (from the Butcher short film).mp3
./Payday 2 - B-Sides/05 Rule Britannia (from the Hoxton Breakout short film).mp3
./Payday 2 - B-Sides/17 Heroes of the Past.mp3
./Payday 2 - B-Sides/18 Shinobi Lessons (from the Ninja Pack trailer).mp3
./Payday 2 - B-Sides/08 This is Goodbye (from the John Wick short film).mp3
./Payday 2 - B-Sides/24 Caves of Cagliostro (from the Road to Crimefest 2015 trailer).mp3
./Payday 2 - B-Sides/04 Double LMGs (from the Hoxton Breakout short film).mp3
./Payday 2 - B-Sides/03 Showdown (from the Hoxton Breakout short film).mp3
./Payday 2 - B-Sides/01 Enter the Hallway (from the Hoxton Breakout short film).mp3
./Payday 2 - B-Sides/12 The Enforcer (from the Overkill Pack trailer).mp3
./Payday 2 - B-Sides/27 Fault Line (from the Aftershock trailer).mp3
./Payday 2 - B-Sides/20 Japan is a Land of Ravers.mp3
./Payday 2 - B-Sides/19 Japan is a Land of Warriors (from the Yakuza Character trailer).mp3
./Payday 2 - B-Sides/16 Pilgrim (from the Western Pack website).mp3
./Payday 2 - B-Sides/26 Change of Pace (from the Economy trailer).mp3
./Payday 2 - B-Sides/28 Sunrise (from the Jump Animation trailer).mp3
./Payday 2 - B-Sides/10 Zagrebacka (from The Butcher short film).mp3
./Payday 2 - B-Sides/14 Collide (from the Animation Update website).mp3
./Payday 2 - B-Sides/22 Longbow (from the Chivalry Pack microsite).mp3
./Payday 2 - B-Sides/21 Happy Birthday March For Payday.mp3
./Payday 2 - B-Sides/15 Duel (from the Western Pack trailer).mp3
./Payday 2 - B-Sides/02 SWAT Attack (from the Hoxton Breakout short film).mp3
./Payday 2 - B-Sides/flac/12 The Enforcer (from the Overkill Pack trailer).flac
./Payday 2 - B-Sides/flac/11 Meat and Machine Guns (from the Butcher short film).flac
./Payday 2 - B-Sides/flac/24 Caves of Cagliostro (from the Road to Crimefest 2015 trailer).flac
./Payday 2 - B-Sides/flac/25 They Chose Vlad (from the Crimefest 2015 trailer).flac
./Payday 2 - B-Sides/flac/13 Bad Attitude  (from the Infamy 2.0 website).flac
./Payday 2 - B-Sides/flac/02 SWAT Attack (from the Hoxton Breakout short film).flac
./Payday 2 - B-Sides/flac/27 Fault Line (from the Aftershock trailer).flac
./Payday 2 - B-Sides/flac/16 Pilgrim (from the Western Pack website).flac
./Payday 2 - B-Sides/flac/15 Duel (from the Western Pack trailer).flac
./Payday 2 - B-Sides/flac/01 Enter the Hallway (from the Hoxton Breakout short film).flac
./Payday 2 - B-Sides/flac/06 Hur Jag Trivs (from the John Wick short film).flac
./Payday 2 - B-Sides/flac/18 Shinobi Lessons (from the Ninja Pack trailer).flac
./Payday 2 - B-Sides/flac/14 Collide (from the Animation Update website).flac
./Payday 2 - B-Sides/flac/22 Longbow (from the Chivalry Pack microsite).flac
./Payday 2 - B-Sides/flac/26 Change of Pace (from the Economy trailer).flac
./Payday 2 - B-Sides/flac/20 Japan is a Land of Ravers.flac
./Payday 2 - B-Sides/flac/05 Rule Britannia (from the Hoxton Breakout short film).flac
./Payday 2 - B-Sides/flac/19 Japan is a Land of Warriors (from the Yakuza Character trailer).flac
./Payday 2 - B-Sides/flac/28 Sunrise (from the Jump Animation trailer).flac
./Payday 2 - B-Sides/flac/17 Heroes of the Past.flac
./Payday 2 - B-Sides/flac/07 An Unexpected Call (from the John Wick short film).flac
./Payday 2 - B-Sides/flac/09 I Will Give You My All Ringtone.flac
./Payday 2 - B-Sides/flac/03 Showdown (from the Hoxton Breakout short film).flac
./Payday 2 - B-Sides/flac/04 Double LMGs (from the Hoxton Breakout short film).flac
./Payday 2 - B-Sides/flac/21 Happy Birthday March For Payday.flac
./Payday 2 - B-Sides/flac/23 Cries of the City (from the New Enemy trailer).flac
./Payday 2 - B-Sides/flac/08 This is Goodbye (from the John Wick short film).flac
./Payday 2 - B-Sides/flac/10 Zagrebacka (from The Butcher short film).flac
./Payday 2 - B-Sides/25 They Chose Vlad (from the Crimefest 2015 trailer).mp3
./Payday 2 - B-Sides/23 Cries of the City (from the New Enemy trailer).mp3
./Payday 2 - B-Sides/07 An Unexpected Call (from the John Wick short film).mp3
./Payday 2 - B-Sides/09 I Will Give You My All Ringtone.mp3
./game.ver
./PAYDAY 2 the Soundtrack/This_is_Our_Time_-_single/Thumbs.db
./PAYDAY 2 the Soundtrack/This_is_Our_Time_-_single/cover.jpg
./PAYDAY 2 the Soundtrack/This_is_Our_Time_-_single/Miles_Malone_-_This_is_Our_Time.mp3
./PAYDAY 2 the Soundtrack/22_Ode_to_Greed.mp3
./PAYDAY 2 the Soundtrack/41_Utter_Chaos.mp3
./PAYDAY 2 the Soundtrack/06_Full_Force_Forward.mp3
./PAYDAY 2 the Soundtrack/47_Pimped_out_Getaway.mp3
./PAYDAY 2 the Soundtrack/13_Clean_Getaway.mp3
./PAYDAY 2 the Soundtrack/05_The_Mark.mp3
./PAYDAY 2 the Soundtrack/09_Razormind.mp3
./PAYDAY 2 the Soundtrack/04_Black_Yellow_Moebius.mp3
./PAYDAY 2 the Soundtrack/24_And_Now_We_Run.mp3
./PAYDAY 2 the Soundtrack/Ode_AllAvidita_-_single/Ode_Alla_Avidita_instrumental.mp3
./PAYDAY 2 the Soundtrack/Ode_AllAvidita_-_single/Ode_Alla_Avidita.mp3
./PAYDAY 2 the Soundtrack/14_Mayhem_Dressed_in_a_Suit_Remix.mp3
./PAYDAY 2 the Soundtrack/Curse_of_the_Diamond_-_single/Curse_of_the_Diamond.mp3
./PAYDAY 2 the Soundtrack/38_Backstab.mp3
./PAYDAY 2 the Soundtrack/02_Master_plan.mp3
./PAYDAY 2 the Soundtrack/26_Blueprints_old.mp3
./PAYDAY 2 the Soundtrack/23_Ode_to_Greed_instrumental.mp3
./PAYDAY 2 the Soundtrack/07_Tick_Tock.mp3
./PAYDAY 2 the Soundtrack/The_Flames_of_Love_-_single/The_Flames_of_Love.mp3
./PAYDAY 2 the Soundtrack/39_Shoutout.mp3
./PAYDAY 2 the Soundtrack/12_Hard_Time.mp3
./PAYDAY 2 the Soundtrack/11_Wheres_the_Van.mp3
./PAYDAY 2 the Soundtrack/25_Blueprints.mp3
./PAYDAY 2 the Soundtrack/37_Kicking_Ass_and_Taking_Names.mp3
./PAYDAY 2 the Soundtrack/15_Lets_Go_Shopping.mp3
./PAYDAY 2 the Soundtrack/36_Searchlights.mp3
./PAYDAY 2 the Soundtrack/10_Calling_all_Units.mp3
./PAYDAY 2 the Soundtrack/16_Armed_to_the_Teeth.mp3
./PAYDAY 2 the Soundtrack/27_Freeze.mp3
./PAYDAY 2 the Soundtrack/30_Hot_Pursuit.mp3
./PAYDAY 2 the Soundtrack/19_Death_Wish.mp3
./PAYDAY 2 the Soundtrack/03_Time_Window.mp3
./PAYDAY 2 the Soundtrack/31_The_Gauntlet.mp3
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_guitar_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_guitar_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_guitar_6.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_guitar_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_guitar_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/time_window_131_bpm/time_window_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_pad_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_percussion_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_bass_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_bass_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_guitar_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_guitar_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_guitar_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_guitar_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/master_plan_78_bpm/master_plan_bass_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_guitar_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_pad_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_cooker_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drums_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_pad_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_cooker_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_impact_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drumfill_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_synth_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_pad_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_guitar_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drums_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_pad_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_guitar_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drumfill_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_pad_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/razormind_132_bpm/razormind_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_drumfill_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/fuse_box_132_bpm/fuse_box_synth_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_pad_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/tick_tock_129_bpm/tick_tock_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_drumfill_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_7.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_drumfill_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_6.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_drums_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_8.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_synth_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/full_force_forward_126_bpm/full_force_forward_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_stormdrums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_wobble_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_chaos_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_voice_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_chords_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_wobble_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_wobble_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_voice_2_unused.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/wheres_the_van_180_bpm/wheres_the_van_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_guitar_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_drumfill_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_sub_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_synth_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_sub_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_synth_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/black_yellow_moebius_122_bpm/black_yellow_moebius_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_screamer_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_stormdrums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_pad_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_synth_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_pad_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_stormdrums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_screamer_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_pad_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_synth_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/calling_all_units_138_bpm/calling_all_units_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_8.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_bass_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_bass_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_drums_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_9.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_7.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_6.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_fx_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_bass_6.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_guitar_4.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/clean_getaway_105_bpm/clean_getaway_bass_5.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/payday_2_soundtrack_remix_material_README.txt
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_guitar_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_guitar_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_drums_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_drums_3.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_bass_1.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_synth_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_drums_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_bass_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_guitar_2.wav
./PAYDAY 2 the Soundtrack/payday_2_soundtrack_remix_material/the_mark_123_bpm/the_mark_synth_1.wav
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 46 Drop Zone.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 05 The Mark.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 12 Hard Time.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 13 Clean Getaway.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 39 Shoutout.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 24 And Now We Run!.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 35 Breach 2015.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 21 And Now We Wait.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 02 Master Plan.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 11 Where's the Van-!.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 32 Something Wicked This Way Comes.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 19 Death Wish.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 45 Locke and Load.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 29 Evil Eye.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - Ode All'Avidità (instrumental).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 26 Blueprints (old version).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 03 Time Window.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 09 Razormind.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 23 Ode to Greed (instrumental techno remix).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 37 Kicking Ass and Taking Names.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 16 Armed to the Teeth.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Thumbs.db
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 40 Dead Mans Hand.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 18 Wanted Dead or Alive.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - Ode All'Avidità (single).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - Criminal's Ambition (single) - 02 Criminal's Ambition (instrumental).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/OVERKILL Soundtracks - Curse of the Diamond - 01 Curse of the Diamond.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 33 Clowns Are Scary.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 25 Blueprints.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 10 Calling all Units.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 36 Searchlights.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 41 Utter Chaos.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 28 Supersledge.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 17 Sirens in the Distance.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 14 Mayhem Dressed in a Suit (remix).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/OVERKILL Soundtracks - The 12 Days of Xmas.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 06 Full Force Forward.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 27 Freeze (theme from the launch trailer).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 07 Tick Tock.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 04 Black Yellow Moebius.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Miles Malone - This is Our Time (single) - 01 This is Our Time.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 43 Crime Wave 2015.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Smokey Bennett & The Hoops - The Flames of Love.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Pat Briscoe - Drifting (single).flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Carl Norén - PAYDAY 2 Official Soundtrack - 44 Donacdum.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 08 Fuse Box.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 38 Backstab.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Pat Briscoe - I'm A Wild One (single) - 01 I'm a Wild One.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 47 Pimped out Getaway.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund feat. KwoteONE - Criminal's Ambition (single) - 01 Criminal's Ambition feat. KwoteONE.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 20 Shadows and Trickery.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 42 Gun Metal Grey 2015.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Gustaf Grefberg - PAYDAY 2 Official Soundtrack - 01 Mayhem Dressed in a Suit.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 15 Let's Go Shopping!.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 31 The Gauntlet.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 30 Hot Pursuit.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 34 Ho Ho Ho.flac
./PAYDAY 2 the Soundtrack/FLAC_versions/Simon Viklund - PAYDAY 2 Official Soundtrack - 22 Ode to Greed (techno remix).flac
./PAYDAY 2 the Soundtrack/18_Wanted_Dead_or_Alive.mp3
./PAYDAY 2 the Soundtrack/28_Supersledge.mp3
./PAYDAY 2 the Soundtrack/The_12_Days_of_Xmas_-_single/The 12 Days of Xmas.mp3
./PAYDAY 2 the Soundtrack/The_12_Days_of_Xmas_-_single/Thumbs.db
./PAYDAY 2 the Soundtrack/The_12_Days_of_Xmas_-_single/OVERKILL Soundtracks - The 12 Days of Xmas - cover.png
./PAYDAY 2 the Soundtrack/01_Mayhem_Dressed_in_a_Suit.mp3
./PAYDAY 2 the Soundtrack/08_Fuse_box.mp3
./PAYDAY 2 the Soundtrack/35_Breach_2015.mp3
./PAYDAY 2 the Soundtrack/21_And_Now_We_Wait.mp3
./PAYDAY 2 the Soundtrack/Soundtrack 2 Image.jpg
./PAYDAY 2 the Soundtrack/46_Drop_Zone.mp3
./PAYDAY 2 the Soundtrack/Im_a_Wild_One_-_single/Pat_Briscoe_-_Im_a_Wild_One.mp3
./PAYDAY 2 the Soundtrack/Im_a_Wild_One_-_single/Thumbs.db
./PAYDAY 2 the Soundtrack/Im_a_Wild_One_-_single/Pat Briscoe - I'm A Wild One (single) - cover.png
./PAYDAY 2 the Soundtrack/29_Evil Eye.mp3
./PAYDAY 2 the Soundtrack/44_Donacdum.mp3
./PAYDAY 2 the Soundtrack/42_Gun_Metal_Grey_2015.mp3
./PAYDAY 2 the Soundtrack/45_Locke_and_Load.mp3
./PAYDAY 2 the Soundtrack/17_Sirens_in_the_Distance.mp3
./PAYDAY 2 the Soundtrack/32_Something_Wicked_This_Way_Comes.mp3
./PAYDAY 2 the Soundtrack/Drifting_-_single/Pat_Briscoe_-_Drifting.mp3
./PAYDAY 2 the Soundtrack/20_shadows_and_trickery.mp3
./PAYDAY 2 the Soundtrack/33_Clowns_Are_Scary.mp3
./PAYDAY 2 the Soundtrack/43_Crime_Wave_2015.mp3
./PAYDAY 2 the Soundtrack/criminals_ambition_-_single/Criminals_Ambition_featuring_KwoteONE.mp3
./PAYDAY 2 the Soundtrack/criminals_ambition_-_single/Criminals_Ambition_instrumental.mp3
./PAYDAY 2 the Soundtrack/criminals_ambition_-_single/Thumbs.db
./PAYDAY 2 the Soundtrack/criminals_ambition_-_single/Simon Viklund feat. KwoteONE - Criminal's Ambition (single) - cover.png
./PAYDAY 2 the Soundtrack/40_Dead_Mans_Hand.mp3
./PAYDAY 2 the Soundtrack/34_Ho_Ho_Ho.mp3
./libopenal.so.1
./libsteam_api.so
./PAYDAY 2 A Merry Payday Christmas Soundtrack/12_hoxton_-_ive_been_a_bad_boy_instrumental.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/02_hoxton_-_a_merry_payday_christmas.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/06_hoxton_-_christmas_in_prison.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/09_hoxton_-_a_merry_payday_christmas_instrumental.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/14_hoxton_-_deck_the_safe_house_instrumental.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/03_hoxton_-_a_heist_not_attempted_before.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/01_hoxton_-_intro.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/11_hoxton_-_if_it_has_to_be_christmas_instrumental.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 06 Christmas in Prison.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 09 A Merry Payday Christmas (Instrumental).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 04 If It Has to Be Christmas.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 11 If It Has to Be Christmas (Instrumental).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 12 I've Been a Bad Boy (Instrumental).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 14 Deck the Safe House (Instrumental).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 07 Deck the Safe House.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/cover.jpg
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/A Merry Payday Christmas - 08 If It Has to Be Christmas (American Version).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 10 A Heist Not Attempted Before (Instrumental).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 13 Christmas in Prison (Instrumental).flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 02 A Merry Payday Christmas.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 05 I've Been a Bad Boy.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 01 Intro.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/FLAC_versions/Hoxton - A Merry Payday Christmas - 03 A Heist Not Attempted Before.flac
./PAYDAY 2 A Merry Payday Christmas Soundtrack/10_hoxton_-_a_heist_not_attempted_before_instrumental.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/07_hoxton_-_deck_the_safe_house.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/08_simon_viklund_-_if_it_has_to_be_christmas_american_version.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/04_hoxton_-_if_it_has_to_be_christmas.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/05_hoxton_-_ive_been_a_bad_boy.mp3
./PAYDAY 2 A Merry Payday Christmas Soundtrack/13_hoxton_-_christmas_in_prison_instrumental.mp3
./assets/bundle_db.blb
./assets/mod_overrides/Federal Inventory/mod.txt
./assets/mod_overrides/Alpha Full HUD Interaction Circle/guis/textures/pd2/hud_progress_invalid.texture
./assets/mod_overrides/Alpha Full HUD Interaction Circle/guis/textures/pd2/hud_progress_32px_DISABLE.texture
./assets/mod_overrides/Alpha Full HUD Interaction Circle/guis/textures/pd2/hud_progress_bg.texture
./assets/mod_overrides/Alpha Full HUD Interaction Circle/guis/textures/pd2/hud_progress_active.texture
./assets/mod_overrides/Alpha Full HUD Health & Shield/guis/textures/pd2/hud_shield.texture
./assets/mod_overrides/Alpha Full HUD Health & Shield/guis/textures/pd2/hud_radialbg.texture
./assets/mod_overrides/Alpha Full HUD Health & Shield/guis/textures/pd2/hud_health.texture
./assets/mod_overrides/WolfHUD_Textures/revision.txt
./assets/mod_overrides/WolfHUD_Textures/guis/textures/contact_vlad.texture
./payday2_release
./context.xml
./mods/Better Bots/readme.txt
./mods/Better Bots/loc/english.txt
./mods/Better Bots/loc/italian.txt
./mods/Better Bots/betterbots.lua
./mods/Better Bots/mod.txt
./mods/Better Bots/menu.txt
./mods/saves_old/WolfHUD_v2.json
./mods/saves_old/SydneyHUD.json
./mods/saves_old/profiles_data.json
./mods/saves_old/carrystacker.txt
./mods/saves_old/silentassassin.txt
./mods/saves_old/mod_manager.txt
./mods/saves_old/keepers.txt
./mods/saves_old/announcer_session_host.txt
./mods/saves_old/CustomFOV.txt
./mods/saves_old/cgrade_option.txt
./mods/saves_old/mod_updates.txt
./mods/saves_old/CustomWaypoints.txt
./mods/saves_old/saves.txt
./mods/saves_old/mod_keybinds.txt
./mods/saves_old/lobby_player_info.txt
./mods/saves_old/announcer.txt
./mods/saves_old/CusCrosshairoptions.txt
./mods/saves_old/hud3_config.json
./mods/saves_old/bkin_bl__settings.json
./mods/saves_old/bb_data.txt
./mods/saves_old/announcer_session_client.txt
./mods/WolfHUD-master.zip
./mods/BeardLib/BeardLibCore.lua
./mods/BeardLib/Localization/english.txt
./mods/BeardLib/BeardLibInit.lua
./mods/BeardLib/Classes/AddFramework.lua
./mods/BeardLib/Classes/MapFramework.lua
./mods/BeardLib/Classes/Definitions.lua
./mods/BeardLib/Classes/MenuUI.lua
./mods/BeardLib/Classes/utils.lua
./mods/BeardLib/Classes/ModAssetUpdateManager.lua
./mods/BeardLib/Classes/MenuDialog.lua
./mods/BeardLib/Classes/Elements/ElementMoveUnit.lua
./mods/BeardLib/Classes/Elements/ElementTeleportPlayer.lua
./mods/BeardLib/Classes/Elements/ElementEnvironment.lua
./mods/BeardLib/Classes/ModCore.lua
./mods/BeardLib/Classes/MenuHelperPlus.lua
./mods/BeardLib/Classes/ModuleBase.lua
./mods/BeardLib/Classes/MenuItems/KeyBind.lua
./mods/BeardLib/Classes/MenuItems/TextBoxBase.lua
./mods/BeardLib/Classes/MenuItems/ContextMenu.lua
./mods/BeardLib/Classes/MenuItems/TextBox.lua
./mods/BeardLib/Classes/MenuItems/Item.lua
./mods/BeardLib/Classes/MenuItems/Toggle.lua
./mods/BeardLib/Classes/MenuItems/ImageButton.lua
./mods/BeardLib/Classes/MenuItems/ItemsGroup.lua
./mods/BeardLib/Classes/MenuItems/Slider.lua
./mods/BeardLib/Classes/MenuItems/ComboBox.lua
./mods/BeardLib/Classes/MenuItems/Menu.lua
./mods/BeardLib/Classes/FrameworkBase.lua
./mods/BeardLib/Classes/json_utils.lua
./mods/BeardLib/Assets/guis/textures/menuicons.texture
./mods/BeardLib/mod.txt
./mods/BeardLib/Examples/Mod template/Localization/english.txt
./mods/BeardLib/Examples/Mod template/Localization/russian.txt
./mods/BeardLib/Examples/Mod template/config.xml
./mods/BeardLib/Examples/Mod template/Classes/ExampleClass.lua
./mods/BeardLib/Examples/Mod template/mod.txt
./mods/BeardLib/Examples/Mod template/Core.lua
./mods/BeardLib/Examples/Mod template/Hooks/TweakData.lua
./mods/BeardLib/Examples/Mod template/ScriptData/ExampleScriptMerge.xml
./mods/BeardLib/Hooks/PlayerInventory.lua
./mods/BeardLib/Hooks/CoreSequenceManager.lua
./mods/BeardLib/Hooks/Setup.lua
./mods/BeardLib/Hooks/TradeManager.lua
./mods/BeardLib/Hooks/SystemMenuManager.lua
./mods/BeardLib/Hooks/MenuManager.lua
./mods/BeardLib/Hooks/CoreSystem.lua
./mods/BeardLib/Hooks/NetworkPeer.lua
./mods/BeardLib/Hooks/TextBoxGUI.lua
./mods/BeardLib/Hooks/GamePlayCentralManager.lua
./mods/BeardLib/Hooks/NetworkMatchmakingSteam.lua
./mods/BeardLib/Hooks/MissionManager.lua
./mods/BeardLib/Hooks/HuskPlayerMovement.lua
./mods/BeardLib/Hooks/KeyboardInputDialog.lua
./mods/BeardLib/Hooks/Killzonemanager.lua
./mods/BeardLib/Hooks/CoreWorldDefinition.lua
./mods/BeardLib/Hooks/ClientNetworkSession.lua
./mods/BeardLib/Hooks/WeaponFactoryManager.lua
./mods/BeardLib/Hooks/PlayerMovement.lua
./mods/BeardLib/Hooks/TweakData.lua
./mods/BeardLib/Hooks/CrewManagementGUI.lua
./mods/BeardLib/Hooks/MenuInput.lua
./mods/BeardLib/Modules/MeleeModule.lua
./mods/BeardLib/Modules/MaskModule.lua
./mods/BeardLib/Modules/MaskPatternModule.lua
./mods/BeardLib/Modules/ClassesModule.lua
./mods/BeardLib/Modules/LocalizationModule.lua
./mods/BeardLib/Modules/WeaponModuleNew.lua
./mods/BeardLib/Modules/ScriptReplacementsModule.lua
./mods/BeardLib/Modules/GlobalValueModule.lua
./mods/BeardLib/Modules/WeaponModModule.lua
./mods/BeardLib/Modules/PackageModule.lua
./mods/BeardLib/Modules/ContactModule.lua
./mods/BeardLib/Modules/MenuModule.lua
./mods/BeardLib/Modules/AddFilesModule.lua
./mods/BeardLib/Modules/LevelModule.lua
./mods/BeardLib/Modules/WeaponModule.lua
./mods/BeardLib/Modules/MaskMaterialModule.lua
./mods/BeardLib/Modules/HooksModule.lua
./mods/BeardLib/Modules/ModAssetsModule.lua
./mods/BeardLib/Modules/OptionModule.lua
./mods/BeardLib/Modules/NarrativeModule.lua
./mods/CusCrosshair/CrosshairCore.lua
./mods/CusCrosshair/CusCrosshairLua/WriteOptions.lua
./mods/CusCrosshair/CusCrosshairLua/HudHitConfirm.lua
./mods/CusCrosshair/CusCrosshairLua/Options.lua
./mods/CusCrosshair/CusCrosshairLua/HudManager.lua
./mods/CusCrosshair/mod.txt
./mods/Goonmod's Custom Waypoints/loc/english.txt
./mods/Goonmod's Custom Waypoints/loc/french.txt
./mods/Goonmod's Custom Waypoints/changelog.txt
./mods/Goonmod's Custom Waypoints/menu/options.txt
./mods/Goonmod's Custom Waypoints/lua/menumanager.lua
./mods/Goonmod's Custom Waypoints/lua/basenetworksession.lua
./mods/Goonmod's Custom Waypoints/lua/hudmanager.lua
./mods/Goonmod's Custom Waypoints/mod.txt
./mods/Lobby Player Info/loc/german.txt
./mods/Lobby Player Info/loc/korean.txt
./mods/Lobby Player Info/loc/spanish.txt
./mods/Lobby Player Info/loc/english.txt
./mods/Lobby Player Info/loc/russian.txt
./mods/Lobby Player Info/loc/french.txt
./mods/Lobby Player Info/loc/italian.txt
./mods/Lobby Player Info/changelog.txt
./mods/Lobby Player Info/menu/options.txt
./mods/Lobby Player Info/lua/hudstatsscreen.lua
./mods/Lobby Player Info/lua/menumanager.lua
./mods/Lobby Player Info/lua/lobbycharacterdata.lua
./mods/Lobby Player Info/lua/contractboxgui_teambox.lua
./mods/Lobby Player Info/lua/menucomponentmanager.lua
./mods/Lobby Player Info/lua/menuscenemanager.lua
./mods/Lobby Player Info/lua/missionbriefinggui.lua
./mods/Lobby Player Info/lua/contractboxgui.lua
./mods/Lobby Player Info/mod.txt
./mods/Carry Stacker Reloaded/loc/english.txt
./mods/Carry Stacker Reloaded/menu/options.txt
./mods/Carry Stacker Reloaded/lua/antianticheat.lua
./mods/Carry Stacker Reloaded/lua/configuration_menu.lua
./mods/Carry Stacker Reloaded/lua/playercarry.lua
./mods/Carry Stacker Reloaded/lua/networkhandler.lua
./mods/Carry Stacker Reloaded/lua/interactionext.lua
./mods/Carry Stacker Reloaded/lua/_modannounce.lua
./mods/Carry Stacker Reloaded/lua/playermanager.lua
./mods/Carry Stacker Reloaded/lua/playerstandard.lua
./mods/Carry Stacker Reloaded/mod.txt
./mods/Custom Profile Set/main.lua
./mods/Custom Profile Set/localization/english.txt
./mods/Custom Profile Set/localization/italian.txt
./mods/Custom Profile Set/mod.txt
./mods/DelayedCallsFix/mod.txt
./mods/DelayedCallsFix/delayed_calls.lua
./mods/SilentAssassin/loc/en.txt
./mods/SilentAssassin/mod.txt
./mods/SilentAssassin/options.txt
./mods/SilentAssassin/SilentAssassin.lua
./mods/Announcer/readme.txt
./mods/Announcer/loc/german.txt
./mods/Announcer/loc/spanish.txt
./mods/Announcer/loc/english.txt
./mods/Announcer/loc/russian.txt
./mods/Announcer/loc/french.txt
./mods/Announcer/loc/italian.txt
./mods/Announcer/menu/options.txt
./mods/Announcer/lua/menumanager.lua
./mods/Announcer/lua/_announce.lua
./mods/Announcer/lua/menutitlescreenstate.lua
./mods/Announcer/lua/hostnetworksession.lua
./mods/Announcer/mod.txt
./mods/WolfHUD-master/README.md
./mods/WolfHUD-master/OptionMenus.lua
./mods/WolfHUD-master/loc/italian.json
./mods/WolfHUD-master/loc/korean.json
./mods/WolfHUD-master/loc/english.json
./mods/WolfHUD-master/loc/RealWeaponNames.json
./mods/WolfHUD-master/loc/russian.json
./mods/WolfHUD-master/loc/german.json
./mods/WolfHUD-master/loc/french.json
./mods/WolfHUD-master/loc/dutch.json
./mods/WolfHUD-master/loc/chinese.json
./mods/WolfHUD-master/loc/spanish.json
./mods/WolfHUD-master/lua/EnhancedCrewLoadout.lua
./mods/WolfHUD-master/lua/CustomHUD.lua
./mods/WolfHUD-master/lua/WeaponGadgets.lua
./mods/WolfHUD-master/lua/NumbericSuspicion.lua
./mods/WolfHUD-master/lua/HUDChat.lua
./mods/WolfHUD-master/lua/MenuTweaks.lua
./mods/WolfHUD-master/lua/PacifiedCivs.lua
./mods/WolfHUD-master/lua/DownCounter.lua
./mods/WolfHUD-master/lua/AdvAssault.lua
./mods/WolfHUD-master/lua/DamageIndicator.lua
./mods/WolfHUD-master/lua/EnhancedObjective.lua
./mods/WolfHUD-master/lua/TabStats.lua
./mods/WolfHUD-master/lua/ProfileMenu.lua
./mods/WolfHUD-master/lua/HUDList.lua
./mods/WolfHUD-master/lua/KillCounter.lua
./mods/WolfHUD-master/lua/CustomWaypoints.lua
./mods/WolfHUD-master/lua/WaypointsManager.lua
./mods/WolfHUD-master/lua/Utils/LoadoutPanel.lua
./mods/WolfHUD-master/lua/Utils/QuickInputMenu.lua
./mods/WolfHUD-master/lua/Utils/InputDialog.lua
./mods/WolfHUD-master/lua/Scripts.lua
./mods/WolfHUD-master/lua/DrivingHUD.lua
./mods/WolfHUD-master/lua/PrePlanManager.lua
./mods/WolfHUD-master/lua/NetworkHandler.lua
./mods/WolfHUD-master/lua/BuyAllAsset.lua
./mods/WolfHUD-master/lua/Interaction.lua
./mods/WolfHUD-master/lua/EnemyHealthbar.lua
./mods/WolfHUD-master/lua/DamagePopup.lua
./mods/WolfHUD-master/lua/GameInfoManager.lua
./mods/WolfHUD-master/lua/VanillaHUD.lua
./mods/WolfHUD-master/lua/BurstFire.lua
./mods/WolfHUD-master/lua/EquipmentTweaks.lua
./mods/WolfHUD-master/mod.txt
./mods/WolfHUD-master/Core.lua
./mods/WolfHUD-master/.gitignore
./mods/WolfHUD-master/WolfHUDTweakData.lua
./mods/Adaptive Resync/loc/german.txt
./mods/Adaptive Resync/loc/spanish.txt
./mods/Adaptive Resync/loc/english.txt
./mods/Adaptive Resync/loc/french.txt
./mods/Adaptive Resync/loc/italian.txt
./mods/Adaptive Resync/changelog.txt
./mods/Adaptive Resync/menu/options.txt
./mods/Adaptive Resync/lua/raycastweaponbase.lua
./mods/Adaptive Resync/lua/menumanager.lua
./mods/Adaptive Resync/lua/copmovement.lua
./mods/Adaptive Resync/lua/copactionshoot.lua
./mods/Adaptive Resync/lua/copactionwalk.lua
./mods/Adaptive Resync/lua/huskplayermovement.lua
./mods/Adaptive Resync/lua/groupaistatebase.lua
./mods/Adaptive Resync/lua/playerstandard.lua
./mods/Adaptive Resync/mod.txt
./mods/saves/WolfHUD_v2.json
./mods/saves/profiles_data.json
./mods/saves/adaptive_resync.txt
./mods/saves/carrystacker.txt
./mods/saves/iter.txt
./mods/saves/silentassassin.txt
./mods/saves/mod_manager.txt
./mods/saves/keepers.txt
./mods/saves/announcer_session_host.txt
./mods/saves/CustomFOV.txt
./mods/saves/cgrade_option.txt
./mods/saves/mod_updates.txt
./mods/saves/CustomWaypoints.txt
./mods/saves/saves.txt
./mods/saves/mod_keybinds.txt
./mods/saves/lobby_player_info.txt
./mods/saves/announcer.txt
./mods/saves/CusCrosshairoptions.txt
./mods/saves/hud3_config.json
./mods/saves/bkin_bl__settings.json
./mods/saves/bb_data.txt
./mods/saves/announcer_session_client.txt
./mods/CustomFOV/menus/modoptions.txt
./mods/CustomFOV/loc/english.txt
./mods/CustomFOV/loc/french.txt
./mods/CustomFOV/lua/CustomFOV.lua
./mods/CustomFOV/lua/init.lua
./mods/CustomFOV/mod.txt
./mods/Iter/loc/german.txt
./mods/Iter/loc/spanish.txt
./mods/Iter/loc/english.txt
./mods/Iter/loc/russian.txt
./mods/Iter/loc/french.txt
./mods/Iter/loc/italian.txt
./mods/Iter/changelog.txt
./mods/Iter/menu/options.txt
./mods/Iter/lua/coplogictravel.lua
./mods/Iter/lua/coremissionmanager.lua
./mods/Iter/lua/navigationmanager.lua
./mods/Iter/lua/copbrain.lua
./mods/Iter/lua/missionscriptelement.lua
./mods/Iter/mod.txt
./mods/Keepers/loc/german.txt
./mods/Keepers/loc/spanish.txt
./mods/Keepers/loc/english.txt
./mods/Keepers/loc/russian.txt
./mods/Keepers/loc/french.txt
./mods/Keepers/loc/italian.txt
./mods/Keepers/changelog.txt
./mods/Keepers/menu/options.txt
./mods/Keepers/lua/menumanager.lua
./mods/Keepers/lua/copdamage.lua
./mods/Keepers/lua/unitnetworkhandler.lua
./mods/Keepers/lua/teamaibrain.lua
./mods/Keepers/lua/coplogicattack.lua
./mods/Keepers/lua/coplogictravel.lua
./mods/Keepers/lua/coplogicidle.lua
./mods/Keepers/lua/teamailogicidle.lua
./mods/Keepers/lua/copactionwarp.lua
./mods/Keepers/lua/groupaistatebase.lua
./mods/Keepers/lua/copactiondodge.lua
./mods/Keepers/lua/coremissionmanager.lua
./mods/Keepers/lua/enemymanager.lua
./mods/Keepers/lua/navigationmanager.lua
./mods/Keepers/lua/criminalsmanager.lua
./mods/Keepers/lua/copactionhurt.lua
./mods/Keepers/lua/teamailogicsurrender.lua
./mods/Keepers/lua/copbrain.lua
./mods/Keepers/lua/coplogictrade.lua
./mods/Keepers/lua/elementspawnenemydummy.lua
./mods/Keepers/lua/playerstandard.lua
./mods/Keepers/lua/hostnetworksession.lua
./mods/Keepers/lua/huskcopbrain.lua
./mods/Keepers/mod.txt
./mods/logs/2017_04_23_log.txt
./mods/logs/2017_05_26_log.txt
./mods/logs/2017_06_08_log.txt
./mods/logs/2017_04_22_log.txt
./mods/logs/2017_06_20_log.txt
./mods/logs/2017_05_21_log.txt
./mods/logs/2017_05_27_log.txt
./mods/logs/2017_06_13_log.txt
./mods/logs/2017_05_12_log.txt
./mods/logs/2017_06_10_log.txt
./mods/logs/2017_04_29_log.txt
./mods/logs/2017_05_31_log.txt
./mods/logs/2017_06_23_log.txt
./mods/logs/2017_05_02_log.txt
./mods/logs/2017_06_22_log.txt
./mods/logs/2017_05_17_log.txt
./mods/logs/2017_05_07_log.txt
./mods/logs/2017_05_10_log.txt
./mods/logs/2017_06_07_log.txt
./mods/logs/2017_06_16_log.txt
./mods/logs/2017_05_29_log.txt
./mods/logs/2017_06_15_log.txt
./mods/logs/2017_06_17_log.txt
./mods/logs/2017_04_25_log.txt
./mods/logs/2017_06_02_log.txt
./mods/logs/2017_06_21_log.txt
./mods/logs/2017_05_06_log.txt
./mods/logs/2017_04_26_log.txt
./mods/logs/2017_05_28_log.txt
./mods/logs/2017_05_03_log.txt
./mods/logs/2017_06_05_log.txt
./mods/logs/2017_06_12_log.txt
./mods/logs/2017_05_18_log.txt
./mods/logs/2017_06_04_log.txt
./mods/logs/2017_05_20_log.txt
./mods/logs/2017_05_23_log.txt
./mods/logs/2017_06_11_log.txt
./mods/logs/2017_05_01_log.txt
./mods/logs/2017_06_09_log.txt
./mods/logs/2017_06_01_log.txt
./mods/logs/2017_06_06_log.txt
./mods/logs/2017_04_27_log.txt
./mods/logs/2017_05_09_log.txt
./mods/logs/2017_06_14_log.txt
./mods/logs/2017_05_30_log.txt
./mods/logs/2017_05_22_log.txt
./mods/logs/2017_06_19_log.txt
./mods/logs/2017_04_24_log.txt
./mods/logs/2017_06_24_log.txt
./mods/logs/2017_05_05_log.txt
./mods/logs/2017_04_30_log.txt
./mods/logs/2017_05_11_log.txt
./mods/logs/log.txt
./mods/logs/2017_05_15_log.txt
./mods/logs/2017_05_19_log.txt
./mods/logs/2017_06_26_log.txt
./mods/logs/2017_05_04_log.txt
./mods/logs/2017_05_14_log.txt
./mods/logs/2017_06_03_log.txt
./mods/logs/2017_05_08_log.txt
./mods/logs/2017_04_28_log.txt
./mods/logs/2017_05_16_log.txt
./mods/logs/2017_05_24_log.txt
./mods/logs/2017_06_18_log.txt
./mods/logs/2017_06_25_log.txt
./mods/logs/2017_05_25_log.txt
./mods/logs/2017_05_13_log.txt
./mods/downloads/wolfhud_textures.zip
./mods/downloads/GCW.zip
./mods/downloads/payday2blt.zip
./mods/downloads/fed_inv.zip
./mods/downloads/downloads.txt
./mods/downloads/restoration.zip
./mods/downloads/SydneyHUD.zip
./mods/downloads/restoration_mod_overrides.zip
./mods/downloads/LPI.zip
./mods/downloads/NepHud.zip
./mods/downloads/beardlib.zip
./mods/downloads/ANCR.zip
./mods/downloads/delayedcallsfix.zip
./mods/downloads/BB.zip
./mods/downloads/ITR.zip
./mods/PocoHud3/poco/3rdPartyLibrary.lua
./mods/PocoHud3/poco/hud3_localeSV_SE.json
./mods/PocoHud3/poco/hud3_localeES.json
./mods/PocoHud3/poco/Hud3_class.lua
./mods/PocoHud3/poco/Hud3.lua
./mods/PocoHud3/poco/hud3_localeNO.json
./mods/PocoHud3/poco/hud3_localeEN.json
./mods/PocoHud3/poco/hud3_localeCN_HK.json
./mods/PocoHud3/poco/hud3_localeFR.json
./mods/PocoHud3/poco/hud3_localePL.json
./mods/PocoHud3/poco/hud3_localeIT.json
./mods/PocoHud3/poco/hud3_localeDE.json
./mods/PocoHud3/poco/common.lua
./mods/PocoHud3/poco/hud3_localeRU.json
./mods/PocoHud3/poco/hud3_localeID.json
./mods/PocoHud3/poco/Hud3_Options.lua
./mods/PocoHud3/poco/hud3_localePT.json
./mods/PocoHud3/poco/hud3_localeKR.json
./mods/PocoHud3/poco/hud3_localePT_BR.json
./mods/PocoHud3/poco/hud3_localeNL.json
./mods/PocoHud3/poco/hud3_rooms.json
./mods/PocoHud3/poco/hud3_localeDA.json
./mods/PocoHud3/mod.txt
./mods/Difficulty Screen Animation/hudblackscreen.lua
./mods/Difficulty Screen Animation/mod.txt
./mods/base/base.lua
./mods/base/loc/fr.txt
./mods/base/loc/zh-cn.txt
./mods/base/loc/id.txt
./mods/base/loc/de.txt
./mods/base/loc/it.txt
./mods/base/loc/en.txt
./mods/base/loc/cht.txt
./mods/base/loc/tr.txt
./mods/base/loc/ru.txt
./mods/base/req/json-1.0.lua
./mods/base/req/notifications_gui_object.lua
./mods/base/req/download_progress_dialog.lua
./mods/base/req/download_progress_box_gui.lua
./mods/base/req/notifications.lua
./mods/base/req/json-0.9.lua
./mods/base/req/utils.lua
./mods/base/req/menus.lua
./mods/base/req/json.lua
./mods/base/req/localization.lua
./mods/base/req/update_mods.lua
./mods/base/req/persist_scripts.lua
./mods/base/req/lua_mod_manager.lua
./mods/base/req/update_mods_menu.lua
./mods/base/req/quick_menu.lua
./mods/base/req/mod_keybinds.lua
./mods/base/req/delayed_calls.lua
./mods/base/req/hooks.lua
./mods/base/req/lua_mods_menu.lua
./mods/base/req/network.lua
./mods/base/lua/CoreMenuItemSlider.lua
./mods/base/lua/SystemMenuManager.lua
./mods/base/lua/GameSetup.lua
./mods/base/lua/CoreMenuLogic.lua
./mods/base/lua/MenuManager.lua
./mods/base/lua/MenuItemCustomizeController.lua
./mods/base/lua/NetworkManager.lua
./mods/base/lua/ChatManager.lua
./mods/base/lua/CorePatchLua.lua
./mods/base/lua/MenuNodeGUI.lua
./mods/base/lua/MenuComponentManager.lua
./mods/base/lua/BaseNetworkSession.lua
./mods/base/lua/LocalizationManager.lua
./mods/base/lua/MenuSetup.lua
./mods/base/mod.txt
./mods/PD2Weapons ToolKit/Localization/english.txt
./mods/PD2Weapons ToolKit/config.xml
./mods/PD2Weapons ToolKit/Classes/Loadout.lua
./mods/PD2Weapons ToolKit/Inventory/ODrogue inspire.json
./mods/PD2Weapons ToolKit/Inventory/Ex-Shotgun.json
./mods/PD2Weapons ToolKit/Inventory/Sociopata.json
./mods/PD2Weapons ToolKit/Inventory/maniac light.json
./mods/PD2Weapons ToolKit/Inventory/super enforcer.json
./mods/PD2Weapons ToolKit/README.txt
./mods/PD2Weapons ToolKit/mod.txt
./mods/PD2Weapons ToolKit/Core.lua
./mods/PD2Weapons ToolKit/Hooks/PlayerInventoryGui.lua
./dieselx.cfg

@RomanHargrave
Copy link
Member

And you don't see in ingame menu under Options/Mods (not LUA Mods)

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

No, I don't
captura de tela_2017-06-26_12-39-31

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

Oh, yeah. Ok then. But is empty.
captura de tela_2017-06-26_12-52-38
And the path is configured correctly
captura de tela_2017-06-26_12-53-15

@RomanHargrave
Copy link
Member

I think I see what's going on. I can fix it in a few hours (I'm in another city for an appointment).

Here's what I think is happening -
Your filesystem (or libc implementation) doesn't return . and .., as the first two entries, which is a sort of naïve assumption I made, which causes the replacement search function to skip your mod. create three empty directories in the overrides folder and see what happens.

@RomanHargrave
Copy link
Member

RomanHargrave commented Jun 26, 2017 via email

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017 via email

@Kazenin
Copy link
Author

Kazenin commented Jun 26, 2017

I created 3 empty folders but the game did not open after that
captura de tela_2017-06-26_15-51-56

@RomanHargrave
Copy link
Member

For now, leave it. I'll be heading home in about four hours. It's probably due to a stack overflow in list_all

@RomanHargrave
Copy link
Member

Will you test 84ae5db and see if it fixes your problem?

@Kazenin
Copy link
Author

Kazenin commented Jun 27, 2017

Ok, lets go.

Compiling:

$ cmake -DUSE_LIBCXX=ON ..
Using Clang/LibC++
-- The C compiler identification is GNU 7.1.1
-- The CXX compiler identification is Clang 4.0.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CURL: /usr/lib64/libcurl.so (found version "7.53.1") 
-- Found OpenSSL: /usr/lib64/libcrypto.so (found version "1.1.0f") 
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/greyson/blt4l/build

Generating file:

$ make
Scanning dependencies of target blt_loader
[  7%] Building C object CMakeFiles/blt_loader.dir/subhook/subhook.c.o
[ 15%] Building CXX object CMakeFiles/blt_loader.dir/src/event.cc.o
[ 23%] Building CXX object CMakeFiles/blt_loader.dir/src/zip.cc.o
[ 30%] Building CXX object CMakeFiles/blt_loader.dir/src/fs.cc.o
[ 38%] Building CXX object CMakeFiles/blt_loader.dir/src/http.cc.o
[ 46%] Building CXX object CMakeFiles/blt_loader.dir/src/log.cc.o
[ 53%] Building CXX object CMakeFiles/blt_loader.dir/src/hook.cc.o
[ 61%] Building CXX object CMakeFiles/blt_loader.dir/src/lapi.cc.o
[ 69%] Building CXX object CMakeFiles/blt_loader.dir/src/lapi_http.cc.o
[ 76%] Building CXX object CMakeFiles/blt_loader.dir/src/lapi_version.cc.o
[ 84%] Building CXX object CMakeFiles/blt_loader.dir/src/lapi_systemfs.cc.o
[ 92%] Building CXX object CMakeFiles/blt_loader.dir/src/blt_main.cc.o
[100%] Linking CXX shared library libblt_loader.so
[100%] Built target blt_loader

Here is the generated file:

libblt_loader.zip

The game opens up, but crash when arrives in the first menu.
Almost there, I guess.

@RomanHargrave
Copy link
Member

install libc++abi1

@Kazenin
Copy link
Author

Kazenin commented Jun 27, 2017

Well, the package is installed already.
I need to start the game several times (4 or 5), but works. In future versions You will get the solve, I guess. Thanks a lot for your patience. It was tested with re-texture project mod_overrides. The distro is Fedora 26
captura de tela de 2017-06-26 21-46-42

@RomanHargrave
Copy link
Member

Yeah, the libc++ thing presents a packaging challenge.

I think I'll either

  1. Bake BLT with the source code for libc++, which PAYDAY appears to have done,
    or
  2. Distribute libc++.so with the BLT library and use patchelf to tell ld to find it at a set path.

@Kazenin
Copy link
Author

Kazenin commented Jun 27, 2017

that looks a good solution. Good Job my friend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants