Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"Changed
- Prevented file conflicts by renaming folder paths."
"mod_constants.lua" line 5, needs to be changed from
local logger = require("AoqiaZomboidUtils/logger")
to
local logger = require("AoqiaZomboidUtilsShared/logger")
"context_menu.lua" line 25, needs to be changed from
local constants = require("AoqiaZomboidUtils/constants")
to
local constants = require("AoqiaZomboidUtilsShared/constants")
logger.lua wasn't being loaded properly due to these lines. I've just tested with these changes applied and I'm now able to brush my teeth and keep my survivor happy with pearly whites!
Limited uses for toothpaste was on my todo list since 1.0.0 but I've never gotten around to it due to the nature of changing the Toothpaste item from a normal item to one which has uses as it is not as simple as changing a line of code.
I have also noted the returning of the toothbrush to the container which it was grabbed from, that will be in the next update.
There should actually be both a positive and negative moodle already, I will have to fix that.
Wear and tear on toothbrushes
Limited uses for toothpaste
Returning the objects to wearable containers (it retrieves, but doesn't return)
Brushing, and water audio.
A negative Moodle, for when I haven't brushed that day.
By the way, can you please tell me if you have any mods installed while playing with mine? You should in theory be able to brush your teeth with *any* water source that isn't specifically a washing machine, dryer or washer/dryer combo. I cannot replicate this on my end and am able to brush teeth with any source that isn't the specifically excluded ones. People keep bringing this bug up but due to the fact that I cannot replicate it, I do not know how to fix it.
I do recursively find and transfer the toothbrush and toothpaste from backpacks and the like as of now, though I forgot to put them back so I am glad you bring it up as I will fix that.
I am currently in university doing a bachelors full time, so I don't have all the time in the world. The project will *always* be on GitHub and open-source so you can always check it out and modify it!
I will be performing bug fixes where needed as of current. Compatibility comes second but I can still try and add support if any incompatible mods have been found.
Taking that into account, I will be adding compatibility whenever it is needed.
you should brush from a water bottle?
And thanks aoqia for this mod.
https://imgur.com/a/Pc1fwhR
1. [LitteringB41] Base.Toothpaste: Tooltip, Can be used with a toothbrush to brush your teeth.
[LitteringB41] Base.Toothbrush: Tooltip, Can be used to brush your teeth.
2. [BetterSortCC] Base.Toothpaste: Tooltip, Can be used with a toothbrush to brush your teeth.
[BetterSortCC] Base.Toothbrush: Tooltip, Can be used to brush your teeth.
3. [SimpleOverhaulBladesAndSpears] Base.Toothpaste: Tooltip, Can be used with a toothbrush to brush your teeth.
[SimpleOverhaulBladesAndSpears] Base.Toothbrush: Tooltip, Can be used to brush your teeth.
also both tooth brush and paste are in the "first aid" category. wondering if any of those might be causing the issue