Where would i start if I want to make my own Payday 2 HUD mod? I've not got much experience in BLT modding (mostly just in beardlib / editor) Im still in the process of learning lua, but i'd like to know where i should start with this project
Where would i start if I want to make my own Payday 2 HUD mod? I've not got much experience in BLT modding (mostly just in beardlib / editor) Im still in the process of learning lua, but i'd like to know where i should start with io games this project
To create your own HUD mod for Payday 2, start by installing the BLT mod manager and familiarizing yourself with Lua through online tutorials. Explore existing HUD mods on platforms like Mod Workshop to understand their structure and coding practices. Set up your mod folder with essential files, then begin coding simple HUD elements using the Payday 2 HUD API and BeardLib for UI components. Regularly test your mod in-game, engage with the modding community for support, and once satisfied, package and share your mod on Mod Workshop.
I have absolutely no idea