Project Zomboid

Project Zomboid

328 ratings
Red Days
18
11
6
2
4
4
2
2
3
3
3
3
3
2
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.688 MB
4 Jul @ 2:53am
27 Sep @ 3:01am
9 Change Notes ( view )

Subscribe to download
Red Days

Description
Red Days
Players will now have a menstrual cycle and need to find and stockpile feminine care products

Current Features:

The basic menstrual cycle including the following phases:
- Menstrual
- Follicular
- Ovulation
- Luteal
Character generates discharge outside of the menstrual cycle.

Debuff effects during the Menstrual Phase:
- Reduced Endurance
- Increased Fatigue
- Groin bleeding and muscle strain (to simulate cramps)
- Lower torso muscle strain (to simulate cramps and increase pain level so the moodle shows up)
- Increased discomfort levels
- Painkillers negates debuffs (6 ingame hours default)

Feminine Hygiene products:
- Boxes of Sanitary Pads
- Boxes of Tampons
- Boxes of Panty Liners
- Bandages will work as a quick stop gap if regular feminine hygiene products are not available.

Sandbox Customization options:
- Hygiene product spawn rates
- Option to enable MS for male characters (For FTM roleplay)
- painkiller effect time
- Upperbound and Lowerbound durations for cycle phases

Custom 3D models for Hygiene Products
- Special thanks to "sudodski" who stepped up and created the 3D models for this mod. Thank you very much! We appreciate you :)

- Craftable cycle tracker calendar:
- If tracker book is in equipped bag or inventory and page 14 ID matches character ID
- Everytime player unequips or replaces a sanitary item, it as assumed the player
inspected the item and results are automatically logged in the book.
- If data isn't being written, delete all contents on page 14 or craft a new book.
- IDK how to make a custom UI and I have 0 artistic talent so a text based calendar is the best I've got.
- The inspirational quote changes everytime you unequip/replace a sanitary pad item.
Let me know if there are any you'd like to add. Just make sure the quote and the author credit would fit in the
character limits. Refer to existing quotes as a guideline.
- Writing tools aren't needed for now, but will be made necessary later.
- If you are on a new character and delayed phase is enabled, no data will be recorded until your first period occurs.
After that however, everything should work normally.


Planned features:

Feminine Hygiene products:
- Craftable re-usable cloth pads
- Menstrual cups

Pre-Menstrual Symptoms
- PMS symptoms leading up to the menstrual phase

Not wearing hyginene items increases "dirtiness/bloodiness" for certain clothing locations
- Potential for interaction with other mods that have dirt/blood attracts zombies

Traits:
- Hygiene product consumption and stat decrement rates vary by cycle trait:
- Light, Normal, Heavy Cycle Traits
- Right now player starts on red day, but eventually a different start date could be a trait
- Endometriosis by popular request
- Health affects menstrual cycle
- Severe underweight/malnutrition can stop the cycle
- Severe stress can alter the cycle

Debuffs for insufficient hygienic care:
- TSS or other sickness and debuffs

Fixed Reported Bugs and minor feature change notes:
- Incompatibility issue - mod conflicts with: 'organizedCategories: Core' - FIXED
- Fixed 2025-7-11: User reporting incompatibility issue
The mod seems to just rename the category from Feminine Hygiene -> Clothing - Protective. Which I assume is correct behavior.
- Fixed 2025-7-26: While the above is correct behavior for the organizer mod, by changing the category, red days no longer reconizes a feminine hygiene items because it relies on searching equipped items by category. I've updated the way this is handled so this shouldn't affect category organiziers in the future.

- Equipping a sanitary item causes the character avatar to fail to render in the character info menu.
- Fixed 2025-7-11: Updated clothingItems xml files to render an invisible model to address some warnings and null exceptions

- Random cycle start dates for new characters
- 2025-26-07 Added feature to start on random dates and added respective sandbox options

- 2025-26-07 Items will now spawn on zombies
- 2025-8-1: NOTE: Future updates will be in mod update notes instead of description.

FAQ:
- Groin bleeding time is set to 0 and should not kill you. However upon some testing, if bleeding and if you speed up time, it might decrement some HP so be careful if low HP.

- Only female characters will experience the menstrual cycle by default, but you can enable for all genders in sandbox options

- This should be safe to add mid save, however feminine hygiene items won't spawn in places you've already looted, but can spawn on corpses.

- The follicular, ovulation and luteal phase doesn't have any other effect besides generating discharge, which is completely a visual thing with no status effects that requires a 1-2 times a day change of panty liners.

___________________________________________________

NOTICE 2025-07-07: Regarding Controversy in the Comments

I am completely OK with criticism of the mod, it helps me figure out what to do better. I understand the subject matter is a little uncomfortable for some people to engage with and I'm OK with a little gamer talk in that regard. I created this mod with respectful intent and to be as accurate as I can and with what I know and within the limitations of the game.

Nearly 50% of our population have no choice but to deal with this completely natural biological cycle and it shouldn't be a weird taboo subject. Women do exist, and they do not have cooties, grow up please.

What I'm NOT OK with is sexism and or misogyny. I will keep all comments critical of me and the mod, but going forward, I'll be deleting comments I deem to be sexist, misogynist or otherwise excessively immature.

Workshop ID: 3516166810
Mod ID: 3516166810
Popular Discussions View All (3)
4
5 Sep @ 3:07am
Feature Requests
Levantine
4
27 Sep @ 3:39am
Bug Reports
Levantine
0
1 Aug @ 5:47pm
Add your favorite inspirational quotes!
Levantine
236 Comments
Yagoda 8 hours ago 
Wow...
Harleymart 7 Oct @ 10:56am 
tags: Silly/Fun!!
Harleymart 7 Oct @ 10:55am 
now add a masturbation system
LowTab hero 3 Oct @ 4:39am 
insane
B1ackCat 27 Sep @ 3:08am 
thank you for update!
Levantine  [author] 27 Sep @ 3:07am 
To all, I've fixed the v42.12 compatibility issues, did some basic tests, seems fine, let me know if there are any other issues.

Also included with the update are randomized debuff severity with sandbox options if you want to adjust it. Each period will be unique, sometimes you'll get severe cramps and become fatigued faster and have trouble sleeping. Other times it'll pass without an issue and everything in between.

Next thing I plan to work on are Moodles and PMS symptoms.
Levantine  [author] 27 Sep @ 3:03am 
@"Last Chapter" This ended up being the fix: https://github.com/Levantine-1/reddays/commit/470dc4a9dee6d2902d7f5984e257c5a9c9dd5416

From:

local group = BodyLocations.getGroup("Human")
group:getOrCreateLocation("HygieneItem")

To:

local group = BodyLocations.getGroup("Human")
local bodyLocation = BodyLocation.new(group, "HygieneItem")
group:getAllLocations():add(bodyLocation)
Last Chapter 26 Sep @ 11:41pm 
this seems to fix

local RandomClothingLocations = {
"HygieneItem",
}

local group = BodyLocations.getGroup("Human")
for _, location in ipairs(RandomClothingLocations) do
local bodyLocation = BodyLocation.new(group, location)
group:getAllLocations():add(bodyLocation)
end
glasis 26 Sep @ 7:42pm 
good job:steamthumbsup:
Lord Hobotok 26 Sep @ 2:18pm 
Waiting for an mod update) Take your time, make everything beautiful)