About This File
A Brand new Project Zomboid's sex framework written from the ground up.
WARNING: This mod is massively WORK IN PROGRESS, with many features missing and incomplete. There are still a lot of things needing proper documentation. Nothing is permanent, and everything is subject to change (Especially the current animations). Expect many bugs and testing along the way. And if you stumble into any, REPORT THEM!
Depraved Sense was entirely made on B42 with a brand new animation system based on state machines. It has support for every type of character currently in the game (Zombies Included), and a few gameplay features here and there.
Content
As of now, the mod itself doesn't have much to offer aside from its framework base. However, there is still a Self-Pleasure mechanic to show what you can expect in the future.
Right-click your character and select Self-Pleasure if available. Smash the SpaceBar repeatedly to speed up and be able to reduce your boredom and stress from a CLIMAX.
Possible future content (these are not guaranteed to be added.)
- Defeat System
- Fluid Mechanics In Relation to The Characters
- Animated Genitals (Soon...)
- More Animations (Obviously)
- Ideal Multiplayer Support
- And much more...
Install
First of all, this mod requires a one-time ActionGroup patch in order for the animations to work. You can get one here: [ActionGroup Patch] or in the download section. To install it, extract the media folder directly into the game's own folder (where the executable file resides). And make sure there are no nested folders.
/ProjectZomboid/media/media <-- No, no.
You can follow this example to be sure.
This patch is version-independent, so updates from the mod and the game itself won't affect the patch in any way.
---
To install the mod, all you need to do is extract it into Project Zomboid's cache's mods folder (Not to be confused with the game's main folder).
If you're on Windows, you can quickly get into the folder by pressing [WindowsKey + R] and inserting: %userprofile%/Zomboid/mods.
On other OS's like Linux, you should find the folder directly in your root directory ~/Zomboid/mods.
WARNING: Again, avoid nested folders at all costs!
BAD: mods/pz-depravedsense-nsfw-main/pz-depravedsense-nsfw-main
GOOD: mods/pz-depravedsense-nsfw-main
If you did everything right, the mod will appear on your game's mod list upon starting.
Links
We have both a Discord for talking about the mod and often Zomboid, and a GitLab page so other programmers are able to contribute to the project if they wish. Remember that it is HIGHLY recommended for you to create your own mods on top of Depraved Sense, as it offers more flexibility in mod choosability.
If you wish to support the main creator and maintainer of the mod and prove that working on this is worth it, you can donate to their Ko-Fi. But be warned, you don't need to give a dime to use the mod. It will FOREVER remain free and open-source!
Edited by Timerz
Reverted a wrong guide addition.
What's New in Version 0.1.4
Released
Fixed
- Fixed Animation Events not being generated at the AnimSets. Resulting in nothing happening in the scenes.
- Fixed Animations not proceeding to the next phase.
Tech
- Changed how the mod handled loops to a solution that does not need reflection. As in recent versions that tool has been locked in debug mode only.


