You are viewing a potentially older version of this package.
View all versions.
SimpleInventorySearch
Adds a basic filter bar to the inventory
| Date uploaded | 2 weeks ago |
| Version | 1.0.2 |
| Download link | art0007i-SimpleInventorySearch-1.0.2.zip |
| Downloads | 42 |
| Dependency string | art0007i-SimpleInventorySearch-1.0.2 |
This mod requires the following mods to function
ResoniteModding-BepisLoader
A mod loader which allows using BepInEx with Resonite
Preferred version: 1.5.1README
SimpleInventorySearch
A Resonite mod that adds a basic filter bar to the inventory.
Typing into the bar will only show items which match that name. Typing with @ at the beginning will filter folders too.
Installation (Manual)
- Install BepisLoader for Resonite.
- Download the latest release ZIP file (e.g.,
art0007i-SimpleInventorySearch-1.0.0.zip) from the Releases page. - Extract the ZIP and copy the
pluginsfolder to your BepInEx folder in your Resonite installation directory:- Default location:
C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\
- Default location:
- Start the game. If you want to verify that the mod is working you can check your BepInEx logs.
CHANGELOG
Changelog
1.0.3
Recompile to work with latest resonite version
1.0.2
Better null safety (fixes bug where if you have an item with "null" name it breaks)
1.0.1
Initial Release