Skyrim
0 of 0

File information

Last updated

Original upload

Created by

DavidJCobb

Uploaded by

DavidJCobb

Virus scan

Safe to use

Tags for this mod

About this mod

Makes it so that crafting pulls from nearby containers in addition to your inventory

Requirements
Permissions and credits
Changelogs
Crafting Pulls From Nearby Containers
This SKSE DLL makes it so that crafting pulls from nearby containers, in addition to your inventory. It's useful for when you have a large number of crafting ingredients stockpiled in containers in your character's home, and you don't want to have to dump all of them into your inventory in order to use them.


This mod is a DLL, which means that it offers the following benefits over scripted attempts at implementing the same idea:

  • It doesn't take up a load order slot.
  • It isn't affected by script lag.
  • It doesn't have to move items into your inventory, which means that you won't be dealing with overencumbered effects.
  • Because items are left in their original containers, the mod has a finer degree of control over where items are "spent" from. The mod is programmed to consume crafting materials from your inventory first, and then from the containers around you, using nearer containers first and more distant containers last.

By default, the DLL only pulls items from containers that are within 768 world units of the player. If you use a large player home where containers are spread out a considerable distance from crafting stations, then you may wish to increase this distance by editing the mod's included INI file.

The source code is available on Github.