A grid-based inventory sorter for SULFUR.
GridWise adds real inventory sorting, editable custom zones, locked cells, container support, and native-style in-game UI for inventory organization.

| Action | Default |
|---|---|
| Sort inventory | R |
| Enter / exit Edit Mode | T |
| Lock / unlock cell in Edit Mode | Right-click |
| Paint zone cells in Edit Mode | Left-click |
| Save and exit Edit Mode | Esc or F |
When a container is open:

Install the mod through Thunderstore Mod Manager or r2modman.
Make sure the required BepInExPack dependency is installed.
GridWise.dll into:BepInEx/plugins/
The config file is generated after the first launch:
BepInEx/config/Ryuka.Sulfur.GridWise.cfg
Important defaults:
[Safety]
EnableRealSort = true
[Output]
ExportRealSortDebugFiles = false
ShowRealSortResultAlert = false
Generated user data files are stored under GridWise's config data location, for example:
GridWise.CustomZones.json
GridWise.ZoneLayout.json
GridWise.ZoneLayout.stash-*.json
GridWise.LockedCells.json
GridWise.LockedCells.stash-*.json
GridWise does not edit original game files.
This mod was built for the current SULFUR BepInEx modding environment. If a game update changes inventory or container internals, some features may need an update.
The source code for this mod is available in my GitHub repository.
It is shared for learning, reference, and transparency.
The repository only contains my original mod source code and packaging text. It does not include SULFUR game files, Unity assemblies, BepInEx binaries, paid assets, or decompiled game source.
If you are another modder, feel free to study how the mod works or use it as a reference for your own implementation.
Initial public release.
EnableRealSort = trueExportRealSortDebugFiles = falseShowRealSortResultAlert = false