seriosam12 Posted March 26, 2025 Posted March 26, 2025 View File Cataclysm BN Hentai mod (not CDDA) Old but not forgotten, finally updated and functional. Adds sex with many monsters/NPCs, pregnancy and stat/trait inheretance, succubi enemies, maledom/femdom, taming them as pets. In order to work you must use a special version of game files that has the hooks needed. Why special? Because both CDDA and CBN hate modders. But its ok since the repo is fully updated anyways. https://github.com/titusvalid/Cataclysm-BN If you like the mod leave the star on both mine and the guys hooks repos. Submitter seriosam12 Submitted 03/26/2025 Category Misc 1
Zdun Posted April 23, 2025 Posted April 23, 2025 I tried to install but failed. There are many moving parts . Like in readme they suggest using installer that does not support version that is required for this mod. I think a little more documentation would be beneficial.
Sueisabela Posted April 24, 2025 Posted April 24, 2025 17 hours ago, Zdun said: I tried to install but failed. There are many moving parts . Like in readme they suggest using installer that does not support version that is required for this mod. I think a little more documentation would be beneficial. I got it working. The thing with catapult is that the official release doesn't have it with 0.7, but the code in the script did. What I did is mostly because I noticed from the catapult git repo was download godot 3.6, rebuilt the exe and have the 0.7 install. Why it hasn't made into the official release of catapult yet, idk. But that's the way I did.
Skömer Posted April 24, 2025 Posted April 24, 2025 21 hours ago, Zdun said: I tried to install but failed. There are many moving parts . Like in readme they suggest using installer that does not support version that is required for this mod. I think a little more documentation would be beneficial. Use the latest unstable build, it works
Zdun Posted April 25, 2025 Posted April 25, 2025 This one 1. Release Experimental 1a84df4 · cataclysmbnteam/Cataclysm-BN released 5 days ago? than overwrite it with this one 2. titusvalid/Cataclysm-BN: Download the release and drop with overwrite into your game folder. You can put these hooks into your repo but you need to include src/lua folder with Visual Studio C/C++ setting for it to work if you want to build yourself. and on top 3. Put mod in the data/mods folder?
DekVR Posted April 26, 2025 Posted April 26, 2025 1. I never managed to use the original mod, could we get a little documentation of what does it have and its functions? 2. Is there a possibility of a CDDA fork of this mod? Most (not all) of the changes made in CDDA I find fun, especially pockets. I personally consider BN as strictly inferior/outdated version.
ovumas Posted June 14, 2025 Posted June 14, 2025 I downloaded the latest experimental version with catapult Replaced the game0's content with the hook and added the mod to the mods folder as hentai and the game is telling me it failed to read from modinfo.json Did i miss something or does this mod just not work anymore?
Melancholy_and_Death Posted June 16, 2025 Posted June 16, 2025 Yoo, finally the second sex mod for that game. Well if you remove something like you need kill cultists uhh satan etc and make it just like this. Perfecto cooking
Melancholy_and_Death Posted June 16, 2025 Posted June 16, 2025 (edited) i fuckin tried to necromance this mod but did not succeed 👏 Edited June 16, 2025 by Melancholy_and_Death
Paradox0slash0 Posted July 9, 2025 Posted July 9, 2025 I'd tried downloading the latest nightly, and copied over the version with hooks, but still get dofile errors.
XXLBR Posted July 17, 2025 Posted July 17, 2025 Hey king, how do I deal w/ it having a dda dependency on world mod selection? Haven't played cdda in some time
Melancholy_and_Death Posted August 1, 2025 Posted August 1, 2025 @seriosam12 There 1 problem need to solve asap. NPC after intercourse just standing at place so it means their AI is get broken after sex, still it was not issue for NPC but nof for your companion. Minor problem is condom not get filled with cum. Condoms and exorcist necklace are 1-use. Well maybe you bring it to the life BUT.. Need some work with code.
Smutt11 Posted September 27, 2025 Posted September 27, 2025 how the hell do i install this mod, just always result in dofile errors. 2
Gasterscream Posted December 16, 2025 Posted December 16, 2025 On 8/1/2025 at 4:29 PM, Melancholy_and_Death said: @seriosam12 There 1 problem need to solve asap. NPC after intercourse just standing at place so it means their AI is get broken after sex, still it was not issue for NPC but nof for your companion. Minor problem is condom not get filled with cum. Condoms and exorcist necklace are 1-use. Well maybe you bring it to the life BUT.. Need some work with code. How did you started intercourse?
SOMEGUY7839 Posted January 20 Posted January 20 (edited) Anyone figure out how you're meant to use the exorcism chokers? It says demons have to be less alert but I have no idea how to accomplish that. Edited January 20 by SOMEGUY7839
Randomperson9009 Posted February 17 Posted February 17 On 9/27/2025 at 12:11 PM, Smutt11 said: how the hell do i install this mod, just always result in dofile errors. In my experience, you download the repo release, then launch the game from that.
uncleblighty Posted February 17 Posted February 17 Its sad to see people put in tons of work with a mod, but then not fully explain what it does or how to properly install it.
Blunt_Smoker_420 Posted March 9 Posted March 9 Nothing like contributing with a necropost to a decade old project. Did some tinkering of my own this weekend and I may have got the mod *almost* working. I cannot emphasize this enough that I know next to nothing about coding aside from editing values and I have no time nor desire to learn how to mod/code. This is just what I managed to figure out with the help of ChatGPT and banging my head against the wall for a few hours. "dofile" error in preload.lua was fixed by replacing it with the "load_script" function (you can thank ChatGPT for rewriting the whole file) Errors in containers.json were fixed by removing a few unnecessary lines + editing "Volume" value from 0 to 1 The last hurdle that I couldn't get past was monsters.json; first, I tried rewriting the special attacks as they should be written for BN, then I was getting errors that attack IDs were missing. I tried rewriting their names as they're written in monattack.lua (they're apparently case sensitive); and I noticed that some of them weren't even on there (you can see by which of them are left in all caps and which aren't). After that I pretty much gave up, since apparently Lua files load after JSON, which means you'd have to rewrite the monster attack file into JSON for it to be recognized in the mod's current form. The sole reason I'm writing this is because I did manage to get to the character creation menu and play the game by removing monsters.json from the mod. You'll get errors about missing monsters, but you're able to play it. Now, I have no clue if anything else in the mod actually works, as I had no more time to test any of it, but if someone wants to give it a shot, or better yet, rebuild the mod, here it is (monsters.json is still in the files) Hentai.7z
Menko Posted March 23 Posted March 23 (edited) For anyone who wants to play the mod, here's a short guide. The mod doesn't work with the latest version of BN, but we don't need the LATEST version. Just download the creator's fork and compile it. The mod is already installed here and working. https://github.com/titusvalid/Cataclysm-BN You don't even need to compile it. Just grab CBN.rar Edited March 23 by Menko 1
WhoEvenAmI Posted May 19 Posted May 19 On 3/23/2026 at 9:43 AM, Menko said: For anyone who wants to play the mod, here's a short guide. The mod doesn't work with the latest version of BN, but we don't need the LATEST version. Just download the creator's fork and compile it. The mod is already installed here and working. https://github.com/titusvalid/Cataclysm-BN You don't even need to compile it. Just grab CBN.rar So... I download the file from the link. Then what?
den_of_evil2 Posted May 30 Posted May 30 On 5/19/2026 at 4:58 AM, WhoEvenAmI said: So... I download the file from the link. Then what? Download one these and just unzip & play. https://github.com/titusvalid/Cataclysm-BN/releases 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now