Raid Storage Sort, Drop, and Drop One
Features:
- Adds a Sort hotkey to the containers in a raid as well as cargo screens in space. Both default to S.
- Adds the ability to sort the merc’s backpack when in a raid. Defaults to Shift+S.
- Adds a Drop All hotkey to containers. Defaults to D.
- Adds the context menu command "Drop One".
Each feature can be disabled in the configuration by setting the key to None.
The drop key is useful when dropping gas from barrels in one keystroke.
The "Drop One" command is useful when dropping a single item from a stack to keep a door open. For example, a piece of plastic.
The keys can be configured using the Mods button on the main screen or directly in the config file.
To add a hotkey to the "Drop One" function in the Context Menu Hotkeys mod,
Add this to the list of keys in the Context Menu Hokeys config file:
The above will add the key F as the hotkey when the context menu is open.
The configuration file will be created on the first game run and can be found at %AppData%..LocalLowMagnum Scriptum LtdQuasimorph_ModConfigsStorageSortconfig.json.
The list of valid keyboard keys can be found at the bottom of https://docs.unity3d.com/ScriptReference/KeyCode.html
Beware that numbers 0-9 are Alpha0 – Alpha9. Most of the other keys are as expected such as X for X.
Use "None" to not bind the key.
If you enjoy my mods and want to buy me a coffee, check out my Ko-Fi[ko-fi.com] page.
Thanks!
Source code is available on GitHub at https://github.com/NBKRedSpy/QM_StorageSort
- Special thanks to Crynano for his excellent Mod Configuration Menu.
- Unstable beta compatibility.
- 0.9.7+ Only
- Added ability to sort the player’s backpack when in raid.
- 0.9.7+ Only
- Added MCM support for key binding.
- Fix for sort key invoked while in space. Missed in previous update.
- Internal – Upgraded MCM configuration and all related requirements to the latest versions.
- 0.9.7+ Only
- Fix for sort key invoking when not focused.
- Added space cargo screen sort. This functionality was previously available via the Sort To Tabs mod; However, the game now has a cargo distribution ability and that mod has been decommissioned.
- Multi version support.
- Drop All now always closes screen. Useful for muscle memory when opening a barrel and not realizing it was empty.
- MCM integration.
- Added "Drop One" command.
- Fixed mod config using key codes instead of the string version.
- Thanks goes to Steam user Traveler for reporting this issue.
- Added Drop All key.