Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

JamesWilko/Payday-2-BLT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payday 2 BLT

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. If you don't, visit the website at PaydayMods.com to get an up-to-date drag-drop install.
The Lua component of the BLT which controls mod loading can be found in it's own repository, Payday-2-BLT-Lua.

Download

Visit PaydayMods.com to get the latest stable download.

Documentation

Documentation for the BLT can be found on the GitHub Wiki for the project.

Dependencies

Payday2 BLT requires the following dependencies, which are all statically linked.

  • OpenSSL
  • cURL
  • zlib
  • Detours

OpenSSL

OpenSSL should be compiled as static libraries and the libraries placed in the lib directory, and the headers in the incl directory

cURL

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

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

Detours

A compiled version of detours is included, and all terms of the included Microsoft Research Shared Source License Agreement (detours_license.rtf) are applicable.

Contributors

  • Payday 2 BLT Team

  • Contributors, Translators, Testers and more

    • saltisgood
    • Kail
    • Dougley
    • awcjack
    • BangL
    • chromKa
    • xDarkWolf
    • Luffyyy
    • NHellFire
    • TdlQ
    • Mrucux7
    • Simon
    • goontest
    • aayanl
    • cjur3
    • Kilandor
    • Joel Juvél
    • PlayYou
    • and others who haven't been added yet