Beeing Female NG¶
A Skyrim SE/AE/VR mod that simulates a female reproductive cycle: menstruation, fertility, conception, pregnancy, birth, and interactive children — for the player and for NPCs. It is a hybrid SKSE C++ plugin plus Papyrus script system built on CommonLibSSE-NG.
Adult mod — reference documentation
Beeing Female NG is a mature (18+) Skyrim mod that simulates a female reproductive cycle. These pages are reference documentation: they describe the mod's gameplay systems, MCM options, and mod compatibility so players can configure it and authors can integrate with it. They contain no pornographic media and exist to document software behaviour. Install and use the mod only where appropriate for your age and local laws.
These docs are split into two tracks. Pick the one that fits you:
For Players¶
Install it, play it, configure it. Start here if you just want to use the mod.
- Getting Started — requirements, installation, and "it doesn't show up in the MCM" fixes
- Troubleshooting & Logs — log locations and how to enable Papyrus logging
- Cycle, Sex & Conception — the menstrual cycle, insemination, contraception, conception, and Fertility Tonics
- Pregnancy & Birth — trimesters, baby health, miscarriage, and labor
- Children — growth, growing into adults, baby items, and commands
- HUD Widgets — the on-screen widgets and how to reposition them
- Tattoos (SlaveTats) — baby tracker, semen circle, and womb-state overlays
- NPC Pregnancy & Couples — background NPC cycles and auto-insemination
- Couples Import — the JSON couple-file format and the MCM import button
- Mod Integrations & Patches — SexLab, OStim, Bathing, and the optional FOMOD patches
- MCM Reference — every MCM page at a glance
For Mod Authors¶
Extend or integrate with Beeing Female without touching its core scripts.
- Overview — the four
.esm/.espfiles, what's inside them, and where everything lives in the source tree - Add-on Framework — INI-driven race/actor/cme/misc/global add-ons, including the grow-up adult pack
- Papyrus ModEvents API — the events BF listens for and emits
- StorageUtil & State Data — reading cycle/sperm/pregnancy state from
FW.*keys - Pregnancy Ranks (Factions) — driving animations from the
ParentFactionrank - Item Slots & Conflicts — diagnosing and repatching hygiene-item slot clashes (SOS, bikini armor, DD…) in xEdit/NifSkope
- Building from Source — xmake, the Papyrus compiler, and repo layout
The changelog lives on the GitHub releases page.