Allows increasing inventory storage for specific items.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
This mod lets you change how many of any given item you can hold in your inventory (not stash).
Installation 1. Download the zip archive 2. Extract it into the game's root directory. Once extracted, you should have a file called winmm.dll and a folder called plugins in the same folder where HorizonForbiddenWest.exe is. If you don't, then you extracted it in the wrong place.
How to Edit Open the stack_sizes.json found inside the plugins folder. You should see a long list of items. Find whichever item you want to modify and change the entries in the "MaxStacks" list. (Do not add new entries, only edit existing ones) Each entry in a MaxStacks list represents one upgrade level of the pouch this item resides in.
For example, let's say I want to be able to hold more Volatile Sludge in my inventory. 1. Find the entry in the file: { "MaxStacks": [ 5, 7, 10, 15 ], "Name": "Volatile Sludge", "UUID": "{A9E428DA-E9FA-0241-870C-A004014E7AC2}" },
2. Now I change the MaxStacks list like this: "MaxStacks": [ 5, 15, 30, 45 ],
Once you save this file and open the game your inventory space for volatile sludge will be increased to 5/15/30/45 based on the level of your resource pouch.