Skyrim
0 of 0

File information

Last updated

Original upload

Created by

QoolaidGamign Team

Uploaded by

QoolaidGaming

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

======================
RECYCLE BINS OF SKYRIM
======================
Version 1.4
By Qoolaid Team
Original mod by MorePrinniesDood

Want to break down gear into its base materials?

Even DLC or player-made gear?

Now you can.

Look for the new recycle bin chests at blacksmith's forges in Riverwood,
Whiterun, Falkreath, Riften, Markath, Dawnstar, Windhelm and Solitude.

Throw your unwanted weapons and armor into the chest, hit the button on
the end. Once you hear the "clunk", your unwanted gear has been disassembled,
please remove your ingots from the bin.

Some material loss may apply.

=======================
NOTES
=======================

This mod recycles armor and weapons into some of their source materials
based on any material keywords the items has. This allows it to support
player-made armor and weapons, as long as the modder tagged it appropriately.
The quantities recovered are based on the item's weight.

Jewelry, including circlets, cannot be broken down, as there are no material
keywords on jewelry.

By default, fur armor cannot be broken down, as it also lacks material tags.
The optional FurArmorKeyWordFix ESP adds the leather keyword to fur to enable
recycling of it. (And also allows it to work with matching set perks.)

The script can take a while to run if you're recycling a lot of stuff, so
wait for the "clunk" sound to open the bin and take your recovered materials.

=======================
CHANGELOG
=======================

Version 1.1
Code cleanup and speed improvements.

Version 1.2
More sanity checking to avoid spamming errors to the papyrus log.
Adds recycling barrels near the Hearthfire homes.

Version 1.3
Made it easier to find the switch on the bin at Warmaidens in Whiterun.

Version 1.4
Major speed improvements in recycling loads heavy on iron or steel.

=======================
TODO
=======================

Add recycle bins to DLC forges (Fort Dawnguard, Raven Rock, Castle Volkihar).

=======================
REQUIRES
=======================

SKSE
Dawnguard
Dragonborn

=======================
FOR MODDERS
=======================

All you need from this mod to add your own recycle bin is the RecycleButton
script.

To add a recycle bin to your mod:

- Add an empty chest to the mod.
- Duplicate one of the stock activators.
- Remove the existing scripts from the activator you just created and add
the RecycleButton script.
- Populate the RecycleButton script's properties. All properties should
auto-populate except the sounds, and for some reason the IngotMoonstone.
- Add your activator to the mod on or near the chest.
- Set the chest as a linkedref on the button. A keyword is not required, but
this should be the only linkedref on the button.
- Redistribute the RecycleButton scripts with your mod, I give permission to
do this, so long as you give credit.