I don't have enough free time right now to investigate as to why items from this mod can't be sold thru the shipping bin. In the meantime, you can sell the items to Pierre. Sorry!
07/28/24: If you're having problems achieving perfection because 'tempered X chocolate' and 'hot X chocolate' is under the cooking category, please download the latest version of the mod (1.0.5) to fix the issue.
Also, check out this mod as it adds packaged versions of the chocolate milk drinks! (thanks, That1Hermit! ♡)
- - -
Hello!
Thanks so much for taking an interest in my mod! I'm aware that I've been pushing out a lot of bug fixes ever since I uploaded this mod, but please bear with me because this is my first gameplay mod (and I work alone), so I'm bound to make mistakes or miss a few things. (ó﹏ò。)
I also really appreciate everyone who reports those bugs to me, so please keep them coming! ( > 〰 < )♡ i can't believe the day has come when i finally want to see those bug reports and errors lol
Ok I've done some digging and experimenting and I've found the problem - all of the objects are missing the "Type" field, which I guess is now required by ContentPatcher to make things sellable.
The fix for this is to go through each object in Objects.json and Objects2.json, and add a "Type" field after the "Name" field on every object. For the raw harvested beans I added:
"Type": "Fruit",
For everything else in Objects.json I added:
"Type": "Cooking",
And for everything in Objects2.json I added:
"Type": "ArtisanGoods",
This makes all newly created objects sellable in the shipping bin. Unfortunately this doesn't apply retroactively to any objects you already have, you still won't be able to put those in a shipping bin, however I did find a fix for that too: if you have the Automate mod, you can place a chest next to the shipping bin and put the old items you have in that chest. They will they be added to the shipping bin automatically by the Automate mod. If you want to just convert your old items into the new sellable form but keep them instead of selling them, you can use the mini shipping bin instead. Once Automate adds them to the mini shipping bin, you can just take them back out and they will be in their new sellable form.
I went ahead and edited both Objects.json and Objects2.json before the mod author has the time they need to update (as no other data files seemed to need updating) to be sellable. I went by already defined item category (including Roasted Cacao Beans and Roasted Ruby Beans which had a category_fruits context tag - in this case, it might make more sense to switch to -26? But that's just my opinion, nothing else) - you can grab them here if you need them. Just drop them in your ...\[CP] Chocolate Valley by Orangeblossom\data folder and replace the two files already present. Artisan Goods are Basic, crops and roasted crops are Fruit and the rest is Cooking.
@orangeblossom7, I hope you don't mind, if you do, I apologize and please, let me know, I'll take the post down immediately.
EDIT: Screenshot as they are reflected properly in the items shipped for perfection:
There's one typo in the Objects2 file, I thought I'd let you know. I had an issue with the wrapping station always turning a dark chocolate nugget into a milk chocolate nugget while wrapping, and I think it's because in the file there's "DisplayName": "Artisan Milk Chocolate Nugget" in the dark chocolate section instead of "Artisan Dark Chocolate Nugget". At least changing the word fixed the issue for me! :)
But thank you again for going through the trouble to make this in the first place, very much appreciated!
I am trying to ship all the different kinds of chocolate, but there's an issue with the wrapping station. Every time I try to make artisanal dark chocolate nugget, the wrapping station transforms it into milk chocolate somehow. Is there anything I can do to fix this? :( I tried it multiple times, and the dark chocolate nugget always turns into a milk chocolate one. Nevermind, fixed it!
Otherwise I am loving this mod! It was a bit of a learning curve to figure out how to make all the different types but it was a lot of fun and the chocolates are so pretty too!
Not sure if it's already been commented, but I think somehow incorporating it into the help wanted posts or task board would be a really great implementation! I was just thinking that the deluxe box is a LOT of work, definitely comparable to some of the special orders, and it'd be a fun way to really incorporate your work as a known chocolatier in the valley!
Just a little thought. I'm enjoying the mod! Thanks for sharing with us!
I understand, an official update would be preferable, but since the author is currently busy IRL, hopefully this will suffice for now. It's just a small edit anyways, I enjoy the mod very much and my current playthrough wouldn't be complete without it. Although it always leaves me craving chocolate afterwards. >_<
Is there ever a waking moment where one doesn't crave chocolate?
Thank you so much for this, the mod is a staple for me as well and thanks to you, I can enjoy it fully again for the time being; may your chocolate stash never run dry :D
I've not yet tried IcePick's remedy for selling....That's next. In the meantime, while I'm able to sell chocolate items to Pierre, they do not show up on my Collections as being sold. Even though I'm not going towards completion, I do like to complete each category as much as I can...So it's a bit frustrating to continue to see the empty chocolate slots. Anyone else having this problem?
i could be wrong but i thought for them to count towards completion you have to ship them using the shipping bin on your farm, not just sell them to pierre
Hi! You've probably gotten this a dozen times, but I just wanted to say that your mod is one of my absolute favorites. I love how well integrated it is into the game through the use of vanilla ingredients. The process to get a finished chocolate product is so involved, it feels truly rewarding to get your desired item at the end of it all. I'm glad you found what worked best for you in making this mod and having little crops I can put in a spare room in my bakery is much easier than trying to house a whole tree or two.
I also wanted to let you know I started a series of Mod Spotlight posts on Reddit and featured your mod on it. I hope this was okay, and if not, I'll gladly remove the post. Regardless, I will continue to enjoy the chocolates and making them the feature of my empire. I love what you've done, and I hope you take care of yourself. Have a good day/night <3
I tried to follow IcePick72 steps to make the chocolates sellable but even after doing it (and making a new batch of chocolate since it said that ones that you already have in the game you would'nt be able to sell) but im still not able to sell, and i already looked through the comments and i cant seem to find anyone with the same issue as mine, i know im probaly doing something wrong, do i need any special programm to add this "type field"? I did all of it with the notepad of my pc, please i just want to be able to sell this chocolate without always having to go to pierre.... (Sorry for any wrong typed words.)
There used to be a mod called Chocolate Valley Guidebook but I can't find it anywhere now. I know it's real because I have the mod on my folder, it's just not working. I wanted to know if it was yours? Did someone make it without permission and it was taken down?
207 comments
Also, check out this mod as it adds packaged versions of the chocolate milk drinks! (thanks, That1Hermit! ♡)
Hello!
Thanks so much for taking an interest in my mod! I'm aware that I've been pushing out a lot of bug fixes ever since I uploaded this mod, but please bear with me because this is my first gameplay mod (and I work alone), so I'm bound to make mistakes or miss a few things. (ó﹏ò。)
I also really appreciate everyone who reports those bugs to me, so please keep them coming! ( > 〰 < )♡
i can't believe the day has come when i finally want to see those bug reports and errors lol
The fix for this is to go through each object in Objects.json and Objects2.json, and add a "Type" field after the "Name" field on every object.
For the raw harvested beans I added:
"Type": "Fruit",
For everything else in Objects.json I added:
"Type": "Cooking",
And for everything in Objects2.json I added:
"Type": "ArtisanGoods",
This makes all newly created objects sellable in the shipping bin. Unfortunately this doesn't apply retroactively to any objects you already have, you still won't be able to put those in a shipping bin, however I did find a fix for that too: if you have the Automate mod, you can place a chest next to the shipping bin and put the old items you have in that chest. They will they be added to the shipping bin automatically by the Automate mod. If you want to just convert your old items into the new sellable form but keep them instead of selling them, you can use the mini shipping bin instead. Once Automate adds them to the mini shipping bin, you can just take them back out and they will be in their new sellable form.
Hope this helps!
@orangeblossom7, I hope you don't mind, if you do, I apologize and please, let me know, I'll take the post down immediately.
EDIT: Screenshot as they are reflected properly in the items shipped for perfection:
There's one typo in the Objects2 file, I thought I'd let you know. I had an issue with the wrapping station always turning a dark chocolate nugget into a milk chocolate nugget while wrapping, and I think it's because in the file there's "DisplayName": "Artisan Milk Chocolate Nugget" in the dark chocolate section instead of "Artisan Dark Chocolate Nugget". At least changing the word fixed the issue for me! :)
But thank you again for going through the trouble to make this in the first place, very much appreciated!
I am trying to ship all the different kinds of chocolate, but there's an issue with the wrapping station. Every time I try to make artisanal dark chocolate nugget, the wrapping station transforms it into milk chocolate somehow. Is there anything I can do to fix this? :( I tried it multiple times, and the dark chocolate nugget always turns into a milk chocolate one.Nevermind, fixed it!Otherwise I am loving this mod! It was a bit of a learning curve to figure out how to make all the different types but it was a lot of fun and the chocolates are so pretty too!
I was just thinking that the deluxe box is a LOT of work, definitely comparable to some of the special orders, and it'd be a fun way to really incorporate your work as a known chocolatier in the valley!
Just a little thought. I'm enjoying the mod! Thanks for sharing with us!
Is there any kind of ETA for the shipping bin fix, as of today?
This mod is now a staple in my playthrough, so fingers crossed on it getting an update any time in the future, whenever possible.
May your pillow always smell of chocolate and forever be comfy.
P.S. I know there's lot of smart and savvy people out there able to edit stuff, but us non-programmer peasants exist, too... cheers!
Though I'm still hoping for an official update as well :)
Regardless, much appreciated!
Thank you so much for this, the mod is a staple for me as well and thanks to you, I can enjoy it fully again for the time being; may your chocolate stash never run dry :D
I also wanted to let you know I started a series of Mod Spotlight posts on Reddit and featured your mod on it. I hope this was okay, and if not, I'll gladly remove the post. Regardless, I will continue to enjoy the chocolates and making them the feature of my empire. I love what you've done, and I hope you take care of yourself. Have a good day/night <3
Daily Mod Spotlight
sellable but even after doing it (and making a new batch of chocolate since it said that ones that you already have in the game you would'nt be able to sell) but im still not able to sell, and i already looked through the comments and i cant seem to find anyone with the same issue as mine, i know im probaly doing something wrong, do i need any special programm to add this "type field"? I did all of it with the notepad of my pc, please i just want to be able to sell this chocolate without always having to go to pierre....
(Sorry for any wrong typed words.)