


Adds a Sort button to your inventory that organizes items with a single click.
^ Sort or v Sort to indicate directionOpen your inventory and click the Sort button.
Settings are saved to BepInEx/config/Ocewen.Auto_Sort.cfg and can be changed in real-time with F1 if you have BepInEx ConfigurationManager installed.
General
| Setting | Default | Description |
|---|---|---|
| SortMode | SlotThenLevel |
How to sort items |
| SortCosmeticSlots | false |
Include cosmetic slots in the sort |
| ConsolidateStacks | true |
Merge duplicate stacks before sorting |
Sort modes:
SlotThenLevel — group by equipment type, then by item level descendingLevelThenName — item level descending, then alphabeticalName — alphabeticalValue — by vendor value descendingButton appearance (all configurable in real-time via F1)
| Setting | Default | Description |
|---|---|---|
| ButtonX | -220 |
Horizontal offset from the right edge of the bag panel |
| ButtonY | 26 |
Vertical offset from the top of the bag panel |
| ButtonWidth | 60 |
Button width in pixels |
| ButtonHeight | 25 |
Button height in pixels |
| BorderSize | 2.5 |
Border thickness in pixels |
| BorderColor | #2B5867 |
Border color (hex) |
| BgColor | #141213 |
Background color (hex) |
| FontSize | 16 |
Label font size |
| FontColor | #FFFFFF |
Label font color (hex) |
| Padding | 0 |
Inner padding between text and button edge |
| ButtonLabel | Sort |
Text shown on the button |
Install via r2modman. Requires BepInEx 5.