A supplementary tool for Payday 3's loadouts to view weapon details, mechanics, and damage stats
Still being developed! ૮ ・ﻌ・ა
If desired, include your modworkshop username in your pull request to be added to the mod page ૮˶• ﻌ •˶ა
To contribute localisations:
- in the
lang
directory, duplicateen.json
, rename it to your language's language code, and translate the value of each key - in
localisation.js
, add your locale to thesupportedLocales
object aboveuwu
- Open Payday 3's files in FModel
- For all weapons to be imported, navigate to "Gameplay/Weapons," right click on the directory, and export as json
- This is under PAYDAY3/Content/ for base game weapons and DLCs/DLC for DLC weapons
- To import weapon images, navigate to "UI/Textures/InventoryIcons" for base game weapons and "DLCs/DLC/UI" for DLC, right click on the directories, and export as both json and png
- To import attachments, navigate to "Gameplay/WeaponParts," right click on the directory, and export as json
- Copy the PAYDAY3 folder from FModel's export directory to the importer directory
- From the terminal run
node importer.mjs