-
Notifications
You must be signed in to change notification settings - Fork 7
Item and Location Lists
The mod provides a configurable hotkey for adding or removing items to a loot whitelist. The hotkey is defaulted in INI file and can be overridden in the MCM. This can be used to force looting of items that would otherwise be skipped. The hotkey is available when an item is selected in the Inventory Menu or Container Menu. The list of current whitelisted items is provided in the MCM. Up to 128 are allowed by the Papyrus FormList handler.
The mod provides a configurable hotkey for adding or removing items to a loot blacklist. The hotkey is defaulted in INI file and can be overridden in the MCM. This can be used to prevent looting of unwanted items that might otherwise be looted. The hotkey is available when an item is selected in the Inventory Menu or Container Menu. The list of current blacklisted items is viewable in the MCM. Up to 128 are allowed by the Papyrus FormList handler.
The MCM allows the user to register the current Location or Cell as black-listed. Player Houses are always implicitly blacklisted, with auto-looting prevented. Additionally, auto-looting can optionally be prevented in settlements above a certain size. When the player enters a blacklisted location or player house, a message is printed.
An item cannot be on WhiteList and BlackList at the same time. If this is attempted, a dialog asks for confirmation to perform a move from old list to new list.