An open source Lua hook for Payday 2, designed and created for ease of use for both players and modders.
This is the developer repository, and should only be used if you know what you're doing.
Visit the HoxHud forums for more information and downloads.
Payday2 BLT:CSE requires the following dependencies, which are all statically linked.
- OpenSSL
- cURL
- zlib
- Detours
OpenSSL should be compiled as static libraries and the libraries placed in the lib directory, and the headers in the incl directory
cURL should be compiled as static, with the WITH_SSL parameter set to 'static' and the previously compiled OpenSSL libraries in the dependencies directory.
zLib should be compiled as static. I had to add SAFESEH handling to the MASM objects in order for this to be compatible with Payday2-BLT
If you can compile static libs of the above, Detours really shouldn't be too challenging.
All documentation can be found via the navigation bar the Payday Mods site, or just go to it directly. It's also available on GitHub (or click the 'Edit on GitHub' button) so that you can contribute stuff if you need to, or need us to fix something.
The documentation is written in markdown with the help of MkDocs and ReadTheDocs.
There is some alternative functionality introduced with BLT: CSE that allows you to have updates occur off of custom URLs: firstly you need to define "api_url" as a key within your update definition for the mod. Your server response can contain download_url and/or notes_url as a key in the update check response if you want to have a user download from a custom location rather than the default (paydaymods.com)
PAYDAY 2 BLT: Club Sandwich edition is created and maintained by Olipro. All credit for the original code, testing etc. is as follows:
The Payday 2 BLT was made by James Wilkinson and SirWaddlesworth. We're friendly guys sometimes, so if you need help or want to discuss something you can reach us at any of the contact details we've got listed over here. We've also had help from a bunch of other people who've tested stuff, reported bugs, suggested changes, and everthing else. So thanks to GREAT BIG BUSHY BEARD, Kail, Dougley, and everybody else!