About this mod
Makes all items in the game a uniform 1x1 size in the inventory.
- Permissions and credits
- Changelogs
This mod is updated for CM Patch 1.60. See the old versions for the non-CM Patch version.
For the curious, this is an incredibly easy mod to replicate. Inventory size for all items is controlled by this one file: iteminfo.txt. Each item has height and width parameters:
invbreite = 2,
invhoehe = 3,
All you'd have to do is do a document-wide find/replace for "invbreite = x," (where "x" is usually either 2,3, or 4) and replace the number with "1". Then do the same with "invhoehe = x,"
--Flix, 2018
==========================
Original documentation follows:
==========================
Title: Tiny items mod
Author: Sankekur
Version: This mod is for Sacred 2 Ice and Blood v. 2.65.1 (may work on other versions as well)
Description: This mod reduces the size of all items in the inventory to 1x1.
Installation: 1. Extract the archive to a temporary folder.
2. Backup the iteminfo.txt file located in the Sacred 2 intallation dir
(usually C:\Program files\Deep Silver\Sacred 2 - fallen Angel\scripts\shared)
3. Backup your save files
4. Now overwrite the iteminfo.txt in the install dir with the one extracted from
the archive.
Important: Always backup your files if you are using any kind of mod, this mod
will overwrite any other mod that modifies the iteminfo.txt file.
If you are running sacred at a very high resolution you might have trouble seeing
items. Most items might look distorted as the scaling factor is not 1:1.