wharlUm2ocow

Member
Dec 25, 2019
211
832
which ever has it on sale for a decent price, I wanted to support the dev at some point when I was in love with the game but the asking price is pretty bad when the game is not enjoyable without a bunch of mods made by I assume other people.
this is bethesda game?
 

ffjtyu

New Member
Jul 20, 2022
2
2
I was able to figure out the bug and complete it. I am not sure if it is the same process for everyone else.

You don't have permission to view the spoiler content. Log in or register now.
I'm late to the party but I did patch this, so the people are all served correctly and don't do speech bubbles wrong, but I don't want to share files until I finish the other change I worked on for rich house that adds a guard escape story where you can become breeding stock for the guard

I saw also B4rb4ra had shared some images for birth during sex but they were censored and I doubt anyone ever incorporated them? idk. I'm kind of peeved I didn't check this thread so I'm mentioning it now in case I'm going to run into more issues. I just wanted to be able to have bukkake not mysteriously vanish immediately when switching between the event types, not seeing any way to trigger the CG in birth directly but I was doing it in dev console just to check alignment of things... I still haven't found the logic that determines what CG to show during sex + birth annoyingly. Here's the brute force way:
You don't have permission to view the spoiler content. Log in or register now.

Someone also mentioned a mod guide -- Just ask chatgpt for help with RPG Maker MV/MZ. I'm using MZ but it's a pain in the ass because there's no way to view the mod files in the database (dynamicdatabase or whatever) so if I make changes I'm manually copying JSON so I can use the GUI with the maps + events db, then pasting the changes into the mods folder... slow and annoying & chatgpt didn't point me to any sort of mod manager that will overlay so idk how much I'm gonna get done


I'm pretty sure 1.7.4 predates the mod system rewrite and so the files aren't in the right places. I recommend you finish your current playthrough and then update everything.

Someone else will have to tell you if rich house mod ever reached a working state, I was waiting on news of that but the dev went radio silent / the thread they were in was bumped off the chanboard.
Certain endings in Rich House break hair dye (and I see comments inline in the event code for hair dye mentioning legacy hair settings,) cafe, etc. I'm pretty sure there's variables or switches or whatever in rich house that other mods changed / updated / used that cause issues, aside from the mapping issues I sorted through. Here's my scratch notes on rich house:

You don't have permission to view the spoiler content. Log in or register now.

Reminds me, I also am working on a mod for Cafe so it will increase chance of evil men spawning / chance of sex requests based on charm points.

Oh and if you do go the MZ route F9 opens the in-game variable and switch tree controls + f12 opens the dev console (both are when you open playtest mode) And be aware it will make you pull your hair out but if you're ever going in circles trying to figure out how to trigger events it's the best way I have found to de-glitch shit.

Another file you'll want to edit the game...
You don't have permission to view the spoiler content. Log in or register now.

I guess this is basically turning into a ass backwards mod guide so I'll just add a few more things...

The download button for the MZ trial is broken for me but inspect element showed this link for the 20 day download:
You don't have permission to view the spoiler content. Log in or register now.

Create an empty project in MZ then copy the contents of the WWW folder into it. Remove the last mod's translations from plugins.js -- it breaks loading game in MZ with an error about plugins.js

I started trying to port it to MZ with FOSSIL.js but there were just so many issues getting even to the new game 1st scene i gave up for now. Image sizes are all different in system and it's just so janky it would be a complete overhaul of graphics, too.

Also want to say, public/blocked mod looks nice & I suggest supporting em --please support the modders that put this stuff out, and they are incentivized to patch bugs themselves yes it's a headache to get everything working together but if we want more mods they need to see residuals to bring them back. I'm just pissed at gumroad for banning NSFW so now there's no new patches for anything already bought ig
 
Last edited:

Umbra6942020

New Member
May 24, 2022
10
2
does anyone else remember duwwey's mod from like a little while back? I know the mod had a planned update for another mode for Hazumi but i cant remember if he ever finished it, and i cant really find much information on it either, is that just me or?
 

antidotecrk

Newbie
May 3, 2023
36
20
I'm late to the party but I did patch this, so the people are all served correctly and don't do speech bubbles wrong, but I don't want to share files until I finish the other change I worked on for rich house that adds a guard escape story where you can become breeding stock for the guard

I saw also B4rb4ra had shared some images for birth during sex but they were censored and I doubt anyone ever incorporated them? idk. I'm kind of peeved I didn't check this thread so I'm mentioning it now in case I'm going to run into more issues. I just wanted to be able to have bukkake not mysteriously vanish immediately when switching between the event types, not seeing any way to trigger the CG in birth directly but I was doing it in dev console just to check alignment of things... I still haven't found the logic that determines what CG to show during sex + birth annoyingly. Here's the brute force way:
You don't have permission to view the spoiler content. Log in or register now.

Someone also mentioned a mod guide -- Just ask chatgpt for help with RPG Maker MV/MZ. I'm using MZ but it's a pain in the ass because there's no way to view the mod files in the database (dynamicdatabase or whatever) so if I make changes I'm manually copying JSON so I can use the GUI with the maps + events db, then pasting the changes into the mods folder... slow and annoying & chatgpt didn't point me to any sort of mod manager that will overlay so idk how much I'm gonna get done




Certain endings in Rich House break hair dye (and I see comments inline in the event code for hair dye mentioning legacy hair settings,) cafe, etc. I'm pretty sure there's variables or switches or whatever in rich house that other mods changed / updated / used that cause issues, aside from the mapping issues I sorted through. Here's my scratch notes on rich house:

