Project Zomboid

Project Zomboid

Bath Towels Overhaul
Showing 21-25 of 25 entries
< 1  2  >
Update: 4 Feb @ 8:24am

Fixed the code for the wearable addon.

Update: 3 Feb @ 5:27am

Added French translation. Thank you Bobitec.

An add-on mod has been released that makes bath towels wearable.

Added mod options to enable or disable tooltips in the DrySelf context menu, and to choose whether towel ratings are text or numeric.

Update: 31 Jan @ 10:20pm

Adjusted the offset of the towels during action animation.
This makes the towel angle more natural when drying face.

Technically, adjustment to the statics hand model attachment.

Update: 31 Jan @ 10:45am

*BathTowel
- Fixed an issue where icons and world model colors did not match.
- Changed the color of the bath towel to a more defined color instead of random, and now uses a colored texture to match it. This also makes the hand model colored.


*Defines
- Changed sandbox options WetnessIncrease & WetnessDecrease from Enum to Boolean.
- Relaxed the increase value of WetnessIncrease from 0.05 to 0.03.
- Relaxed the decrease value of WetnessDecrease from 0.0015 to 0.005.

*BTO_WipeMySelf (TimedAction)
- Fixed a calculation miss regarding towel absorbency.
- Fixed an issue where ActoinAnim might not action properly.
- Commented out all DebugLog lines.

*ContextMenu
- Added display of towel color in Dry Self context tooltips.

Update: 28 Jan @ 1:16am