
Megabonk
You are viewing a potentially older version of this package. View Latest Version

An intelligent inventory manager that lets you define a maximum carry limit for any item in the game. Say goodbye to finding useless dupes once you've already hit your stack goal!
IntuitiveItems dynamically reads game data to generate a comprehensive configuration file covering every item tier (Common, Rare, Epic, etc.). This gives you complete control over how many of each item you want to carry before they stop appearing.
Core Features:
"Keys First" Mode: This is an optional feature found in the config (Disabled by default).
(Game Root)/BepInEx/plugins.Note: Relaunch the game after you make changes on the config file.
.cfg file. The mod will automatically discover the new assets on the next launch and rebuild the list for you.You can find the settings file here: BepInEx/config/com.arvietabz.intuitiveitems.cfg
Example:
[-- General --]
## If set to true: Only Keys and Legendary items will spawn until you reach your Key limit.
Keys First = false
[0. Common]
## Max amount of Key to hold.
Key = 10
## Max amount of Beer to hold. Set to -1 for Infinite (default).
Beer = -1
[1. Rare]
## Max amount of Medkit to hold.
Medkit = 3
Based on the original concept of IntuitiveKeys by Twinzet.