Kingdom Come: Deliverance II

Kingdom Come: Deliverance II

The KCD2 Cooking Mod
[BUG] Batch crafting only yields 1 food
Tested it with the smoker using the traveller's recipe (1 beef, 1 organ, 1 spice)
Recipe works as intended but you have to add 1 of each ingredient every time.
If you add 4 beef, 4 kidneys, and 4 nutmeg, it still outputs only 1 smoked food item, when it should output four.
< >
Showing 1-3 of 3 comments
djb  [developer] 8 Apr @ 9:35pm 
nah, a limitation of what's available in the tools. the selection box that pops up can't track exactly the multiple selections you choose when you put ingredients in. there is a C++ implementation in the engine that we can't access (it's game source code) that does something weird with the array of selected items, it gives you the accurate list of uniquely entered items, but no matter what i tried it couldn't accurately report the exact number of each ingredient you select. so i had to work around it by trimming the selected ingredients into just the unique ingredient types put in, and use those to compare against recipes.

tldr;
henry isn't a 1 man super soup kitchen, you have to cook items one at a time
Cyrlynx 27 Jul @ 2:45pm 
You should ask the game's dev to fix that, it is really disappointing :(
Foxtrot 27 Jul @ 8:22pm 
Nah, I guess the engine has a reason for letting you access the contents of an array without pulling out quantities and that's fine, it's not a game breaking bug or anything balance heavy, it's just tedious but then again, more time spent cooking and enjoying the game is fine, I'm fine with it!
< >
Showing 1-3 of 3 comments
Per page: 1530 50