Project Zomboid

Project Zomboid

184 arvostelua
Custom Wash Speed
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
36.735 KB
23.7.2022 klo 23.28
7.2.2023 klo 16.23
5 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Custom Wash Speed

Kuvaus
Stay always clean without hassle!
Allows you to adjust the washing speed to your preference!

The mod works stably on the latest version of the game, and supports multiplayer

List of options:
Number
Name
Description
1
Custom Wash Speed [x2]
Washes faster, does not break the balance, is well suited for a singleplayer
2
Custom Wash Speed [x3]
An extremely necessary option for multiplayer

Answers to frequently asked questions:
Question: Is the mod still working?
Answer: Yes.

Question: Do I need to start a new game to install/uninstall this mod?
Answer: No.

Question: Does the mod support multiplayer?
Answer: Yes.

Question: Does the mod change the amount of water consumed?
Answer: No.

Question: Does the mod allow washing cars faster, and if not, will such a feature be added in the future?
Answer: No.

Compability:
The mod is not compatible with those mods that affect the same changes that you have changed with this mod



Guys, if you like my work, you can click the "Reward" or "Like" button. It really motivates me!

[discord.com]

You can also support our "young" community by joining it. Catch ya' <3

Workshop ID: 2839614722
Mod ID: washspeedx2
Mod ID: washspeedx3
22 kommenttia
Kiriel 17.2. klo 17.31 
Upgrade this mod for Build 42 pls :c
HagravenGaming 16.11.2024 klo 11.29 
Does this affect the speed of washing machines or just the handwash function?
𝚖𝚊𝚌𝚎𝚕𝚎𝚎𝚝  [tekijä] 23.12.2023 klo 3.41 
I'm gonna be honest with you. I don't remember how it's done right now. So I'm just gonna let whatever's working stay working. When I have extra time to do what you're asking, I'll try to make it happen.

Much worse I am pissed off developers with their mini-updates because of which modmakers mods crash. And we have to look for a needle in a haystack. Let it stay that way for now.
HawK 8.4.2023 klo 4.57 
I read that it doesn't change the amount of water consumed, but... could you make an optional and compatible variant so that it consumes less water? Since your mod is not compatible with the Better Handwash that I am using and I would love to have both in some form. Thanks in advance and greetings.
𝚖𝚊𝚌𝚎𝚕𝚎𝚎𝚝  [tekijä] 7.2.2023 klo 19.50 
Fixed :)
CarlosRojasCu 15.12.2022 klo 5.43 
For some reason it won't let me wash the cars, I remove the .lua related to the one from the car and it works fine.
A suggestion, washing the cars does not take much time, since croe is something a bit unnecessary. The other lua work correctly. Thank you
𝚖𝚊𝚌𝚎𝚕𝚎𝚎𝚝  [tekijä] 9.12.2022 klo 21.30 
In fact, a bug was fixed that was noticed by the subscriber below. Now the mod works correctly and in fact should not conflict with other mods.

You don't need to change anything. But if it seems to you that the wash is too fast, then you can switch to x2 at any time. It is safe. Just do not forget to remove x3 from the list of active mods in this case.
Grenden 9.12.2022 klo 21.23 
After today's update, washing is taking much faster on my server. Does this update reset the configs? Do wr need to update something on our server?
𝚖𝚊𝚌𝚎𝚕𝚎𝚎𝚝  [tekijä] 20.9.2022 klo 9.42 
Thank you for advice 👍
UdderlyEvelyn 20.9.2022 klo 7.38 
You override entire files in the mod instead of just functions that are changed - this is bad practice because if another mod modifies that in some way your mod will erase those changes unless it occurs earlier in the load order, and if the game updates the file it will override the devs' changes and require an update on your part even if the modified function had not changed. Would recommend that you name the file something different (ex. ISWashVehicle_Patch.lua) and then only override the changed function(s). That said, the only change in ISWashVehicle is the time, so that's unlikely to be the culprit. I can't see any reason why this would break washing vehicles..