Hello, the "Triple Shot Espresso (Grande)" and "Triple Coffee" that I added after updating to the latest version do not work. No matter how I set them up, they will always be regular coffee after production. Because I used a translator, the expression may not be accurate, but the mod work was fine before the update.
Fantastic! I went looking for a coffee maker mod because I wanted something that made a bit more sense than making it in a keg. This is exactly what I wanted!
Awesome mod! I always thought using the kegs for coffee was somewhat silly...and I use them all the time bc I need my triple shot espresso! XD thank you for the mod!
It is such a surprise to see that you have updated the animations and so many table types in such a short time. To accompany it I have also updated my translations to keep up! Here's the file! Thank you for your hard work!
Stumbled across your mod today and absolutely love it. Made a i18n localization file for simplified chinese (zh.json), originally just for my little playing group but since it is done and not much effort, i will post it here. I m just too lazy to add a proper mod (and no idea how). If you put them in a zh.json file in the next update they will work. Tested locally, works fine for me.
Also would it be possible to add some animations to the working coffee machine? In addition, would it be possible to also make a "Custom Tea Machine", which is the version for making green tea?
Thanks for sharing the translation! A new version with additional translation files has been uploaded!
Regarding the machine's animation... I was also thinking of animating the machine during the creation phase, but when I started to create it, I found it a bit difficult and I am not sure if I will be able to implement it in the future. If you use PFM to run the machine, animation is easy to do, but if you do that, you can't do detailed customization... I will continue to look into ways to add animation when adding how the machine moves in the Content Patcher, but don't hold your breath too much!
As for the tea machine, most of it can be created by copying and pasting the code from this mod, and I will post it when I have created a good texture!
No worries! Thought animation was not hard since I got mods like Copper Still (for example) which adds custom machines, and they can do the simple animations just like vanilla machines (like keg, having bubbles and turning bigger and smaller etc.), but I've no idea they are hard to do. Just thought it'd cool if they have like little vapour coming out when working and the boiling sound etc., hahaha.
Added the mod to our save today and my friends are already loving the custom coffee machine. Solves our keg problem a lot :D
Oh, I can add that!I'm just working on adding more table types right now, so I'd like to add that as well! The difficult animation was to animate the entire machine to make it look like a drip of coffee.
One more thing, I just came across your other mod - The Triple Shot Espresso (Grande) one, and I m already loving it. I ll send a translation file there as well (though not much work really). Just thinking if the function could somehow be also incorporated here? Like make the custom coffee machine able to produce Triple Shot Espresso (Grande) when set on option? Or when coffee beans are put in / coffees are put in? I think it would be very cool!
Well... it is possible to set the Triple Shot Espresso (Grande) to output TSE(G) instead of the normal coffee when installed. However, the code is a bit complicated, so I will think about it while working on it!
24 comments
Can you open "config.json" in this mod's folder with a text editor and paste the text here?I have uploaded a new version that fixes that bug, so please use that!
Thanks for reporting the bug!
We have uploaded a new version that fixes the issue!
updated the translations for simplified chinese (zh.json).
If there is any errors please let me know.
如果有任何翻译错误请联系我。
{
//★★★ModConfig★★★
//●共通設定のセクション
"config.section.CommonSetting.name": "通用设置",
"config.section.CommonSetting.description": "这是一项通用设置。",
"config.EnableThisMod.name": "启用这个模组",
"config.EnableThisMod.description": "禁用/启用模组",
"config.SteamAndBubblesWhileWorking.name": "工作时的蒸汽与气泡特效",
"config.SteamAndBubblesWhileWorking.description": "蒸汽与气泡的音效以及动画将会在工作时播放。",
"config.WobbleWhileWorking.name": "工作时的摇晃特效",
"config.WobbleWhileWorking.description": "启用后,工作中的咖啡机将会不时变大变小(就像原版游戏中机器运行时的特效一样。有助于分辨咖啡机是否正在工作。)。",
"config.UnlockRecipes.name": "解锁合成配方",
"config.UnlockRecipes.description": "默认设置下,自定义咖啡机的合成配方会在耕种技能到达8级后通过收到邮件解锁。如果启用此设置,合成配方将会立刻送达,无视当前的耕种技能等级。如果你是在游戏中(而不是在标题主菜单)改变了这项设置,你需要在关闭设置菜单后等待游戏中的10分钟后再切换地图,才能在邮箱中收到合成配方。",
//●以下、デフォルトマシン(便宜上「A」)のセクション
"config.section.A_Machine.name": "默认自定义咖啡机设置",
"config.section.A_Machine.description": "以下为默认自定义咖啡机的设置。",
"config.HowManyCupsToMake.name": "一次制作几杯咖啡?",
"config.HowManyCupsToMake.description": "设置使用自定义咖啡机一次制作的咖啡数量。 合成自定义咖啡机需要的材料,需要放入的咖啡豆,制作出的咖啡数量,以及工作时间会根据你设定的数量自动进行调整。如果你想完全自定义各种选项,请使用下面的详细设置。",
"config.WhatTypeOfCoffee.name": "哪种咖啡?",
"config.WhatTypeOfCoffee.description": "设置默认自定义咖啡机制作的咖啡种类。如果你安装了三倍浓缩咖啡(大杯)模组,可以选择三倍浓缩咖啡(大杯)。如果没有安装,那么启用后会生产普通的三倍浓缩咖啡。",
"config.WhatTypeOfCoffee.values.Coffee": "咖啡",
"config.WhatTypeOfCoffee.values.TripleShotEspresso": "三倍浓缩咖啡",
"config.WhatTypeOfCoffee.values.TripleShotEspresso(Grande)": "三倍浓缩咖啡(大杯)",
"config.TableType.name": "桌子类型",
"config.TableType.description": "设置放咖啡机的桌子的外观。",
"config.TableType.values.OakEnd": "橡木",
"config.TableType.values.WalnutEnd": "胡桃木",
"config.TableType.values.BirchEnd": "桦木",
"config.TableType.values.MahoganyEnd": "桃花心木",
"config.TableType.values.ModernEnd": "现代",
"config.TableType.values.WinterEnd": "冬季",
"config.TableType.values.GrandmotherEnd": "祖母",
"config.TableType.values.DesertEnd": "沙漠",
"config.TableType.values.JojaEnd": "Joja",
"config.TableType.values.GrayJojaEnd": "灰色Joja",
"config.TableType.values.WizardEnd": "巫师",
"config.TableType.values.JunimoEnd": "祝尼魔",
"config.TableType.values.RetroEnd": "复古",
"config.TableType.values.ZIKAOKI": "无桌子",
"config.RandomTableType.name": "随机桌子外观",
"config.RandomTableType.description": "如果启用此设置,以上设定将会被禁用,桌子的外观将会每天随机变化。",
"config.MachineColor.name": "机器颜色",
"config.MachineColor.description": "设置自定义咖啡机的颜色。",
"config.MachineColor.values.Default": "默认",
"config.MachineColor.values.ChineseRed": "中国红",
"config.MachineColor.values.GoldenYellow": "金黄",
"config.MachineColor.values.GrassGreen": "草绿",
"config.MachineColor.values.Purple": "紫色",
"config.MachineColor.values.Silver": "银色",
"config.MachineColor.values.TurquoiseBlue": "绿松蓝",
"config.RandomMachineColor.name": "随机机器颜色",
"config.RandomMachineColor.description": "如果启用此设置,以上设定将会被禁用,机器的颜色将会每天随机变化。",
"config.EnableCustomizeInDetail.name": "启用详细设置",
"config.EnableCustomizeInDetail.description": "启用默认自定义咖啡机的详细设置。如果启用,根据\"一次制作几杯咖啡?\"进行的自动调整会被禁用,并会使用以下的详细设置。",
"config.RecipeMaterialsVolume.name": "合成材料数量",
"config.RecipeMaterialsVolume.description": "设置合成一台默认自定义咖啡机所需的材料数量。合成所需的材料与合成同等数量的小桶相同。需要输入一个大于等于1的整数。",
"config.InputBeanCount.name": "需要放入的咖啡豆数量",
"config.InputBeanCount.description": "设置使用默认自定义咖啡机时需要一次性加入的咖啡豆数量。需要输入一个大于等于1的整数。",
"config.OutputCoffeeCount.name": "制作出的咖啡数量",
"config.OutputCoffeeCount.description": "设置使用默认自定义咖啡机制作出的咖啡数量。需要输入一个大于等于1的整数。",
"config.WorkingTime.name": "工作时间",
"config.WorkingTime.description": "设置默认自定义咖啡机的工作时间。需要输入一个大于等于10的整数,并且每次至少需要加10。(比如:10是10分钟,120是2小时,1200是20小时。)",
//●以下、追加マシン(便宜上「B」)のセクション
"config.section.B_Machine.name": "额外自定义咖啡机设置",
"config.section.B_Machine.description": "以下为额外自定义咖啡机的设置。",
"config.B_EnableMachine.name": "启用额外自定义咖啡机",
"config.B_EnableMachine.description": "启用额外的自定义咖啡机。这会添加与设置一个额外的自定义咖啡机,从而使你可以同时使用与默认自定义咖啡机的设置不同的额外自定义咖啡机。",
"config.B_HowManyCupsToMake.name": "一次制作几杯咖啡?",
"config.B_HowManyCupsToMake.description": "设置使用额外自定义咖啡机一次制作的咖啡数量。 合成自定义咖啡机需要的材料,需要放入的咖啡豆,制作出的咖啡数量,以及工作时间会根据你设定的数量自动进行调整。如果你想完全自定义各种选项,请使用下面的设置.",
"config.B_WhatTypeOfCoffee.name": "哪种咖啡?",
"config.B_WhatTypeOfCoffee.description": "设置额外自定义咖啡机制作的咖啡种类。如果你安装了三倍浓缩咖啡(大杯)模组,可以选择三倍浓缩咖啡(大杯)。如果没有安装,那么启用后会生产普通的三倍浓缩咖啡。",
"config.B_WhatTypeOfCoffee.values.Coffee": "咖啡",
"config.B_WhatTypeOfCoffee.values.TripleShotEspresso": "三倍浓缩咖啡",
"config.B_WhatTypeOfCoffee.values.TripleShotEspresso(Grande)": "三倍浓缩咖啡(大杯)",
"config.B_TableType.name": "桌子类型",
"config.B_TableType.description": "设置放咖啡机的桌子的外观。",
"config.B_TableType.values.OakEnd": "橡木",
"config.B_TableType.values.WalnutEnd": "胡桃木",
"config.B_TableType.values.BirchEnd": "桦木",
"config.B_TableType.values.MahoganyEnd": "桃花心木",
"config.B_TableType.values.ModernEnd": "现代",
"config.B_TableType.values.WinterEnd": "冬季",
"config.B_TableType.values.GrandmotherEnd": "祖母",
"config.B_TableType.values.DesertEnd": "沙漠",
"config.B_TableType.values.JojaEnd": "Joja",
"config.B_TableType.values.GrayJojaEnd": "灰色Joja",
"config.B_TableType.values.WizardEnd": "巫师",
"config.B_TableType.values.JunimoEnd": "祝尼魔",
"config.B_TableType.values.RetroEnd": "复古",
"config.B_TableType.values.ZIKAOKI": "无桌子",
"config.B_RandomTableType.name": "随机桌子外观",
"config.B_RandomTableType.description": "如果启用此设置,以上设定将会被禁用,桌子的外观将会每天随机变化。",
"config.B_MachineColor.name": "机器颜色",
"config.B_MachineColor.description": "设置自定义咖啡机的颜色。",
"config.B_MachineColor.values.Default": "默认",
"config.B_MachineColor.values.ChineseRed": "中国红",
"config.B_MachineColor.values.GoldenYellow": "金黄",
"config.B_MachineColor.values.GrassGreen": "草绿",
"config.B_MachineColor.values.Purple": "紫色",
"config.B_MachineColor.values.Silver": "银色",
"config.B_MachineColor.values.TurquoiseBlue": "绿松蓝",
"config.B_RandomMachineColor.name": "随机机器颜色",
"config.B_RandomMachineColor.description": "如果启用此设置,以上设定将会被禁用,机器的颜色将会每天随机变化。",
"config.B_EnableCustomizeInDetail.name": "启用详细设置",
"config.B_EnableCustomizeInDetail.description": "启用额外自定义咖啡机的详细设置。如果启用,根据\"一次制作几杯咖啡?\"进行的自动调整会被禁用,并会使用以下的详细设置。",
"config.B_RecipeMaterialsVolume.name": "合成材料数量",
"config.B_RecipeMaterialsVolume.description": "设置合成一台额外自定义咖啡机所需的材料数量。合成所需的材料与合成同等数量的小桶相同。需要输入一个大于等于1的整数。",
"config.B_InputBeanCount.name": "需要放入的咖啡豆数量",
"config.B_InputBeanCount.description": "设置使用额外自定义咖啡机时需要一次性加入的咖啡豆数量。需要输入一个大于等于1的整数。",
"config.B_OutputCoffeeCount.name": "制作出的咖啡数量",
"config.B_OutputCoffeeCount.description": "设置使用额外自定义咖啡机制作出的咖啡数量。需要输入一个大于等于1的整数。",
"config.B_WorkingTime.name": "工作时间",
"config.B_WorkingTime.description": "设置额外自定义咖啡机的工作时间。需要输入一个大于等于10的整数,并且每次至少需要加10。(比如:10是10分钟,120是2小时,1200是20小时。))",
//★★★Name, Description, Text★★★
"CustomizeCoffeeMaker_Name": "自定义咖啡机",
"B_CustomizeCoffeeMaker_Name": "自定义咖啡机 [Add]",
"Description1": "放入",
"Description2": "咖啡豆。",
"Description_Output_Coffee": "杯咖啡产出。需要相对应的工作时间。",
"Description_Output_TripleShotEspresso": "杯三倍浓缩咖啡产出。需要相对应的工作时间。",
"Description_Output_TripleShotEspresso(Grande)": "杯三倍浓缩咖啡(大杯)产出。需要相对应的工作时间。",
"Description_Output_Cus_Coffee": "杯咖啡产出。",
"Description_Output_Cus_TripleShotEspresso": "杯三倍浓缩咖啡产出。",
"Description_Output_Cus_TripleShotEspresso(Grande)": "杯三倍浓缩咖啡(大杯)产出。",
"InvalidCountMessageFront": "需要",
"InvalidCountMessageBack": "咖啡豆",
//★★★Mail★★★
"CustomizeCoffeeMaker.Mail_Title": "自定义咖啡机",
"B_CustomizeCoffeeMaker.Mail_Title": "自定义咖啡机 [Add]",
"CustomizeCoffeeMaker.Mail_Text": "亲爱的@。^^你喜欢喝咖啡吗?^这是我的特别咖啡机的配方。^但也要时不时的来我的店里喝杯咖啡哦!^^-格斯",
}
It is such a surprise to see that you have updated the animations and so many table types in such a short time. To accompany it I have also updated my translations to keep up! Here's the file! Thank you for your hard work!
{
"config.EnableThisMod.name": "启用这个模组",
"config.EnableThisMod.description": "禁用/启用模组",
"config.HowManyCupsToMake.name": "一次制作几杯咖啡?",
"config.HowManyCupsToMake.description": "设置使用自定义咖啡机一次制作的咖啡数量。 合成自定义咖啡机需要的材料,需要放入的咖啡豆,制作出的咖啡数量,以及工作时间会根据你设定的数量自动进行调整。如果你想完全自定义各种选项,请使用下面的设置。",
"config.TableType.name": "桌子类型",
"config.TableType.description": "设置放咖啡机的桌子的外观。",
"config.TableType.values.OakEnd": "橡木",
"config.TableType.values.WalnutEnd": "胡桃木",
"config.TableType.values.BirchEnd": "桦木",
"config.TableType.values.MahoganyEnd": "桃花心木",
"config.TableType.values.ModernEnd": "现代",
"config.TableType.values.WinterEnd": "冬季",
"config.TableType.values.GrandmotherEnd": "祖母",
"config.TableType.values.DesertEnd": "沙漠",
"config.TableType.values.JojaEnd": "Joja",
"config.TableType.values.GrayJojaEnd": "灰色Joja",
"config.TableType.values.WizardEnd": "巫师",
"config.TableType.values.JunimoEnd": "祝尼魔",
"config.TableType.values.RetroEnd": "复古",
"config.TableType.values.ZIKAOKI": "无桌子",
"config.RandomTableType.name": "随机桌子外观",
"config.RandomTableType.description": "如果启用此设置,以上设定将会被禁用,桌子的外观将会每天随机变化。",
"config.SteamAndBubblesWhileWorking.name": "工作时的蒸汽与气泡特效",
"config.SteamAndBubblesWhileWorking.description": "蒸汽与气泡的音效以及动画将会在工作时播放。",
"config.WobbleWhileWorking.name": "工作时的摇晃特效",
"config.WobbleWhileWorking.description": "启用后,工作中的咖啡机将会不时变大变小(就像原版游戏中机器运行时的特效一样。有助于分辨咖啡机是否正在工作。)。",
"config.UnlockRecipes.name": "解锁合成配方",
"config.UnlockRecipes.description": "默认情况下,制作自定义咖啡机的配方会在耕种技能到达8级以后寄来。如果你启用这个选项,无论技能等级是多少,合成配方会立刻寄来。",
"config.section.CustomizeInDetail.name": "详细设置",
"config.section.CustomizeInDetail.description": "在这部分中,你可以详细设置合成所需材料、需要放入的咖啡豆、制作出的咖啡数量、以及工作时间。",
"config.EnableCustomizeInDetail.name": "启用详细设置",
"config.EnableCustomizeInDetail.description": "如果启用,根据\"一次制作几杯咖啡?\"进行的自动调整会被禁用,并会使用以下的详细设置。",
"config.RecipeMaterialsVolume.name": "合成材料数量",
"config.RecipeMaterialsVolume.description": "设置合成一台自定义咖啡机所需的材料数量。合成所需的材料与合成同等数量的小桶相同。需要输入一个大于等于1的整数。",
"config.InputBeanCount.name": "需要放入的咖啡豆数量",
"config.InputBeanCount.description": "设置使用自定义咖啡机时需要一次性加入的咖啡豆数量。需要输入一个大于等于1的整数。",
"config.OutputCoffeeCount.name": "制作出的咖啡数量",
"config.OutputCoffeeCount.description": "设置使用自定义咖啡机制作出的咖啡数量。需要输入一个大于等于1的整数。",
"config.WorkingTime.name": "工作时间",
"config.WorkingTime.description": "设置自定义咖啡机的工作时间。需要输入一个大于等于10的整数,并且每次至少需要加10。(比如:10是10分钟,120是2小时,1200是20小时。)",
"CustomizeCoffeeMaker_Name": "自定义咖啡机",
"Description1": "放入",
"Description2": "咖啡豆。",
"Description3": "杯咖啡产出。需要相对应的工作时间。",
"Description4": "杯咖啡产出。",
"InvalidCountMessageFront": "需要",
"InvalidCountMessageBack": "咖啡豆",
"CustomizeCoffeeMaker.Mail_Title": "自定义咖啡机",
"CustomizeCoffeeMaker.Mail_Text": "亲爱的@。^^你喜欢喝咖啡吗?^这是我的特别咖啡机的配方。^但也要时不时的来我的店里喝杯咖啡哦!^^-格斯",
}
Thanks for adding the translation!
I have included it in the update!
Stumbled across your mod today and absolutely love it. Made a i18n localization file for simplified chinese (zh.json), originally just for my little playing group but since it is done and not much effort, i will post it here. I m just too lazy to add a proper mod (and no idea how). If you put them in a zh.json file in the next update they will work. Tested locally, works fine for me.
{
"config.EnableThisMod.name": "启用这个模组",
"config.EnableThisMod.description": "禁用/启用模组",
"config.HowManyCupsToMake.name": "一次制作几杯咖啡?",
"config.HowManyCupsToMake.description": "设定使用自定义咖啡机一次制作的咖啡数量。 合成自定义咖啡机需要的材料,需要放入的咖啡豆,制作出的咖啡数量,以及工作时间会根据你设定的数量自动进行调整。如果你想完全自定义各种选项,请使用下面的设置。",
"config.UnlockRecipes.name": "解锁合成配方",
"config.UnlockRecipes.description": "默认情况下,制作自定义咖啡机的配方会在耕种技能到达8级以后寄来。如果你启用这个选项,无论技能等级是多少,合成配方会立刻寄来。",
"config.section.CustomizeInDetail.name": "详细设置",
"config.section.CustomizeInDetail.description": "在这部分中,你可以详细设置合成所需材料、需要放入的咖啡豆、制作出的咖啡数量、以及工作时间。",
"config.EnableCustomizeInDetail.name": "启用详细设置",
"config.EnableCustomizeInDetail.description": "如果启用,根据\"一次制作几杯咖啡?\"进行的自动调整会被禁用,并会使用以下的详细设置。",
"config.RecipeMaterialsVolume.name": "合成材料数量",
"config.RecipeMaterialsVolume.description": "设置合成一台自定义咖啡机所需的材料数量。合成所需的材料与合成同等数量的小桶相同。需要输入一个大于等于1的整数。",
"config.InputBeanCount.name": "需要放入的咖啡豆数量",
"config.InputBeanCount.description": "设置使用自定义咖啡机时需要一次性加入的咖啡豆数量。需要输入一个大于等于1的整数。",
"config.OutputCoffeeCount.name": "制作出的咖啡数量",
"config.OutputCoffeeCount.description": "设置使用自定义咖啡机制作出的咖啡数量。需要输入一个大于等于1的整数。",
"config.WorkingTime.name": "工作时间",
"config.WorkingTime.description": "设置自定义咖啡机的工作时间。需要输入一个大于等于10的整数,并且每次至少需要加10。(比如:10是10分钟,120是2小时,1200是20小时。)",
"CustomizeCoffeeMaker_Name": "自定义咖啡机",
"Description1": "放入",
"Description2": "咖啡豆。",
"Description3": "杯咖啡产出。需要相对应的工作时间。",
"Description4": "杯咖啡产出。",
"InvalidCountMessageFront": "需要",
"InvalidCountMessageBack": "咖啡豆",
"CustomizeCoffeeMaker.Mail_Title": "自定义咖啡机",
"CustomizeCoffeeMaker.Mail_Text": "亲爱的@。^^你喜欢喝咖啡吗?^这是我的特别咖啡机的配方。^但也要时不时的来我的店里喝杯咖啡哦!^^-格斯",
}
Also would it be possible to add some animations to the working coffee machine? In addition, would it be possible to also make a "Custom Tea Machine", which is the version for making green tea?
I might be asking too much :P, sorry
Thank you for the mod! enjoying it a lot
A new version with additional translation files has been uploaded!
Regarding the machine's animation...
I was also thinking of animating the machine during the creation phase, but when I started to create it, I found it a bit difficult and I am not sure if I will be able to implement it in the future.
If you use PFM to run the machine, animation is easy to do, but if you do that, you can't do detailed customization...
I will continue to look into ways to add animation when adding how the machine moves in the Content Patcher, but don't hold your breath too much!
As for the tea machine, most of it can be created by copying and pasting the code from this mod, and I will post it when I have created a good texture!
Added the mod to our save today and my friends are already loving the custom coffee machine. Solves our keg problem a lot :D
The difficult animation was to animate the entire machine to make it look like a drip of coffee.
Well... it is possible to set the Triple Shot Espresso (Grande) to output TSE(G) instead of the normal coffee when installed.
However, the code is a bit complicated, so I will think about it while working on it!