Project Zomboid

Project Zomboid

Bath Towels Overhaul
正在显示第 11 - 20 项,共 29 项条目
< 1  2  3 >
更新于:3 月 31 日 上午 3:50
作者:Si-Cafe

- Wetness Increases value change has been discontinued.
- Wetness Decreases value changed from 0.001 to 0.002.

If you are still concerned about your character wetness, turn off ”Decreased Wetness Decrease” in the Sandbox options.
This will return the values ​​to vanilla.

更新于:2 月 28 日 下午 4:58
作者:Si-Cafe

Fixed the incorrect order of colors in the array of TowelColors.

更新于:2 月 24 日 上午 11:08
作者:Si-Cafe

Fixed a translation text in UI_JP.

更新于:2 月 24 日 上午 12:51
作者:Si-Cafe

Fixed an issue where the IconsForTexture index for bath towels was messed up due to the addition of new towel colors in the last major update, resulting in icons of a different colored icon assigned than the original color.

Bath towels generated between the last major update and this hotfix may not be the correct color.
If this does not resolve after reloading, we are sorry, but please put them in the trash and delete them.

更新于:2 月 23 日 上午 11:53
作者:Si-Cafe

Updated to FR Translation.

更新于:2 月 23 日 上午 1:29
作者:Si-Cafe

    Bug Fixed
  • Fixed an error that occurred when right-clicking with multiple items selected in the inventory, including towels.
  • Fixed an error that occurred when double-clicking a towel in inventory.
  • Fixed an error when Clean Stains with towel.
  • Fixed an error when performing DrySelf while the player had blood on them.
  • Removed the ”CleanStains” Tags that were duplicated by overwriting the base towel.
    (It seems that some parameter values ​​stack even when the base script is overwritten.)

  • Added an OnGameStart event for reset the name of the bath towel.
    This is to address an issue where the name of the bath towel would sometimes be renamed when loading a saved game.
    We know this is caused by Oncreate, but we don't know for sure why only the name of Bath Towel is recreate on load.

    Compatibility
  • "Tidy Up Meister" provided mod support. - I'm very grateful to PePePePePeil!!
  • Improved towel item tooltip with Starlit lib.
    (Removed unnecessary "Insulation" elements. Moved item description to the bottom.)
    Note: The issue with the towel tooltip box extending too far to the right can be fixed by disabling "Show Mod Info" in the User Interface (UI) tab of vanilla options.

    Other
  • Added [B42] tags to the mod name.

更新于:2 月 23 日 上午 1:27
作者:Si-Cafe

更新于:2 月 21 日 下午 3:43
作者:Si-Cafe

    New Features
  • WipeMySelf Mode
    - In this mode, even if the body is not wet, if there is dirt or blood on it, "Dry Self" will be available.
    *When "Dry Self" with this mode, wetness, dirt, and bloodstains will be wiped off as much as possible from the body. (Normally, only up to 20% of the dirt on the body can be wiped off at once.)
    *If the "Dry Self Context Tooltip" is displayed, the player's dirt and blood status will also be displayed.
    *In vanilla, dirt and bloodstains on the body do not have much of a negative effect, but other mods may cause dirt and blood to cause health problems or attract zombies, so this is useful in such cases. However, you will need to wash your towel more frequently.
    (Requires WipeBloodAndDirt to be enabled in sandbox options.)

  • Added craft recipe ”Knit Bath Towel”. - The color depending on the color of the yarn used. The absorbency depending on the tailoring skill. (Base value is 20)

  • Added a new towel color "Lime". Because accommodate RGB(0,1,0).

  • If you use a towel to "Clean Stains" with wall and floor, or "Clean" at hutch(chickens house), the towels now get stains.
    Note: Since you cannot choose the item to use for these actions, it is a good idea to keep your favorite towels in your bag.

    New Options
  • Added in sandbox option, "AvailableEvenIfTooDirt" to allow towels to be used even if they are too dirty. Default is False.

  • Added in sandbox option, "MoreRandomAbsorbency" to further randomize the absorbency of bath towels (only works if bath towel quality is enabled). Default = True

  • Added in mod option, ”WipeMySelf Mode”.

    Fixes and Optimizations
  • Fixed a code mistake in BTO_WipeMySlef
  • Fixed translation key mistake in UI.
  • Fixed a my mistake in the Recipes_FR.
  • Fixed an issue where bath towels could be renamed when reloading a save.
  • Fixed DrySelf context tooltip showing incorrect text when value is text display.
  • DrySelf context tooltip values ​​are now right-justified.
  • Fixed shown DrySelf context menu as many towels as there were when right-clicking on stacked towels in the inventory.
  • In the DrySelf context tooltip, swapped the positions of towels state and player's wetness so that towel states is at the above.
  • Overall code optimizations.
  • Migrated some of the recipe code from the wearable addon into this base mod.
  • Rewrote the utility and onCreate code
  • Changed the name of ClothingItem
  • Changed all crafting recipe names - now include spaces between words.

更新于:2 月 16 日 下午 2:50
作者:Si-Cafe

- Fixed minor local reference differences.
- Fixed translation key name typos.
- Removed unnecessary .bak file.

更新于:2 月 16 日 上午 8:36
作者:Si-Cafe

++General Balance Adjustment And Fixed++

- Normal bath towels absorbency changed from 50 to a random value between 50-65.
- Rough bath towels absorbency changed from 20 to a random value between 25-40.
- Luxury bath towels absorbency changed from 80 to a random value between 80-100.
(These are only valid for towels that are new spawned.)
- Dish cloths absorbency changed from 15 to 10.

- Added "Towels May Deteriorate" option. Towels will deteriorate with use. However this chance is very low.
This can be disabled in the sandbox options.

- DrySelf changed to wipe as much wetness as possible in one action.

- Fixed an issue that incorrect calculated when it came to blood and dirt being adhered to the body from towels if use dirty towel.

- The maximum amount of blood or dirt that be adhered from the body to the towel or from the towel to the body at one time has been changed to 20%.

- Reduced the unhappiness reduction when using a clean towel from -3 to -2.

- Added a new icon for DrySlef context menu.

- Added an option to display towel water absorbency values ​​in the inventory item tooltip.
To enable this feature required Starlit Mod. (I made it optional, not a dependency.)

- DrySelf context menu tooltip default now "undisplay".

- Mod options have been redesigned.