Horizon Forbidden West
0 of 0

File information

Last updated

Original upload

Created by

Fexty

Uploaded by

Fexty125731

Virus scan

Safe to use

Tags for this mod

About this mod

Allows increasing inventory storage for specific items.

Permissions and credits
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.

Source Code