Thunderbags added a new version:
File
Bigger Bang 1.0.9
- Switched to using id for weapon and ammo properties lookup to allow renaming of items
However, this also now allows weapon and ammo renaming - in order to do so, there are 3 variables per weapon or ammo (in either src/BiggerBangWeapons.js or src/BiggerBangAmmo.js respectively) that you'll want…
Quote
- Switched to using id for weapon and ammo properties lookup to allow renaming of items
This means if you want to tweak any properties of a weapon or ammo variant, you'll need to find the item in question's ID and use that to find which part of config/ammo.json or config/weapons.json to tweak.
However, this also now allows weapon and ammo renaming - in order to do so, there are 3 variables per weapon or ammo (in either src/BiggerBangWeapons.js or src/BiggerBangAmmo.js respectively) that you'll want to change:
- [item]LongName - Full item name - used for searching the Flea Market
- [item]ShortName - Short item name - shows up on item icon
- [item]Description - Description of item - what is shown when you "Inspect"
MAKE SURE YOU TAKE A BACKUP BEFORE EDITING ANY OF THE FILES INSIDE THE src DIRECTORY