TheBlog Posted February 14, 2018 Share Posted February 14, 2018 (edited) I want to deactivate some of the crafting recipes Beyond Skyrim: Bruma adds, however I would rather not change them directly in the .esm file,but rather make a plugin that deactivates them so I can turn it on and off when I want. Is it possible to remove crafting recipes that way?My first thought would be to simply change the "Workbench Keyword" and remove the crafting bench that is used for that recipe.In theory that should work, right? Is there a better, "cleaner" way of doing this? Edited February 14, 2018 by TheBlog Link to comment Share on other sites More sharing options...
IsharaMeradin Posted February 14, 2018 Share Posted February 14, 2018 Create a plugin that is dependent upon the mod which you want to edit.Assign a condition that requires the player to be less than level 0 to each recipe you want hidden. This will block the recipe(s) from being shown while your 'patch' plugin is active. Link to comment Share on other sites More sharing options...
TheBlog Posted February 14, 2018 Author Share Posted February 14, 2018 Create a plugin that is dependent upon the mod which you want to edit.Assign a condition that requires the player to be less than level 0 to each recipe you want hidden. This will block the recipe(s) from being shown while your 'patch' plugin is active.Sounds good. Gonna give that a try :) Link to comment Share on other sites More sharing options...
Grimolfr Posted February 14, 2018 Share Posted February 14, 2018 Use SSEEdit, copy the recipes as override into a new filel (your patch file) and set the record flag in the record header to "Deleted." This method and Ishara's will both create a patch file that is mergeable with Wrye Bash, as well. So they won't effect the ESP count. Link to comment Share on other sites More sharing options...
TheVoidKnight Posted August 13, 2019 Share Posted August 13, 2019 To anyone reading this and it doesn't work for them like me. Add the following condition: Lesser than0GetItemCountItemID or Greater than or equal to10000000.0GetItemCountItemID Link to comment Share on other sites More sharing options...
Recommended Posts