About this mod
Allows manually configuring the base amount of slots available in the different bags, as well as by how much each bag upgrade increases the capacity.
- Permissions and credits
Installation
1. Download the zip archive
2. Extract both files into the game's root directory.
Once extracted, you should have two files called winmm.dlland InventoryUpgrades.json in the same folder where HorizonZeroDawnRemastered.exe is. If you don't, then you extracted it in the wrong place.
Note: This mod does not adjust the text in the upgrade menu, so it might look like nothing has changed but once you actually craft the upgrade your bag will be resized accordingly.
How to edit
Open the InventoryUpgrades.json and make your desired changes there.
The numbers in the "Base" category are the base capacity of each bag before you get any upgrades.
After that you can modify how many additional slots each subsequent bag upgrade gives by editing the "Increase" property in each upgrade.
Do NOT change the "GUID" property!
For example, say I want to make the final weapon bag upgrade increase the bags capacity by 75 instead of 30, I would take the appropriate upgrade:
{
"Name": "Weapon Satchel Upgrade 4",
"Increase": 30,
"GUID": "{2D512E8B-8CB3-774F-8710-E69126CDDE2E}"
}
And change the "Increase" property:
"Increase": 75,
----------------------------------------------------------------------------------------------------------
Source Code: https://github.com/Fexty12573/HZDRInventoryExpander