You don't have permission to view the spoiler content. Log in or register now.

Reminds me, I also am working on a mod for Cafe so it will increase chance of evil men spawning / chance of sex requests based on charm points.

Oh and if you do go the MZ route F9 opens the in-game variable and switch tree controls + f12 opens the dev console (both are when you open playtest mode) And be aware it will make you pull your hair out but if you're ever going in circles trying to figure out how to trigger events it's the best way I have found to de-glitch shit.

Another file you'll want to edit the game...
You don't have permission to view the spoiler content. Log in or register now.

I guess this is basically turning into a ass backwards mod guide so I'll just add a few more things...

The download button for the MZ trial is broken for me but inspect element showed this link for the 20 day download:
You don't have permission to view the spoiler content. Log in or register now.

Create an empty project in MZ then copy the contents of the WWW folder into it. Remove the last mod's translations from plugins.js -- it breaks loading game in MZ with an error about plugins.js

I started trying to port it to MZ with FOSSIL.js but there were just so many issues getting even to the new game 1st scene i gave up for now. Image sizes are all different in system and it's just so janky it would be a complete overhaul of graphics, too.

Also want to say, public/blocked mod looks nice & I suggest supporting em --please support the modders that put this stuff out, and they are incentivized to patch bugs themselves yes it's a headache to get everything working together but if we want more mods they need to see residuals to bring them back. I'm just pissed at gumroad for banning NSFW so now there's no new patches for anything already bought ig
plugins.js is completely borked you'll need to fix it. to do that all you have to do is move the [ to the line after $plugins =

Or you can use my fixed version I've attached, rename to plugins.js, I had to put .txt at the end for upload purposes.
 

boo399

New Member
Aug 6, 2022
7
8
Last edited:
Feb 11, 2024
54
26
this game I own on Steam and played for like 10 hours, is this version here any different? and also the game is extremely grindy and somehow in 10 hours I didn't become pregnant??? I guess because I'm retarded.

is there way to fast get pregnant or even cheat to get pregnant??? in general is there any cheats for this game
 
Feb 11, 2024
54
26
I am extremely dumb, how to mod the game? I'm reading what is above and I have f****** no idea what I'm supposed to do.

do I just download mods and place them in the mod folder and I'm done?

I'm assuming I also need to extract them, not just place the 7 zip file in the folder but extract the file in the folder
 
Feb 11, 2024
54
26
ok I think I know what I need to do, I download Mod, I place the file in a different folder in which I extract the mod, then when the mod is extracted, I take the content and place it where it share its name, so if the mod is named "www" I place it where "www" is and then it will override the existing "www" by placing the contents of the mod in it automatically in the right places right?

if I fail and the game is completely destroyed I will just download a completely fresh version after deleting the destroyed one so I'm gonna just trial and error until I get some help here
 
Feb 11, 2024
54
26
okay I'm finished downloading and installing the Mods, I think? because I don't know if I have done it correctly..

the game is running, I'm able to save and reload, but I would have to play to see if the game actually "works" like the sex scenes are not all glitched and stuff.
1736509692970.png
 

refinedliquor

New Member
Dec 1, 2024
3
2
I've finally published my next mod, the Expanded Mod. More info and the download can be found below but the biggest additions are three new outfits (images below), four new belly sizes (same style as my Alter Image Pack), and a new pregnancy progression system.

The base game has three belly sizes for Hazumi and Nameless Dev added three more, and I added four more for a smoother progression. Bascially I have set it up so Hazumi's belly will update at a certain number of weeks which varies depending on how many babies she is pregnant with so if she is pregnant with Quintuplets then she can potentially see all ten belly sizes. Below is how her progression now works with my mod (Nameless Dev's added sizes and Expanded Mod added sizes).

Non-Pregnant -> Min Belly -> Small Belly -> Large Belly -> Big Belly (Full Term Single) -> Bigger Belly (Overdue Single/Full Term Twins) -> Huge Belly (Overdue Twins/Full Term Triplets) -> Mega Belly (Overdue Triplets/Full Term Quadruplets) -> Super Belly (Overdue Quadruplets/Full Term Quintuplets) -> Ultra Belly (Overdue Quintuplets)

Now that this mod is finally done I'm going to be taking a step back from Hazumi modding to pursue other projects. If I do return I have plans to further expand on the Expanded Mod by adding more outfits, NPCs, and dialogue. I was planning on doing a compatibility patch so that the Kemonomimi Mod and the Tattoo Studio Mod could work with the Expanded Mod, but I don't plan on following through at this time. If someone else wants to make that happen then go for it, the Better Pregnancy Display and Better Pregnancy Functions JS files (both are modified Nameless Dev files) should be all that you would need to reference to make it work.

I hope you all enjoy, this took a lot longer to make than I first thought.

View attachment 3358320 View attachment 3358321 View attachment 3358322

.
looks like i have to pay for it. but the real problem is that given ways are all unavailable to me. i dont have those bank accounts nor can i create any.
 

Fiamos

Member
Jan 4, 2020
171
141
looks like i have to pay for it. but the real problem is that given ways are all unavailable to me. i dont have those bank accounts nor can i create any.
No you only need to put in an email and put $0 on there. Anyway I already .

hi5kba I wasn't keeping up with this thread and didn't notice the archive had a couple of outdated papanurgling mods. Would you kindly update yours with what I posted here please?
 
  • Like
Reactions: sdwyphqa and Wlms
4.20 star(s) 31 Votes