jinh86 Posted January 8, 2021 Share Posted January 8, 2021 (edited) If you've only a welder mask in your inventory and that one is favorited, all the recipes that require it (or most of them) and of which you've all the required ingredients will still be greyed out as if you miss one. Remove the favorite star from the welder mask and the recipes will work again. Weird bug, but I went crazy to find it so I hope that sharing will let you fix ^=^ Edited January 9, 2021 by jinh86 batmap 1 Link to comment Share on other sites More sharing options...
Pandorea Posted January 9, 2021 Share Posted January 9, 2021 If you ONLY have a Welder mask in your inventory then all the recipes will be in red because you need more than a mask to craft/dismantle anything. Doesn't matter if the mask is favourited or not. Now, if you do have Propane torch and all other things, as required, then could it be a specific recipe? (I do not see this happen on my end) Any mods? Link to comment Share on other sites More sharing options...
jinh86 Posted February 9, 2021 Author Share Posted February 9, 2021 (edited) No, simply as said: welder mask favorited -> recipes disabled. Welder mask not favorited -> recipes enabled. It just seems that if it's favorited it doesn't count as "usable" by the recipe. No mods, no extra masks needed since unfavorite already solves the issue...still, remains a bug ^^ Edited February 9, 2021 by jinh86 Link to comment Share on other sites More sharing options...
Pandorea Posted February 10, 2021 Share Posted February 10, 2021 Still can't reproduce this - favourited or not all the recipes show up. Which build are you on? Link to comment Share on other sites More sharing options...
orikamii Posted February 15, 2021 Share Posted February 15, 2021 (edited) I took a second to try this out for troubleshooting. Ignore my nonexistent metalworking skill, favouriting the welder's mask doesn't make it unusable for me. It also still allows me to disassemble things regardless if it is favourited or not. Works if the welders' mask is in my Backpack as well. Build 41.50 @jinh86 are you able to take a screenshot for the devs so they can see exactly what you're having problems with? As well as include the build number? Edited February 15, 2021 by orikamii Link to comment Share on other sites More sharing options...
batmap Posted June 12, 2023 Share Posted June 12, 2023 [41.78.16 (Steam)] [Solo/Sandbox] Favorite: Welder Mask Breaks Crafting Window No mods. This is not a map issue, but map coords are: 6086x5353x1534 (copied off PZ Map Project for my location; ground floor, so I guess that 1534 should be a zero/0). Because I included 2 screenshots, I will reply again to include the logs.zip file. Old Save. I have played on this save file/map for a couple months, since early in March 2023. I was about to start a new post for this, then found this one so replying. Agreed, the welder mask seems to have an issue when the item is added to favorite items/gold star on the item, causing metalworking recipes make metal sheet (4 small metal sheet, propane torch 2 units, and welder mask) and make small metal sheet (1 metal sheet, propane torch 2 units, and welder mask) to not work/become inactive/greyed out. Welder Mask (not favorite item/no gold star) recipe in crafting window becomes active. Welder Mask (favorite item/gold star) causes recipe to grey out/not work. Link to comment Share on other sites More sharing options...
batmap Posted June 12, 2023 Share Posted June 12, 2023 Here is the logs.zip for my reply (above). logs.zip Link to comment Share on other sites More sharing options...
batmap Posted June 12, 2023 Share Posted June 12, 2023 On 1/8/2021 at 12:16 PM, jinh86 said: If you've only a welder mask in your inventory and that one is favorited, all the recipes that require it (or most of them) and of which you've all the required ingredients will still be greyed out as if you miss one. Remove the favorite star from the welder mask and the recipes will work again. Weird bug, but I went crazy to find it so I hope that sharing will let you fix ^=^ On 2/10/2021 at 4:44 AM, Pandorea said: Still can't reproduce this - favourited or not all the recipes show up. Which build are you on? Think outside the box. Well, maybe you do not actually play the game, so idk, maybe you did not try all possibilities. The recipe window for metalworking shows the recipe greyed out when the welder mask is a favorite item. When the welder mask is not a favorite item, the recipe works. All other aspects of metalworking seem to work properly either way (favorite or not). And, just a feedback for making a 'new' save to test this requires metalworking skill level 4 to test out this (must have the magazine, read it, and unlock MW level 4) , so not really a viable option (to require us/players to test this type of thing with a new save) in all situations, in my opinion. Link to comment Share on other sites More sharing options...
Hugo Qwerty Posted June 12, 2023 Share Posted June 12, 2023 Tested in debug mode, can confirm the Make Metal Sheet recipe does not work if the Welder Mask is favourited. Didn't check any other recipes. Had a quick look at the decompiled code, I think this is caused by function getItemsFrom(ArrayList<RMRecipeItem> arrayList, RMRecipe rMRecipe) in private static final class RMRecipeItemList, specifically the following code: || "Clothing".equals(rMRecipeItem.item.getCategory()) && rMRecipeItem.item.isFavorite() I assume the code is there to stop someone from losing a favourited item of clothing, e.g. ripping up all items of clothing. Maybe the code could be tweaked to allow favourited items where the recipe specifies the item as keep X? (although that could cause an issue if a recipe ever damages clothes even if they are 'keep', just like how crafting spears damages a knife but for clothes). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now