You are viewing a potentially older version of this package. View all versions.
et508-Loot_Manager-2.0.1 icon

Loot Manager

Your Loot Your Way!!!

Date uploaded a year ago
Version 2.0.1
Download link et508-Loot_Manager-2.0.1.zip
Downloads 226
Dependency string et508-Loot_Manager-2.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Loot Manager

Your Loot Your Way!!! Loot using Blacklist filtering. Send all your loot directly to your bank, or setup a bank filter and only send the loot you want to the bank. Easily modify your Blacklist and Banklist using LootUI.

Installation

  • Install BepInEx Mod Pack
  • Download the latest release
  • Extract the folder from Erenshor.LootManager.zip into Erenshor\BepInEx\plugins\ folder.

How It Works

  • Open the LootUI window with /lootui or by pressing F6. Hotkey currently is not configuable. Will be coming in a later update.
  • Choose your settings
  • Setup your Blacklist and/or Banklist

LootUI Settings

  • Autoloot - Toggle On or Off
  • Autoloot Distance - Set the distance to autoloot 0 to 200 units
  • Loot Method - Choose between Blacklist or Standard
    • Blacklist - Will use the blicklist filter you setup. Destroying the items you do not want to loot.
    • Standard - This the default game looting behavior.
  • Bankloot - Toggle On or Off
  • Bankloot Method - All or Filtered
    • All - Everything you loot goes to the bank.
    • Filtered - Will use the banklist filter you setup. Only sending the items you want to the bank.
  • Bankloot Page - First Empty or Page Range
    • First Empty - Will send items to the first empty bank slot.
    • Page Range - Will send items to the range of pages you set. Pages 1 to 98. If you want a single page, set both sliders to the same page.

Blacklist and Banklist

  • Both function the exact same.
  • On the left is a list of every item in the game.
  • On the right is the blacklist(red) or banklist(blue).
  • Item search filtering is available. Not case sensitive.
  • Double-click to add or remove a single item or select multiple with left ctrl + click then click add or remove. Currently you can not select multiple and filter at the same time. Changing your filter will clear your selections. A fix for this is coming in a later update.

Loot Manager Commands

  • A revamp of commands is currently in the works. In the current release only /lootui is supported. This will open the Loot Manager UI window.

Add Items Directly From Inventory

  • Add items to the list just by placing them in the "Blacklist" inventory slot.

Manual Editing of the LootLists

  • Manual editing of both the blacklist and banklist is supported.
  • Located in your BepInEx\config folder.
  • LootBlacklist.json
  • LootBanklist.json
  • Your loot lists must follow the correct syntax to work properly; item names are case sensitive and must be spelled exactly how they are in-game.
 {
    "items": [
        "Citrine Stone",
        "Water",
        "Wolf Meat",
        "Ancient Bone",
        "Star Stone"
    ]
}

CHANGELOG

[2.0.2] -

Fixed

  • Rebuilt plugin using BepInEx 5.4.21.0. Miss matching version warning should not longer appear.

LootUI

  • Made some improvements to the UI windows.
  • Replaced the Autoloot dropdown with a toggle.

[2.0.1] - 6/4/2025

HOTFIX

  • Patch to fix the Thunderstore install method not installing the proper subfolder.

[2.0.0] - 6/4/2025

Added

  • LootUI - A fully functional UI window to choose all your loot settings and modify your Blacklist and Banklist.
  • Bankloot - Loot directly to your bank or use a filtered banklist to only send the items you want to your bank.
  • Autoloot - Now supporting its own autoloot function.

LootUI

  • Toggle UI with /lootui or by pressing F6.
  • All loot config settings and modifications to the blacklist and banklist can be done through the user interface.

Removed

  • No longer supported commands. /lootadd, /lootremove, /lootshow

[1.1.1] - 5/25/2025

Added

  • Added a new inventory slot. The Blacklist slot will add items to the blacklist.

Removed

  • Removed all blacklist functionality from the original "Destroy Item" inventory slot. Restored it to its default function.

[1.1.0] - 5/24/2025

Added

  • You can now add and remove items to/from the blacklist using the "Destroy Item" inventory slot.

[1.0.1] - 5/23/2025

Fixed

  • Chat command /removeloot would try to reply to the last whispered sim when /r was typed. Change all the chat commands to /loot"command" syntax to avoid any further chat issues.

[1.0.0] - 5/23/2025

Release

  • Initial release