Don't Starve

Don't Starve

Chocolate +
Kuloslav  [developer] Aug 20, 2014 @ 3:31pm
Bug Report
If anyone encounters any bugs or crashes using T.A.P. mod I will be grateful to hear about them. The sooner we know about them, the sooner I'll be able to fix them. Please use this thread to report your issues.
< >
Showing 1-15 of 23 comments
g_jubey_jube Aug 22, 2014 @ 7:48pm 
I've not been able to make cookies, does the cacao, honey and pumpkin need to be added to the crockpot in a certain order? Or does the pumpkin need to be cooked over the fire first before adding it to the pot? I've tried twice and both end up as ratatouille. Thanks in advance for your help!
Kuloslav  [developer] Aug 23, 2014 @ 11:21am 
Recipe for chocolate cookies: 2x cacao cooked + 1x pumpkin (raw or cooked) + 1x honey (not honey comb).

Recipe works without problems. Try to disable all food mods besides chocolate and write if error persists.
thegreatcrosby Aug 27, 2014 @ 1:33pm 
I can't make fresh milk. 4 raw milks is making chocolate milk.
Reiko1231 Aug 28, 2014 @ 8:03am 
4 raw milks gives chocolate milk, I think problem is in logic operators "or" and "and" in
local chocolate_milk_recipe, because when I changed priority of chocolate milk to 1, and fresh milk to 10, it's fixed the problem and now I get from 4 raw milk one fresh milk and from 3 raw milk and one cacao I recieve chocolate milk
Reiko1231 Aug 28, 2014 @ 12:05pm 
seems like I found solution: looks like mistake in 178 line (chocolate+ mod, modmain.lua):
test = function(cooker, names, tags) return ((tags.cacao_cooked and tags.cacao_cooked>=1) and (tags.dairy and tags.dairy>=1) or (tags.rawmilk and tags.rawmilk>=1) or (tags.dairy and tags.rawmilk and tags.rawmilk+tags.dairy>=1)) and not tags.meat and not tags.fruit and not tags.decoration and not tags.egg and not tags.frozen and not tags.inedible and not tags.sweetener and not tags.veggie end,

there is mistake in brackets: for making chocolate milk required (cacao_cooked > 1 and dairy item > 1 OR rawmilk>=1 OR tags.rawmilk+tags.dairy >= 1), so if change this line to

test = function(cooker, names, tags) return (tags.cacao_cooked and tags.cacao_cooked>=1) and ((tags.dairy and tags.dairy>=1) or (tags.rawmilk and tags.rawmilk>=1) or (tags.dairy and tags.rawmilk and tags.rawmilk+tags.dairy>=1)) and not tags.meat and not tags.fruit and not tags.decoration and not tags.egg and not tags.frozen and not tags.inedible and not tags.sweetener and not tags.veggie end,

it will be require cacao_cooked >1 AND ((tags.dairy and tags.dairy>=1) or (tags.rawmilk and tags.rawmilk>=1) or (tags.dairy and tags.rawmilk and tags.rawmilk+tags.dairy>=1))

for me it fix the problem with default prioritys (1 for fresh milk, 10 for chocolate milk).
Last edited by Reiko1231; Aug 28, 2014 @ 12:05pm
Kuloslav  [developer] Aug 30, 2014 @ 4:10pm 
One bracket and so many problems :) Problem solved thanks for your feedback.
everytime i subscribe to chockolate my game crashes even without any other mods instaloled ..any help?
Kuloslav  [developer] Sep 3, 2014 @ 11:45am 
Mod has been tested for compatibility, and many of the common crash situations. It works without any problems when you load the game without mods and with the most popular (RPG HUD, ntools, maps revealer, too many items, TAP, PickleIT, floe, Heavy, Pyro, etc.). Mod doesn't turn off the game in any of the accidents. Please post your version of the file log.txt. Without this file, I can't help you (I'm not able to reproduce this error).

file path (Documents / Klei / DoNotStarve / log.txt)
Last edited by Kuloslav; Sep 3, 2014 @ 11:48am
Monkey Magic Oct 23, 2014 @ 6:46pm 
reposted from comments as a lot of subscribers report this issue:

Chocolate+ is broken. No idea why it's stopped working, but for some reason it's started crashing my game whenever I attempt to look into the Mods page. This Mod did work for me the last time I played, which was only a month ago at most.

I removed every Mod I had subscribed, then tried each individually until I was sure of the culprit, so it's definatively this Mod that's cause of the issue.
Kuloslav  [developer] Oct 25, 2014 @ 9:41am 
Monkey Magic: This issue affects very few users, and so far I can't reproduce this bug. So I have a question. What is your computer (graphics card, operating sytem) ?
Last edited by Kuloslav; Oct 25, 2014 @ 9:44am
Vuohi Mar 12, 2015 @ 3:50am 
Hmm, it seems that roasted cacao and chocolate are not tagged as plant-based foods, as Woad (the vegan mod character) can't eat them. It shouldn't be an issue with her; she can eat other mod-added veggies.
Ranocai Jul 4, 2015 @ 6:45am 
Can you please help? When drinking chocolate milk, it is not raising my temperature. Tell me if I need to send/post something.
Vuohi Aug 6, 2015 @ 8:45am 
Lately this has been crashing the game for me whenever I try to harvest a cacao tree.

Log message: ..\source\animlib\animmanager.cpp(401) :: Tried to add build [moditem] from file [../mods/workshop-293230292/anim/cacao.zip] but we've already added a build with that name!

Any advice?
Vuohi Jan 2, 2016 @ 1:36am 
Seems to be fixed after latest update.
Ranocai Jan 2, 2016 @ 11:54am 
What a late comment. xD
< >
Showing 1-15 of 23 comments
Per page: 1530 50