AutoSortLoot(ONLY for game version 0.8.0)
🟢 Updated this monthPreview

🔍 Analysis
- 🏆 #101 of 116 Miscellaneous mods in this game by downloads
📋 About This Mod
One-key automatic inventory sorting for SurrounDead. Sorts loot from your backpack into specialized containers (medical bag, weapons case, ammo tin, lunch box, toolboxes, wallet) based on item type. Fully configurable via INI file. If you
Description
Tired of manually dragging every bandage, magazine, and can of beans into the right pocket? AutoSortLoot does it for you — with one keypress.
Press F9 (configurable) and every item in your inventory is moved to the correct specialized container according to its ItemType, using the game's own inventory move system. Works even with the inventory window closed.
Installation instructions
1. Install UE4SS v3. 0. 1 Beta following its own instructions(https://github.com/UE4SS-RE/RE-UE4SS/releases/download/experimental-latest/UE4SS_v3. 0. 1-1136-g35d1795d.zip)
2. Download this mod and extract the `AutoSortLoot` folder into: ...\SurrounDead\Binaries\Win64\ue4ss\Mods\
3. In ...\SurrounDead\Binaries\Win64\ue4ss\Mods\mods.txt add "AutoSortLoot : 1" under the last mod name.
4. Launch the game. On first run, `AutoSortLoot.ini` will be auto-created next to the mod: ...\ue4ss\Mods\AutoSortLoot\AutoSortLoot.ini
5. Press F9 in-game to sort your inventory.
## ⚙️ Configuration
Config file: `...\ue4ss\Mods\AutoSortLoot\AutoSortLoot.ini`
> ⚠️ You must restart the game after editing the INI. The config is only read on launch.
| Option | Default | Description |
|---|---|---|
| `Hotkey` | `F9` | Sorting key. Supports F1.. F12, 0.. 9, A.. Z, INSERT, HOME, END, DELETE, PAGEUP, PAGEDOWN, SPACE, TAB. |
| `VerboseLogs` | `false` | Log every move and skip-reason to `UE4SS.log`. Useful for debugging. |
| `UnknownItemAction` | `Skip` | What to do with items that have no rule: `Skip` = leave them, `MoveToRoot` = send them to `RootContainer`. |
| `RootContainer` | `LargeBlackMilitaryBackpack` | Target container for `MoveToRoot`. |
<ItemType>=<Container1>,<Container2>,...
Default rules:
Item Type
Target Containers
MedicalConsumable
MedBag
FoodConsumable
LunchBox
DrinkConsumable
LunchBox
MainFirearm,
Sidearm,
WeaponsCase
AmmoTin, WeaponsCase
WeaponAttachment,
EquipmentAttachment,
AmmoTin, WeaponsCase
Material,
LargeToolbox, SmallToolbox
Currency,
Wallet, Safe, Briefcase
Anything else (
Container, Backpack, clothing, keycards not listed, etc.) is left untouched.Tip: For best results, make sure the target containers are equipped on your character (or have been opened at least once this session) so their JSIContainer instances are loaded. If a target container hasn't been seen yet, items assigned to it will be skipped with the message "no space / no target"
🧩 Compatibility✅ Likely compatible with
-
[]Cosmetic mods (skins, textures, UI themes).[/]
[]Weapon and item additions (as long as they use standard
Jig. ItemType. tags).[/]
[]Difficulty, spawn, weather, and gameplay tweaks that don't touch inventory internals.[/]
[]Other UE4SS C++ mods that don't hook the same inventory functions.[/]
[]Lua mods that don't override the Jig inventory system.[/]
⚠️ Potentially incompatible with[]Inventory overhaul mods that replace or rewrite
JSIContainer,
BP_JigComponent, or the
EventOnInventoryAction flow.[/]
[]Mods that also bind F9 (or your configured hotkey
📊 Mod Details
- Game
- Surroundead Mods
- Author
- madiko12
- Version
- v1.0.5
- Downloads
- 63
- Endorsements
- 0
- Category
- Miscellaneous
- Created
- 9/15/2026
- Updated
- 9/17/2026
🔧 How to Install SurrounDead Mods
Install via a mod manager (Vortex or Mod Organizer 2). Most mods drop into the game folder.
📖 Full step-by-step install guide for SurrounDead →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for SurrounDead commands, item IDs, and more.
Keep browsing — more SurrounDead mods await