Project Zomboid

Project Zomboid

Defecation v3.43 (Build 42+)
Zobrazuje se 11–20 z 56 položek
< 1  2  3  4  5  6 >
Aktualizace: 30. pro. 2024 v 23.56

v3.31

- Fixed 'Open Anti Diarrheal Pill Box' recipe name
- Fixed toilet paper options being clickable while defecating
- More function optimizations

Aktualizace: 29. pro. 2024 v 16.28

v3.3

- Huge optimization pass per the PZwiki 'Mod optimization' guide
- Most functions call around 33% quicker - everything uses less memory overall
- I've never seen performance issues, but everything helps
- When sterilizing clothes, all bags on player will be checked for defecated clothes

Aktualizace: 28. pro. 2024 v 17.14

- Remove .vscode folder

Aktualizace: 28. pro. 2024 v 17.12

v3.21

- Fixed some checks related to sterilizing clothes in a player built rain collector barrel
- Various small fixes/tweaks thanks to VSCode related to me making updates at 2am :)
- Fix modversion in mod.info that I usually forget

Aktualizace: 28. pro. 2024 v 0.12

v3.2

- When defecating on ground, player will now be presented with a list of all available toilet paper in context menu
- Toilet paper will show a tooltip indicating the current required amount and available amount
- When defecating on ground, updated check to walk to adjacent square if available instead of only the clicked square to match context menu
- Removed 'water source' from context menu for sterilizing defecated clothes and rearranged items to match vanilla 'wash' menu

Aktualizace: 27. pro. 2024 v 16.39

- Fix modversion in mod.info

Aktualizace: 27. pro. 2024 v 16.33

v3.11

- Updated toilet paper check to include all containers on player (backpacks/bags/etc)
and pull to main inventory if applicable
- Small optimization pass

Aktualizace: 26. pro. 2024 v 20.46

v3.1

- Added ability to burn feces - this is essentially a copy of the vanilla "burn corpse" system with slight tweaks
- You need a fire starter/lighter/matches and a container with petrol
- Fixed number of feces in player inventory not being passed to multiply sickness
- Fixed stomach growl playing every 10 minutes

Aktualizace: 26. pro. 2024 v 13.16

v3.0

Major changes:
- Reduced sound levels by at least 50%
- Moved "Defecate" and "Sterilize" options to submenu of clicked object (if one exists)
- Updated "Defecate" / "Sterilize" options to walk to selected square/toilet/water source
- Moved "Defecation Status" keybind and "Show Numeric Status" setting to the new "Mods" tab in options
- The other settings are still sandbox settings as these are server-wide
- Removed split screen functionality (sorry to the 1 or 2 of you who were using this)
- Added support for dynamic liquids (for sterilizing defecated clothes)
- Removed some of the toilet paper options due to the new way books/magazines/etc are "marked as read" vs consumed
- "Book", "HottieZ", "ComicBook", "Magazine"
- Added some new toilet paper options
- "Sponge", "Brochure", "Flier", "Paper Napkins", "Paperwork", "Generic Mail", "Letter Handwritten"
- Updated check for "too much feces nearby" to be more dynamic - will include player's inventory, containers, and feces on ground
- Updated "Sterilize" option to allow cleaning liquid - if this is a "mixed liquid", the primary liquid must be bleach or cleaning liquid
- Updated check when defecating self - this used to only apply to the inner most layer - all layers are checked now from inner -> outer. If inner is already defecated, the next most inner layer is defecated
- For example, if you're wearing underwear, pants, and overalls - the underwear will be defecated first, then the pants, then the overalls

Minor changes:
- Fixed errors due to b42
- Fixed error using toilet to defecate
- Fixed one of the stomach "growl" noises never playing
- Removed distance requirement from defecating in toilet option
- Reduced text size of "Defecation Status: ..%" text
- Added underwear to body locations that are checked when defecating self
- Cleaned up / added translation texts
- Changed "flies" sound

Aktualizace: 29. pro. 2021 v 16.04

v2.24

- Renamed 'Window/Window2/WindowMini' lua files to 'DefecationStatusWindow/DefecationStatusWindow2/DefecationStatusWindowMini' to avoid conflicts with other mods that use the common 'Window.lua' name