Releases: ElectricSquid/PD2-Squids-QOL
Releases · ElectricSquid/PD2-Squids-QOL
SquidsQOL v2
A collection of quality of life improvements for payday 2.
Features
- Integrated with BLT keybinds and options system
- Restart mission on keypress
- Remove job heat penalty for doing the same heist multiple times in a row
- Force everyone to ready up (without losing assets)
- Transfer spending cash to offshore (useful for infamy)
Installation
- First you will need to download and install SuperBLT for this mod to work.
- Download the zip below by clicking on
SquidsQOL_v2.zip
and extract theSquidsQOL
folder into yourPayday 2/mods
folder so that the structure looks like this:
Payday 2
└─ mods
└─ SquidsQOL
├─ classes
│ ├─ globals.lua
│ ├─ settings.lua
| └─ tools.lua
├─ hooks
│ ├─ init.lua
| └─ no_job_heat.lua
├─ keybinds
│ ├─ force_ready.lua
│ ├─ job_restart.lua
| └─ open_menu.lua
├─ localization
| └─ qol_menu
| └─ en.txt
├─ menus
│ ├─ menu_main.json
| └─ setup_menu.lua
└─ mod.txt