Don't Starve Together

Don't Starve Together

Not enough ratings
WX Automation Recipes
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
93.722 KB
13 Dec, 2023 @ 9:04am
1 Change Note ( view )

Subscribe to download
WX Automation Recipes

Description
WX Automation Recipes
This mod can add or modify recipes for the cook WX. Meatballs is the only dish provided by this mod, but players can use it as a template to add custom cooking strategies.

This mod is a code template that allows you to copy the code (it demonstrates how to call the original mod's API) and modify it according to your ideas. It is used to control which recipes the robot has and how to prepare them. The original recipes for the robot were manually designed. Due to the large number of recipes, I could only choose some of the recipes that I considered good enough, which resulted in the inability to prepare dishes I hadn't chosen, and dishes that could be prepared might not satisfy players as well. This code template is similar to a code plugin that players can modify by themselves.
5 Comments
失落的理想国 30 May, 2024 @ 8:49am 
或者第一个格子放成品饭菜,然后后面四个格子是食材食材,机器人按照第一个格子的东西进行工作
失落的理想国 30 May, 2024 @ 8:48am 
up,能不能让机器人按顺序把背包里前四个格子里的食物填充进去,这样就解决了菜谱问题了,我只需要把东西给他就行了,您看行不?
雪燕羽  [author] 15 Dec, 2023 @ 6:56pm 
@sumuy 你好,这个mod是一个代码模板,可以复制代码(示范了如何调用原mod的API)并按自己的想法修改,用来控制机器人的有哪些菜谱以及怎么做。机器人原有的菜谱是我手工写的各种策略,由于工作量太大,我只能选择个人觉得比较好的菜谱来编写,这样导致我没有考虑的菜做不出来,能做的菜也可能不能让人满意。所以就有了这个mod,类似玩家可以自己编辑的代码插件。
sumuy 14 Dec, 2023 @ 6:16pm 
机器人自动遍历菜谱是吗
sumuy 14 Dec, 2023 @ 6:15pm 
没看懂怎么使用