You are viewing a potentially older version of this package. View all versions.
cjayride-RecycleItemsIntoParts-1.6.0 icon

RecycleItemsIntoParts

Fork of aedenthorn/DiscardInventoryItem for v0.217.46+ Recycle items into lesser parts. Drag and press [Delete]. Option to not give back Coins, Magic Parts (EpicLoot), Magic Shards (EpicLoot). Option to block recycling of Consumables and Trophies.

Date uploaded 3 weeks ago
Version 1.6.0
Download link cjayride-RecycleItemsIntoParts-1.6.0.zip
Downloads 1347
Dependency string cjayride-RecycleItemsIntoParts-1.6.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

RecycleItemsIntoParts

Patched for Valheim v0.217.46+

A fork of aedenthorn/DiscardInventoryItem

ThunderStore | GitHub

This mod recycles items into parts

  • Break down (recycle) items on the fly, by drag clicking an item and clicking [Delete]

  • Control the percentage (%) of parts returned (in the config)

  • Control the types of parts to be recycled:

Enchanting Parts [EpicLoot]

ShardMagic [EpicLoot]

Coins

Consumables

Trophies

Setup / Configuration

Setup has completely changed, now that all mods have been updated for Mistlands. Check the values in the config file.

Edit the config file

BepInEx/config/cjayride.RecycleItemsIntoParts.cfg

Launch the game once to generate the config file and review the options.

Recycle EpicLoot Enchanted Gear for Magic Parts | DefaultSetting = true

ReturnEnchantedResources = true

CJAYCRAFT PLAYERS - This setting must be: true

Give Back Coins? | DefaultSetting = false

When recycling parts, don't give Coins (enable/disable).

It cost Coins to enchant with Epic Loot, so if you recycle an item it will usually return Coins. Some servers and players may not want this. Items gave back too many coins and it messed up our server economy.

RecycleCoins = false

CJAYCRAFT PLAYERS - This setting must be: false

Give Back Trophies | DefaultSetting = True

Don't want to give back Trophies when recycling?

On our server, we didn't want people to get back Trophies, much like we don't want to give back Coins, because it affects the economy of our server. Items can still be recycled, but if it contains a Trophy, it just won't give back the Trophy.

By default, the mod WILL give Trophies.

RecycleTrophy = true

CJAYCRAFT PLAYERS - This setting must be: false

Allow Recycle Consumables | DefaultSetting = True

Don't allow recycling of a food TYPE item.

On our server, we didn't want people recycling food because it gave certain items that might affect the economy. Potentially, if an item contains a recipe part that is food, that food item would be returned. This only specifically targets the item that is being recycled. If the item is food, it can't be recycled.

By default, this mod WILL allow you to recycle consumables.

RecycleConsumables = true

CJAYCRAFT PLAYERS - This setting must be: RecycleConsumables = false

Allow Recycle ShardMagic [EpicLoot] | DefaultSetting = True

Don't allow recycling of the item ShardMagic [EpicLoot].

On our server, we didn't want people recycling the green rarity Magic Shards (Epic Loot) because it interferes with some recipes we're using.

By default, this mod WILL allow you to recycle ShardMagic [EpicLoot].

RecycleShards = true

CJAYCRAFT PLAYERS - This setting must be: false

Contact

CHANGELOG

v1.6.0

  • Removed terminal reload
  • Added compatibility for v0.217.46

v1.5.1 - 2024/4/7

  • Fixed reference to assembly files

v1.5.0 - 2024/4/7

  • Change for EpicLoot, committed by blradlof (verfied by "aedenthorn") on Dec 16, 2023. Line 86 changed EpicLoot.Crafting.EnchantTabController to EpicLoot.Crafting.EnchantHelper

v1.4.0 - 2023/7/9

  • Update for Mistlands. I've tested it with a combination of mods like EpicLoot, EquipmentandQuickSlots, ExtendedPlayerInventory, BetterArchery.
  • Note: The BetterArchery QUIVER (if enabled) breaks the game if ExtendedPlayerInventor is also installed.
  • I'll continue to test as I complete the rebuild of CJAYCRAFT modpack. As far as I can tell, this mod is working, but shoot me a message if you discover an issue before I get to play more :)