Installing PAYDAY 2 Mods (2024)

Want to begin modifying your PAYDAY 2 game and install some mods? Start here!

  • Getting Started with PAYDAY 2 Modding (Legacy)
  • Finding PAYDAY 2's Install Folder
  • Installing 'mod_override' mods

(I have marked this page as legacy; this will be split into different pages. -VxWolf)

Alright, so first things first, let's get some important things out of the way.

SuperBLT is the successor of now-defunct BLT/BLT2. SuperBLT does a lot of things, such as allowing you to manage auto-updates for mods that need to be downloaded off GitHub, making XML work stronger and more concise, and so on, but the most important thing it does is allow you to use custom audio files instead of reusing or replacing audio files from the base game. In short, SuperBLT is what you absolutely need if you want to have weapons/heists with custom sound effects and/or if you want to be able to listen to entirely new heist songs.

Installation of SuperBLT, if you don't already have BLT, is pretty simple:

  1. Go here, download the Latest Release DLL.
  2. Extract the the contents of the archive into your PAYDAY 2 install folder.
  3. Run PAYDAY 2.
  4. Download the base mod files when SuperBLT prompts you to.
  5. Once that's done restart the game and and SuperBLT is now operational. Hooray!

In contrast, if you already have previous version of BLT, its highly recommended to upgrade to SuperBLT:

  1. First, you have to go into your mods folder and delete the base subfolder (SuperBLT has its own version that it'll download automagically on the next steps).
  2. After that, go back into the main directory and delete IPHLPAPI.dll (SuperBLT uses its own version).
  3. Once you've done that stuff, follow instructions set above this and you should be good!.

SuperBLT is just the next evolution of BLT/BLT2, so all your old mod would work just fine in SuperBLT.

This is a typical point of confusion for people new or inexperienced with using mods for PAYDAY 2, so allow me to provide a simple breakdown.

The mod_overrides folder is supported by PAYDAY 2 by default, and will either come with your PAYDAY 2 install by default (located within the "assets" folder), or require manual creation (read: make a folder in "assets" named "mod_overrides" yourself) but still work anyway. Without BLT installed, all the mod_overrides folder does is tell the game what models/textures/sounds it should be loading as a replacement for which base game models/textures/sounds - for example, if you have the Doom Ithaca mod in your mod_overrides folder, PAYDAY 2 will look inside the Doom Ithaca directory, see that said directory has its own file at /soundbanks/wpn_m37.bnk, and then play sounds from that soundbank instead of the base game /soundbanks/wpn_m37.bnk.

If you want to read more on how to install stuff into mod_overrides, go here.

In contrast, the mods folder requires BLT, and as such does far more than merely replacing sounds and images. Things that go in the mods folder are more advanced, ranging from mods that change the core gameplay of PAYDAY 2 to slick interactive HUDs to things as simple as extra perk decks and throwables.

Note that if you have BLT and BeardLib the line between these two folders starts to blur a little. As a general rule of thumb however, mods that require BeardLib that aren't gameplay-changing mods go in mod_overrides, and the rest goes in mods unless explicitly stated.

The third folder, however, is pretty distinctive. The Maps folder (yes, that "m" is supposed to be capitalized) is something that only exists if you have BeardLib installed, and contains, well, maps. All custom heists you download must go in this folder, and this folder only. Custom heists installed outside this folder will not be loaded by BeardLib and added to the game, and mods that are not custom heists probably won't work if you plonk them here. Note that while the mod_overrides folder is inside the "assets" folder within the game install directory, the Maps folder is actually in the game install directory proper like the mods folder is.

tl;dr Read the tags and/or description of a mod if you're not sure where to put it. Nine times out of ten that solves the issue.

Alternatively, there's the Tsuna Method (for lack of a better word):

  • Check the mod files for a "main.xml" and a "mod.txt."
  • Presence of a mod.txt indicates that the mod you just downloaded is supposed to go in mods.
  • Presence of a main.xml but no mod.txt indicates that the mod you just downloaded is supposed to go in mod_overrides.
  • Presence of both indicates that the mod you just downloaded is supposed to go in mods.

There's one last thing when it comes to mod installation however: .pdmod files.

These things are relics from an older time, before BLT, before the override folder, before BeardLib and all of that good stuff. These are largely irrelevant now, except for one key function - .pdmod files can modify shaders and other advanced things.

As such, you should probably avoid .pdmod stuff if you're just starting out. Once you feel advanced enough to have a crack at them, though, you can use the PAYDAY 2 mod tool, yes the really old one, to take these .pdmod files and tell the mod tool that before the game runs it has to tack all the stuff in the .pdmod archives onto the game's code to install said .pdmod files.

The other giant quality-of-life matter for developers and mod users alike is BeardLib, and what makes BeardLib so great is that it's this giant library of good stuff that lets you add things to the game instead of replacing them without having to worry about crashing other players, simplify all sorts of different mod things down to basic XML work, make use of the override folder to keep the mod folder neat, and also click on a slider to set an exact value instead of just fumbling around like a moron for ten whole minutes.

The most notable things BeardLib allows for include, but are not limited to, entirely new weapons, entirely new heists, and entirely new masks/materials/patterns.

Installation of BeardLib works like installation of any other normal mod:

  1. Go here, hit the download button.
  2. Extract the contents of the archive into your mods folder.
  3. And you're done!

Keep in mind, BeardLib works by using BLT, so you got to have BLT running proper on your game first, before BeardLib can take effect.

That's all I have for now. More things will be added as time goes on. Thanks for your time, and here's hoping you enjoy the "wonderful" world of PAYDAY 2 modding as much as all of us here at ModWorkshop!

Can’t remember where you installed the game? This guide will help you.

  1. Open up Steam, and find PAYDAY 2 in your library:

Installing PAYDAY 2 Mods (1)

  1. Right click on PAYDAY 2 in the list in the left. This menu will pop up:

Installing PAYDAY 2 Mods (2)

  1. Click on “Properties” all the way at the bottom. Then, click the "Local Files" tab in the window that pops up:

Installing PAYDAY 2 Mods (3)

  1. On the "Local Files" page, click "Browse":

Installing PAYDAY 2 Mods (4)

  1. Your PAYDAY 2 directory should appear in a new Explorer window.

And you’re done!

As the name implies, the ‘mod_override’ folder is used to override existing assets in the game’s files. These can range from the color of your health bar to the appearance of the enemies in-game. Installing these is very simple, so let’s get started!

  1. Locate your PAYDAY 2 folder. By default, this is

C:\Program Files (x86)\Steam\steamapps\common\PAYDAY 2.

Not there, or forgot where you installed it? Click here for a guide.

You should see this:

Installing PAYDAY 2 Mods (5)

  1. Go into your “assets” folder:

Installing PAYDAY 2 Mods (6)

  1. You should see a folder called “mod_overrides” in here along with some other files, like so:

Installing PAYDAY 2 Mods (7)

If you don’t see that folder in there, go ahead and make it. Make sure it’s named “mod_overrides” exactly:

Installing PAYDAY 2 Mods (8)

  1. Open up “mod_overrides”. It should probably be pretty empty at this point.

  2. Open the .zip for the mod you want to install, then extract or drag the contents into your “mod_overrides” folder:

Installing PAYDAY 2 Mods (9)

  1. Now, let’s check if it was installed properly. Boot up PAYDAY 2, and go to “Options”, then "Mods":

Installing PAYDAY 2 Mods (10)Installing PAYDAY 2 Mods (11)

If the "Mods" option doesn’t appear, then you’ve likely made a mistake or installed the mod improperly. Try going over the guide once more.

  1. Check if the mod shows up in the list. If it does, then you’ve installed it properly!

Installing PAYDAY 2 Mods (12)

Installing PAYDAY 2 Mods (2024)
Top Articles
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 6008

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.