UPDATE NOTICE: please update manually to 1.6x, if you are on raid blt 1.4x -1.5x ! (IPHLPAPI.dll and mods/base/ folder) auto updates have been broken!
Raid WW2 BLT
The BLT hook from payday 2 in Raid WW2!
What has changed?
mod.xml & Modules
Instead of mod.txt(json) you should now use mod.xml.
The xml schema is basically adopted from BeardLib, but implemented very differently, and therefore has it's own documentation.
As of now there are 7 Modules, to be used inside of this xml: Classes, Hooks, Keybinds, Localization, Menu, Option and Updates, the updates module unlike in pd2's BLT supports both paydaymods and modworkshop for updating.
See the Raid-BLT API documentation here: https://github.com/ModWorkshop/Raid-BLT/wiki/Mod-Definition-File-(mod.xml) (modules doc. incomplete for now. working on it.)
Technically, you can still use the mod.txt json format, but it's obsolete, partially broken, and won't be fixed or supported in the future.
Mods Manager Menu
Raid-BLT has a completely new menu, which is based of BeardLib's mods manager menu.
Menus
The way menus are made was changed almost completely in Raid WW2.
You can read about making menus in this BLT here: https://github.com/ModWorkshop/Raid-BLT/wiki/Creating-Menus
and items: https://github.com/ModWorkshop/Raid-BLT/wiki/Creating-Menu-Items
Source Code
Lua: https://github.com/ModWorkshop/Raid-BLT-Lua
DLL: https://github.com/ModWorkshop/Raid-BLT
Additionally, please do not report issues here but in the issues page at GitHub: https://github.com/ModWorkshop/Raid-BLT/issues thanks!
