File information

Last updated

Original upload

Created by

tetratheta

Uploaded by

tetratheta

Virus scan

Safe to use

About this mod

Increase Knichknack Vouchers' max count to 9,999.

Requirements
Permissions and credits
This mod is inspired by Unlocking Item Limit mod.

This mod will only increase Knichknack Vouchers' max count to 9,999. Other item or category's max count aren't changed.

WARNING

1. This mod is not compatible with other mods that modifies item's max count, like the mod above.
Any mod that modifies 'item_category.tbl' will be incompatible with this mod. That's the nature of how mods work.

2. Always backup your save.
There is always a chance that your save get corrupted. So, before using this mod, backup your save.

In Windows, it should be under this directory.
%LocalAppData%\GBFR\Saved\SaveGames\
Backup all those files.

3. There might be chance that other item/category's max count also changed.
Since item's max count is controlled by the item's category, there is a chance that other item's max count also is changed.
I checked that majority of item's max count weren't changed.

LIMITATION

1. Voucher's count cannot exceed 999 when you sell your Treasures.
You can't sell Treasures if current voucher's count is more than 999. Selling Sigils and Wrightstones are fine. You can get more than 999 Knichknack Vouchers by selling Sigils and Wrightstones.

INSTALLATION

Please refer to official installation guide of Reloaded II.

1. Install Reloaded II
Always use latest version of Reloaded II.

2. Download gbfrelink.utility.manager
Always use latest version of this mod, too. Reloaded II will notify you if there is an update.

3. Download this mod

4. Drag & Drop both mod's archive file to Reloaded II window.
Or, you can unpack them and manually put mods directory into 'Mods' directory of Reloaded II like this.

5. Enable both mods

6. Launch GBFR via Reloaded II
Click 'Launch Application' button.

UNINSTALLATION

You can just disable or remove this mod.

But in order to restore Knichknack Vouchers max count back to 999, you'll have to acquire Knichknack Voucher at least once.


==============================

Here are some technical details that you won't be interested in.

According to the data (you'll know where the information came from if you are modder), GBFR stores item's count as unsigned integer. I don't know what exactly the type is, but I presume it is rather uint16(65,535) or uint32(4,294,967,295) because it cannot be uint8(255) which is far less than GBFR's item max count, 999. So, in theory, we can have item max count as 65,535 or 4,294,967,295. But that would be dangerous, so I choose 9,999 instead.