Jump to content

How to create new food with recipes


Recommended Posts

I'm guessing this has been covered elsewhere, but I can't find anything that doesn't involve a load of oter stuff.

 

Basically I want to add some more food items with recipes to cook them.

 

I.e. Tato soup: needs 1x tato and 1x water. Restores x ammount of hunger and health with an AP refreash for 30 minutes.

 

I'm guessing I need to add a new item and a recipe that points to the new item?

Link to comment
Share on other sites

Yeah if you have the Creation Kit:

 

In the Object Window, in the list on the left, go to Magic -> Potion. There's all the consumable items in the game.

 

Then double click an item. (I recommend opening one that already has the model you want to use, so you don't have to look up the model path again.) Maybe you could use VegetableSoup.

 

Double click VegetableSoup, give it a new ID for example TatoSoup and a Name Tato with Water On It. And on the right side of the window you can choose the effects the food item should have.

 

When you're done with that click on OK and your new food item will be created.

 

Then in the Object Window go to Items -> Constructible Object. Again I recommend just double clicking a food recipe (ID has co_food in front of it). Give the recipe a new ID as well for example co_food_TatoSoup.

 

Under Workbench Keyword make sure it has WorkbenchCooking and under Recipe Filters you can choose under what Submenu (Soup, Roast etc.) in the Cooking Station the item should show up.

(Right Click in the list under Recipe Filters, click Add, filter for Recipe and there you get to choose.)

 

In the Required Items List you can choose all the items required to craft the item.

 

And then on the top right, by Created Object you need to choose the ID of the food item you previously made. In this case TatoSoup.

 

Then click OK and you're done. DON'T FORGET TO SAVE YOUR WORK.

Link to comment
Share on other sites

  • 1 year later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...