Q: What is the latest version this has been tested with? A: Patch 0.219.14 The Bog Witch Q: Will this mod support X mod? A: Probably not. This is mostly asked about Epic Loot mod, and it's not currently on my to-do list.
To answer recent questions (no I am not affiliated with the mod but I just tested it):
1. Yes, it now works with Ashlands mainline patch 0.219.14 as of the 11/11/2024 update. 2. It doesn't need Unstripped DLLs anymore, which is probably what deleted your character and anchored you to your spawn in a death spiral. 3. Lesson learned, never test mods after an update with all your gear on.
Attention everyone! Anyone who wants to download this mod.
After the last Valheim update - this is causing uncontrollable spinning and wiping characters (lose progress, equipment and gender etc) Restoring from the in-game backups still works (after disabling this mod).
Hello. The mod doesn't work, I have to disable it and not use it, it's a very good mod. 01.11.24. R.I.P. Please update. Thank you.
Does the newest version really require Valheim Unstripped DLLs? I went to its page, & according to it, it was last updated about 3 years ago; if that's the case, I can't be sure it'll be compatible with the latest patch. It's the same reason I haven't installed the mod that changes the stonecutter recipe to require bronze ingots instead of Iron even though I personally consider that mod a much desired QOL mod.
Только что поставил, зашел на персонажа, он начал крутиться без остановки и снес мне все вещи и прокачку навыков. Подскажите как я могу востановить утраченое?
Is a decent replacement on my server, I just had to change a bit of the code to my liking but it's all public on Github so you can compile your own version. https://github.com/AzumattDev/Recycle_N_Reclaim
I've used this mod in the past and enjoyed it. Today I tried it again with a fresh character and world. Went to workbench where I built a flint axe. The Recycle tab is showing up, so I know the mod is working. But the list is blank. I can't recycle anything.
The only things in my inventory are a torch, a stone axe, a hammer, a flint axe, and some wood and stone. I disabled all other mods except a couple. Not sure what's happening here.
idk why, but I can't disassemble some weapons (iron battle axe, iron mace e.t.c), but can do it to iron armor (i dropped it and picked up again) i tried to take off and drop weapons, but this method only worked with armor how to fix this? there's no other mods installed, idk maybe this problem is on my side, not yours
P.S nvm i figured out that to disassemble item you need to place it INSIDE your inventory (not fast equip bar)
179 comments
Q: What is the latest version this has been tested with?
A: Patch 0.219.14 The Bog Witch
Q: Will this mod support X mod?
A: Probably not. This is mostly asked about Epic Loot mod, and it's not currently on my to-do list.
1. Yes, it now works with Ashlands mainline patch 0.219.14 as of the 11/11/2024 update.
2. It doesn't need Unstripped DLLs anymore, which is probably what deleted your character and anchored you to your spawn in a death spiral.
3. Lesson learned, never test mods after an update with all your gear on.
Skol!
After the last Valheim update - this is causing uncontrollable spinning and wiping characters (lose progress, equipment
and gender etc) Restoring from the in-game backups still works (after
disabling this mod).
Hello. The mod doesn't work, I have to disable it and not use it, it's a very good mod. 01.11.24. R.I.P. Please update. Thank you.
How can I complain about this mod? All character progress has been erased, all recipes and old saves don't work, the mod is harmful
https://www.nexusmods.com/valheim/mods/2424
Is a decent replacement on my server, I just had to change a bit of the code to my liking but it's all public on Github so you can compile your own version.
https://github.com/AzumattDev/Recycle_N_Reclaim
Recycleplus work very good... (in config set the ReturnResources = 0.5)
makes my server better
Cheers
I would love to see like a
BlackListRecipes = Recipe_Wood,
or something similar
To resolve the interaction with the mod AnyWood that adds downgrades to wood and this lets you recycle them into higher tier haha
I resolved this kinda in a hacky way on my server by setting the recycle percentage to 0.49
and the wood recipes to 1 = 1 so they can't be upgraded
Have a nice day!
I added
if (recipe.m_item.m_itemData.m_shared.m_name.Contains("item_wood"))
{
continue; // Skip this recipe
}
This is some what hacky but solves my problem
Today I tried it again with a fresh character and world. Went to workbench where I built a flint axe.
The Recycle tab is showing up, so I know the mod is working. But the list is blank. I can't recycle anything.
The only things in my inventory are a torch, a stone axe, a hammer, a flint axe, and some wood and stone. I disabled all other mods except a couple. Not sure what's happening here.
i tried to take off and drop weapons, but this method only worked with armor
how to fix this? there's no other mods installed, idk maybe this problem is on my side, not yours
P.S nvm i figured out that to disassemble item you need to place it INSIDE your inventory (not fast equip bar)