Skip to content

puppy-girl/payday-weapon-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A supplementary tool for Payday 3's loadouts to view weapon details, mechanics, and damage stats

Still being developed! ૮ ・ﻌ・ა

Contributing

If desired, include your modworkshop username in your pull request to be added to the mod page ૮˶• ﻌ •˶ა

To contribute localisations:

  1. in scripts/localisations.js, duplicate the en entry to the bottom of the localisations object, replace en with your language, and translate the value of each key
  2. in index.html, under the <select> element, create a new <option> above uwu with a value matching your entry in the localisations file

importing weapon data:

  1. Open Payday 3's files in FModel
  2. 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
  3. 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
  4. To import attachments, navigate to "Gameplay/WeaponParts," right click on the directory, and export as json
  5. Copy the PAYDAY3 folder from FModel's export directory to the importer directory
  6. From the terminal run node importer.mjs