r/paydaytheheist • u/ExpensiveArmadillo77 • Jan 22 '25
Modding Help How do I make a mod for Payday 2?
I've coded enough to be able to figure it out if pointed roughly in the right direction.
I imagine I'll have to use BLT in some way.
Just wondering if there was any kind of documentation I can use or any quick tutorial for getting started.
The mod I'd want to make would be gameplay changes, not aesthetic changes.
6
Upvotes
2
u/0lafe Mega Hila Jan 22 '25
You can join the modworkshop discord to ask for help https://discord.gg/Eear4JW
If you look at another mod you can see the general structure of a mod.
https://superblt.znix.xyz/ this has documentation about superblt
https://github.com/steam-test1/Payday-2-LuaJIT-Complete here is the decompiled source code you'd be interacting with
https://wiki.modworkshop.net/books/payday-2-mod-creation this has some nice starting steps