Don't Starve Together

Don't Starve Together

509 betyg
[DST] CookDiary
2
4
6
4
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
7.609 MB
26 nov, 2022 @ 20:45
11 mar @ 5:09
33 ändringsnotiser ( visa )

Abonnera för att ladda ner
[DST] CookDiary

I 1 samling av 馨儿喵
馨儿喵的创意
4 artiklar
Beskrivning
Author: Jerry; Version: 3.0.2; Workshop: 2893991859;
Search CookDiary to subscribe to this mod!


News:BrewDiary has been released!Specially adapt to Heap of Foods~
News:BoilDiary has been released!Specially adapt to Don't Starve: Dehydrated~


Open the cooking book and see what to eat today!
Version 3.0 released! Let the Cookbook help you AutoCook!

  • 1. Automatically read ingredients from the inventory and surrounding containers, calculate the currently available dishes and all recipes.
Ursprungligen skrivet av Jerry:
"Do you know which dish has the most cooking methods? Meatball! 5229 ways to make it! "
  • 2. Modified the detailed cooking information page on the right, adding practical information such as cooking pots and recipes. Compatiable with mod foods!
Ursprungligen skrivet av Jerry:
"The recipe for making Fig-Stuffed Trunk is (roasted/winter/summer) elephant trunks>0 (roasted) fig>0 ..."
  • 3. The "What To Cook " page has been designed with a brand new sorting and filtering UI, which helps you find what is most suitable for cooking quickly.
Ursprungligen skrivet av Jerry:
"After exploring the ancient cave, my SANITY is empty and HEALTH is not much. Let me take a look at the Cookbook
... Veggie Burger +30 HEALTH +33 SANITY. That's it! Delicious!"
  • 4. Select ingredients and cooker on the "Help Me Cook" page to automatically cook.
Ursprungligen skrivet av Jerry:
"Step 1, Choose Ingredients, Step 2, Choose Cookpot, Step 3, Confirm Result...
... Close the book, right-click, FLY!!"
  • 5. In the original recipe page, missing ingredients will be highlighted in red.
Ursprungligen skrivet av Jerry:
"Winter is coming. I'm freezing cold! I want to eat Hot Dragon Chili Salad to warm up! Take a look at the cookbook!
I don't have any dragon fruit at home! I can't eat anymore (╥_╥)!"

Guide of Autocook:
  1. On the "Help Me Cook" page of the Cookbook, select 4 ingredients you want to use
  2. On the "Help Me Cook" page of the Cookbook, select the cooker you want to use
  3. Close and equip the Cookbook, right-click on the blank space on the ground, and the circle indicator will appear
  4. Use the circle indicator to cover the cookers you want to use, then left click
  5. The 4 kinds of ingredients in your inventory and surrounding containers will fly towards the selected pots and automatically start cooking
  6. If the message "I don't have enough ingredients!" is displayed, it means that the ingredients (in the inventory and surrounding containers) are not enough to cook one dish
  7. If the message "No valid Cooker!" is displayed, it means that there are no available pots in the circle indicator

Help me if you know how to solve the following problems
  1. After the ingredients fly out, they collide with the cooker and then disappear. How to make them disappear right before they collide with the cooker?
  2. The food that flies out is in wet state. How to make it dry?

Change log:
Version: 3.0.3
  1. Fix a compatibility issue with Don't Starve: Dehydrated

Historical changes

Suggestions for mods adding foods:
  1. The texture called by the Cookbook is 255 * 255. If this size of texture is not provided, the texture will appear blurry in the Cookbook.
  2. It is recommended to write the test function for cooking in a more standardized way, otherwise Craftpot and CookDiary will not be able to recognize it (displayed as "unknown" in the "Recipe").
    (1) Do not use custom functions to determine the quantity of ingredients (using custom functions to judge seasons and holidays is ok);
    (2) Only compare name and tag with numbers. DO NOT compare two name (tag) with each other, such as tags. monster > tags.egg.



“I'm Jerry, who enjoys cooking various delicious dishes in DST.”
“Welcome to subscribe to my mods.”
* CookDiary. Open the Cookbook and let you know what to eat and how to make it. It also helps you autocook!
* BrewDiary. Open the Brewbook and let you know what to drink~ Must be used in conjunction with Heap of Foods.
* BoilDiary. Open the Boilbook and let you know what to drink~ Must be used in conjunction with Don't Starve: Dehydrated.
* Telescope. Transplant and modify the telescope and super telescope in Don't Starve: Shipwrecked, perhaps pairing them with Magiluminescence would have a different effect?
* Spring Festival Repack. Celebrate Spring Festival, the Chinese New Year!


Thumb up if you like it. Thank you!



238 kommentarer
boluo 1 okt @ 12:06 
为什么用烹饪锅会闪退
蛋挞脑袋 1 okt @ 11:07 
有谁知道为什么打开烹饪书之后没有“今天吃些啥”和“帮我做大餐”这两个选项?:steamsad:
yjsdsl 23 sep @ 2:40 
非常棒的mod,只是太久没更新导致食材飞出去的时候会掉落 ,而且偶尔会有一两个锅不会自动开始烹饪,期待更新修复,赞作者:steamthumbsup:
高达 24 aug @ 0:52 
红晶锅食材会堆叠,没法自动做
󰀕ClockCycas󰀕 12 aug @ 8:07 
不知道和什么模组有冲突,下地洞有概率闪退
安卡 2 aug @ 11:22 
下面一段的缩进丢失了, 自行添加一下就行了
安卡 2 aug @ 11:21 
解决打开今天吃什么食谱就崩溃:
修改scripts/diary_cookable.lua:
```lua
--find all potentially valid recipes
    for _, v in pairs(recipes) do
        if v.test(cooker, prefabs, tags) then
            table.insert(candidates, v)
        end
    end
```
修改为:
```lua
for _, v in pairs(recipes) do
if v.test then
local success, result = pcall(v.test, cooker, prefabs, tags)
if success and result then
table.insert(candidates, v)
end
end
end
```
这样就能解决很多问题, 特别是和永不妥协的冲突问题, 这个问题是永不妥协的食谱不太规范导致的
羽落 2 aug @ 7:51 
反馈一下 试了一下 一共15个红锅,每三到五个掉落一次食材/不烹饪
食材掉落到地上,锅满了不烹饪
ネギちゃん 1 aug @ 16:35 
好像开了整组做菜之后就不行了233
依恀 31 jul @ 7:05 
反馈问题:食材会在自动制作时掉在地上(锅里三个地上一个的情况)