Releases: Olipro/Payday-2-BLT_Club-Sandwich-Edition
PAYDAY 2 BLT: Club Sandwich Edition v1.1
This is a much-needed update to BLT:CSE. It enables usage of mods that were developed prior to or without support for BLT to operate simultaneously with any BLT mods.
You should install this instead of BLT and then grab whatever mods you want. If you find a bug with a particular mod then please provide a crash report in the Issues section.
PAYDAY 2 BLT: Club Sandwich Edition v1.0
This is the first release of BLT: Club Sandwich Edition.
If you want to use or develop a BLT mod while still having compatibility with/access to the original Lua hook or any other mods that utilise it, this is the framework for you.
BLT: Club Sandwich Edition has full compatibility with any mod developed for the vanilla version of BLT as well as providing mod developers the option of targeting BLT: Club Sandwich Edition in order to support custom update paths.
Currently there is no official built-in way to detect if you are running under BLT or BLT: Club Sandwich Edition - however, using if type(TickCount) == "function" then --code here end
in your mod should work fine since TickCount is definied by the original Lua hook and will thus only be present if the user is running BLT:CSE.