Zyamaia Posted November 12, 2019 Share Posted November 12, 2019 Hi I'm not sure if this is even possible but was wondering if it's possible for someone to create a meat spoiler station? With the changes to the farm plots in the current build it at least to me seems difficult to get enough spoiled meat to build farm plots. So I thought I'd borrow the idea from Ark's meat spoiler and see if it's possible here. Link to comment Share on other sites More sharing options...
Axebeard Posted November 14, 2019 Share Posted November 14, 2019 Very easy to do, just add a recipe for Rotten Meat that's made from Meat. If you don't know how I'll drop you the code. Link to comment Share on other sites More sharing options...
Zyamaia Posted November 15, 2019 Author Share Posted November 15, 2019 Very easy to do, just add a recipe for Rotten Meat that's made from Meat. If you don't know how I'll drop you the code. LOL yeah not sure how to do that at all. I have almost 0 scripting/programming knowledge. Link to comment Share on other sites More sharing options...
Axebeard Posted November 15, 2019 Share Posted November 15, 2019 I can whip something up for you tonight probably. Link to comment Share on other sites More sharing options...
Axebeard Posted November 16, 2019 Share Posted November 16, 2019 Copy this into an xml file: <configs> <append xpath="/recipes"> <!-- Add recipes for spoiled meat --> <recipe tags="workbenchCrafting" count="1" name="foodRawMeat" craft_area="workbench"> <ingredient count="1" name="foodRottingFlesh"/> </recipe> </append> </configs> save it as "recipes.xml". Put it in Mods/Configs under your 7d2d main directory. I didn't know how to do this stuff either, so I just copied a mod that added a recipe and looked up the items in the Data folder of the game. Easy stuff if you're willing to spare 10 minutes to just look into it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.