Hopefully I fixed few bugs here and there. I'll try to be active because I can only game freely on mobile (my PC is kinda slow and my desk is uncomfortable, lol).
If you wanted to Translate the mod, just sent me your i18n file, I'll update it and will credit your contributions.
Is there a recipe for ionized water somewhere I'm missing? Because there's a slot for it in the cooking tab and its bugging me that I can't figure out how to fill it.
Dunno if you are still seeking an answer to this but the file for ionized water lacks a recipe, I managed to add it according to the file; lemme know if you want the lines of code to fix it
I have converted the machine to PFM with help from someone but haven't been able to post it because I've been busy IRL. The other reasons are I need to rebalance the machines (and the main mod) and have planned to add new machines so I've postponed it.
Hey bikinavisho and Warilized, it seems like the mod currently conflicts with Advanced Farming because both implement a Water Pump. Is there any chance that compatibility could be added for this?
As for Advanced Farming compatibility, simply open the "[PFM] Drink More Water - Get Water" folder, then open "ProducerRules.json" and change "Water Pump" to "Drinking Water Pump", then open "ProducersConfig.json" and do the same.
Hello There great mod...Can i ask if you can have a version wherein the add-0n is not giftable to npc`s?.... I managed to get more hearts before year 2 because I'm spamming this as gift to NPC's
The instructions were pretty confusing but all you have to do is download the PFM version from the sticky post (up above) that bikinavisho kindly converted for us to use. If you wish to use version B with it, just overwrite the [JA] folder in there with the version B [JA] folder
I tried replacing it and keeping the JA vers, when i replace the ja vers I still dont see any recipe from robins for any kettle. and when I keep them both the mod just isnt like read because none of the items are added
What about adding a bucket to collect water in which you craft into Raw Water (I would have called it Water or Dirty Water personally, and presumably you'd get a empty bucket back if able) in which you could cook or kettle it into Water (Purified Water) and the Rainwater Tank produces Water (Purified Water).
Unfortunately, I can't do that because I don't know C# language. Adding that feature would mean turning this into a smapi mod. If there's workaround, i'll consider adding it.
I assume the same about getting water from the Watering Can? Because my instinct would be to have a buyable container (e.g. Waterskin or Water Bottle) with two states (empty/full) that can be refilled from the Watering Can or from any freshwater source.
I mean, could add in getting sick from bad water and such, but c'mon, this is a relaxing game, I want to immerse myself in drinking as well as eating, not in playing Dysentery Roulette.
Though I suppose that could be a config option: Is water dangerous? If Yes, then there's a step between getting water and drinking water, and if you skip that step and drink the (potentially polluted) water then you have an X% chance of getting sick (stamina/energy drain? health drain? wake up tired?). But there could also be a Filtered Water Bottle that avoids this step and always gives you fresh water; it could sell for more money. Config could allow which bottle is sold and for how much; having just the Filtered Water Bottle for sale means no chance of getting sick from water.
P.S. If you don't know C#, what are you coding this mod in? I've just gotten into modding (as a user, not a mod creator) and I'm trying to figure out the details as I go.
If you don't know C#, what are you coding this mod in? I've just gotten into modding (as a user, not a mod creator) and I'm trying to figure out the details as I go.
This mod doesn't utilize more technical programming language. It is a content pack and mainly written with JSON formatting. For sickness chance, the main framework that is Json Asset doesn't support that at this moment, mainly because buff is hard coded.
If someone wanted to write a companion mod (bucket to get water) you are welcome to.
For some reason, I just feel that it rainwater tank should produce more water as it is dependent to rain (making it more rewarding) and water pump should have less as you can put it anytime. Anyway, drink more water.
68 comments
Major rewrite from Json Asset to Content Patcher.
Hopefully I fixed few bugs here and there. I'll try to be active because I can only game freely on mobile (my PC is kinda slow and my desk is uncomfortable, lol).
If you wanted to Translate the mod, just sent me your i18n file, I'll update it and will credit your contributions.
{
//本地化 "Drink More Water 多喝水" 版本 2.0.0
"DMW.rawWater.name": "自来水",
"DMW.rawWater.description": "一杯自来水.先把它煮开,否则你可能会肚子痛.",
"DMW.water.name": "白开水",
"DMW.water.description": "干净的水,用于重新补充水分.",
"DMW.bottledWater.name": "瓶装水",
"DMW.bottledWater.description": "瓶装水.由富含矿物质的泉水制成.可能是的.",
"DMW.ionizedWater.name": "离子水",
"DMW.ionizedWater.description": "纯天然离子水.采用最新电解技术制造.喝了它会让你更健康,包装上是这么写的.",
"DMW.purifiedWater.name": "纯净水",
"DMW.purifiedWater.description": "采用最新过滤技术制成的纯净水,可去除粘液中的任何杂质.",
"DMW.jojaWater.name": "Joja纯净水", //资本主义水
"DMW.jojaWater.description": "由一些液体制成.闻起来怪怪的,但能解渴.",
}
Hello author, I made a Chinese translation"zh.json", code as above.
Hope you can add the file to the package in the next release.
Edit: Done. It's been added on version 2.0.1
The machine is WIP now, just trying to CP it out.
I have converted the machine to PFM with help from someone but haven't been able to post it because I've been busy IRL.
The other reasons are I need to rebalance the machines (and the main mod) and have planned to add new machines so I've postponed it.
I'll see what I can do for the next update if I'm not busy.
Adding that feature would mean turning this into a smapi mod. If there's workaround, i'll consider adding it.
I mean, could add in getting sick from bad water and such, but c'mon, this is a relaxing game, I want to immerse myself in drinking as well as eating, not in playing Dysentery Roulette.
Though I suppose that could be a config option: Is water dangerous? If Yes, then there's a step between getting water and drinking water, and if you skip that step and drink the (potentially polluted) water then you have an X% chance of getting sick (stamina/energy drain? health drain? wake up tired?). But there could also be a Filtered Water Bottle that avoids this step and always gives you fresh water; it could sell for more money. Config could allow which bottle is sold and for how much; having just the Filtered Water Bottle for sale means no chance of getting sick from water.
P.S. If you don't know C#, what are you coding this mod in? I've just gotten into modding (as a user, not a mod creator) and I'm trying to figure out the details as I go.
This mod doesn't utilize more technical programming language. It is a content pack and mainly written with JSON formatting.
For sickness chance, the main framework that is Json Asset doesn't support that at this moment, mainly because buff is hard coded.
If someone wanted to write a companion mod (bucket to get water) you are welcome to.