Project Zomboid

Project Zomboid

Washing Menus Improved
12개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 8월 5일 @ 오전 10시 15분

Version 3.0 - Build 42.11.0 compatibility patch
- Restored full functionality after Build 42.11.0 update broke the original mod due to context menu changes.
- New parallel context menu system added. Washing options now appear at the bottom of the right-click menu, instead of being integrated into the vanilla "Wash" option.
- All previous features remain available:
- Detailed, dynamic tooltips with blood/dirt/soap/water info.
- Smart categorization of washables (equipped/unequipped/weapons/backpacks).
- Clean Rag submenu (rags, bandages, strips).
- Accurate handling of equipped bags and temporary item transfer.
Known limitation: Washing options no longer appear inside the native "Wash" submenu, as those are now Java-controlled.

업데이트: 2025년 8월 5일 @ 오전 4시 15분

Temporal version to avoid errors. This mod is currently non-functional due to changes introduced in Project Zomboid Build 42.11.0.
As of this version, context menus (right-click) are now handled via Java code, and can no longer be modified via Lua.
I'm working on a solution to restore functionality as soon as possible.

업데이트: 2025년 7월 9일 @ 오전 9시 24분

ISWorldObjectContextMenu.useJavaFetchLogic = false. Using the lua function so that the mod works to make chum from sand on the ground.

INFO:
lua funtion returns 2 variables-> groundType,object = ISShovelGroundCursor.GetDirtGravelSand(square)
but
java function returns a table -> private static KahluaTable getDirtGravelSand(IsoGridSquare square) ... ("dirt", object)

업데이트: 2025년 7월 7일 @ 오전 7시 36분

Hot Fix

업데이트: 2025년 7월 7일 @ 오전 4시 08분

Sandbox option "Allow Tainted Water to Clean Rags" (AllowTaintedWater) default value changed to true, according to vanilla features in build 42.
Updated images.

업데이트: 2025년 7월 6일 @ 오후 4시 46분

Added equipped bags support.
Added translation to CA (Catalan), CS (Czech), DA (Danish), DE (German), EN (English), ES (Spanish), FI (Finnish), FR (French), HU (Hungarian), IT (Italian), NL (Dutch), NO (Norwegian), PL (Polish), PT (Portuguese (Portugal)), PTBR (Portuguese (Brazil)), RO (Romanian), RU (Russian), TR (Turkish), UA (Ukrainian)

업데이트: 2025년 6월 12일 @ 오전 3시 31분

French translation by EvilBunnyMan.

업데이트: 2025년 6월 11일 @ 오전 3시 52분

Update to Project Zomboid version 42.9.0.
ISWorldObjectContextMenu.useJavaCreateMenuLogic = false; -- Using the lua function, instead of the java function, so that the mod works after PZ version 42.9.0.
Please, TIS, let us modify the game. More ideas lead to more improvements.

업데이트: 2025년 5월 21일 @ 오전 8시 23분

Uppercase adaptation and other minor changes

업데이트: 2025년 5월 9일 @ 오전 6시 46분

Added mod sandbox option to clean bandages, rags and strips with tainted water. Default = false.