ryuka_labs-GridWise icon

GridWise

A grid-based inventory sorter for SULFUR with custom zones, locked cells, container support, and 14-language localization.

CHANGELOG

Changelog

1.16.1

Compatibility update for SULFUR v0.19.3.

Fixed

  • Fixed MissingMethodException when reading inventory slots. SULFUR v0.19 reworked the inventory grid for its new quick-sort feature and removed the property the mod used to reach the slot array; the mod now reads the underlying field, which the game still exposes.

Notes

  • SULFUR v0.19 added a built-in quick-sort key of its own. It sorts one grid at a time with a fixed, non-configurable order. GridWise still does what the vanilla feature does not: user-defined zones, locked cells, per-container layouts, and sorting your bag and an open container together.

1.16.0

Compatibility update for SULFUR v0.18.5.

Fixed

  • Fixed MissingMethodException on UIManager.ShowSmallAlert when entering Edit Mode. The game changed the method signature in v0.18.x; the mod is now rebuilt against the current game assemblies.

Changed

  • Rebuilt against SULFUR v0.18.5. Verified all inventory, item, and UI integration points used by the mod remain compatible.

1.15.5

Initial public release.

Added

  • Real inventory sorting.
  • Custom zone editing.
  • Zone rename support.
  • Shared zone definitions with per-grid layouts.
  • Locked cells.
  • Player backpack support.
  • Container / stash support.
  • Mouse-side sorting when a container is open.
  • Sort button sorting both backpack and container.
  • Edit Mode support for backpack and container grids.
  • Edit Mode hover tooltip.
  • 14-language localization.
  • Native-style dark and gold UI.

Defaults

  • EnableRealSort = true
  • ExportRealSortDebugFiles = false
  • ShowRealSortResultAlert = false