• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Ricstab

Newbie
Mar 24, 2021
62
11
Why isn't her body loading during sex minigame?
I'm using v1.11 and using the mod pack from some pages before
 

RTTrue

Newbie
Apr 13, 2019
20
22
Which one?? V1.1 or V2.0?? Or i must download V1.1 and V2.0??
Either, V2 has new patches though.

View attachment 3432452

Okay i fix the problem before... And now why the image has become this?? Anyone can explain the problem??
I have no idea why this is happening but it could be an installation issue or it could be something on my end. I didn't encounter this during my testing but I don't have time at the moment to check further.

Why isn't her body loading during sex minigame?
I'm using v1.11 and using the mod pack from some pages before
Yeah... I have same problem with this too
I believe this is something I fixed partly in a newer version of my patches (original link to fully modded only had V1). Still, I would recommend just downloading the new fully modded pack I made that doesn't have the expanded mod or it's patches as it'll likely be a more seamless experience:
https://f95zone.to/threads/hazumi-and-pregnation-v1-11-1-mihiraghi.33392/post-13125943
You should be able to transfer your saves over without any issues.
 

TheNatureBoy

Newbie
Sep 24, 2021
41
22
Either, V2 has new patches though.


I have no idea why this is happening but it could be an installation issue or it could be something on my end. I didn't encounter this during my testing but I don't have time at the moment to check further.



I believe this is something I fixed partly in a newer version of my patches (original link to fully modded only had V1). Still, I would recommend just downloading the new fully modded pack I made that doesn't have the expanded mod or it's patches as it'll likely be a more seamless experience:
https://f95zone.to/threads/hazumi-and-pregnation-v1-11-1-mihiraghi.33392/post-13125943
You should be able to transfer your saves over without any issues.
Okay.. thanks for suggestion
 
  • Like
Reactions: Nekoarchi

OlegGdeMaket

New Member
Mar 16, 2023
1
0
So, maybe i don't understand something, but i install modded version of the game on android, and use joyplay for it. I got mods folder, with all content in it, but when i launch the game, it seems joyplay run just vanilla game, there is no sign of content from mods. Am i doing something wrong?
 

RTTrue

Newbie
Apr 13, 2019
20
22
So, maybe i don't understand something, but i install modded version of the game on android, and use joyplay for it. I got mods folder, with all content in it, but when i launch the game, it seems joyplay run just vanilla game, there is no sign of content from mods. Am i doing something wrong?
I don't believe joyplay supports the inbuilt modloading that this game has. You might be able to manually add in the .js scripts through joyplay (from the last time I used it, I do remember there being a plugins menu you could add plugins to a game you launch?). Can't guarantee this would even work, and the only other way to launch mods on joiplay would be to use mods that have android versions or directly overwrite files with files from mods (which isn't ideal and probably quite limited in what you can do).

Afaik the plugin loader checks subdirectories for different .js scripts and then loads them, but not exactly sure why this doesn't work on joiplay, possibly because it uses its own plugin loading? Either way, you'd have to find some way to load the mods yourself, assuming someone else hasn't already done so. Alternatively, play on a laptop or pc of some kind.
 

Paltala

Newbie
Dec 15, 2019
35
16
So Gumroad has nuked all their NSFW content which will affect this game quite a lot because all DLC is hosted there.
 

antidotecrk

Newbie
May 3, 2023
24
14
I don't believe joyplay supports the inbuilt modloading that this game has. You might be able to manually add in the .js scripts through joyplay (from the last time I used it, I do remember there being a plugins menu you could add plugins to a game you launch?). Can't guarantee this would even work, and the only other way to launch mods on joiplay would be to use mods that have android versions or directly overwrite files with files from mods (which isn't ideal and probably quite limited in what you can do).

Afaik the plugin loader checks subdirectories for different .js scripts and then loads them, but not exactly sure why this doesn't work on joiplay, possibly because it uses its own plugin loading? Either way, you'd have to find some way to load the mods yourself, assuming someone else hasn't already done so. Alternatively, play on a laptop or pc of some kind.
The mod loading code is kind of quick and dirty, and uses XMLHttpRequest which isn't great for sandboxed environments when your default assumption is that you have full FS access. I was trying to get Hazumi working with the linux runtime (I own RPG Maker MV, so doing so is normally trivial), but nwjs is throwing massive roadblock with the linux version, there may be a similar issue with joyplay depending on how it works.

Edit:

In relation to the above, I actually *did* get it working, the only issue is that it uses LocalStorage for things like save, which isn't ideal for people who want easy access to those....

So Gumroad has nuked all their NSFW content which will affect this game quite a lot because all DLC is hosted there.
.... Doesn't pornhub accept paypal? Their reasoning makes no sense.
 
Last edited:
  • Like
Reactions: RTTrue

Fiamos

Member
Jan 4, 2020
135
91
So Gumroad has nuked all their NSFW content which will affect this game quite a lot because all DLC is hosted there.
Oh nice more Tumblr style implosions, maybe they'll survive long enough until they back tack on their decision like Onlyfans did.
 

RTTrue

Newbie
Apr 13, 2019
20
22
The mod loading code is kind of quick and dirty, and uses XMLHttpRequest which isn't great for sandboxed environments when your default assumption is that you have full FS access. I was trying to get Hazumi working with the linux runtime (I own RPG Maker MV, so doing so is normally trivial), but nwjs is throwing massive roadblock with the linux version, there may be a similar issue with joyplay depending on how it works.
Interesting, I suppose it works fine on windows where you do get full filesystem access but in other environments maybe not so much. I know you can give apps full access to a directory in android but idk how much that would help. Either way, seems much easier to just not spend hours trying to get it to work and instead just use a pc. If anyone were to find a way to get it to work within joiplay's environment though, I'm sure everyone would appreciate it!
 

antidotecrk

Newbie
May 3, 2023
24
14
Interesting, I suppose it works fine on windows where you do get full filesystem access but in other environments maybe not so much. I know you can give apps full access to a directory in android but idk how much that would help. Either way, seems much easier to just not spend hours trying to get it to work and instead just use a pc. If anyone were to find a way to get it to work within joiplay's environment though, I'm sure everyone would appreciate it!
Really the way to do it would be rewrite the slapdash mod loading code (not the overwrite portion itself, that stuff is ok), really it should be using the file APIs instead of requests, I could get the mods loading, but not working fully by adding "file://" to the URL arguments. Initially I assumed Mihiraghi was using requests so they could do DOM voodoo, but that's not the case.
 

hi5kba

Member
Apr 23, 2021
157
149
Well in relation to the Gumroad shit.

there is a high probablity of the Mod Authors for this game being Nuked also.
i have already updated my Mega Archive.



Unless the Decision is reversed. this archive will no longer recieve updates.
I'm happy enough to keep these Mods Hosted for now.

On a Sidenote i do also have papanurgling's Mods from gumroad also.
however I'm not currently including these at this moment.

Papanurgling please let me know if you would like this included or not
 
Last edited:
  • Like
Reactions: mams3425 and Fiamos

jukky2013

New Member
Jul 30, 2022
2
0
Does anyone have any recommendations for other good or similar pregnancy themed games? I've played many NSFW games, most of them being mid, but Hazumi and the Pregnation is really a gem. Especially, with mods.

Also, thank you to everyone who contributes to modding the game in some way in this thread. You guys are putting in the work!
 
Last edited:

antidotecrk

Newbie
May 3, 2023
24
14
Does anyone have any recommendations for other good or similar pregnancy themed games? I've played many NSFW games, most of them being mid, but Hazumi and the Pregnation is really a gem. Especially, with mods.

Also, thank you to everyone who contributes to modding the game in some way in this thread. You guys are putting in the work!
Academy Nymphonia seems to be a good one, but it really needs a proper translation, Lisette is one of the dev's earlier titles and it's also good. But Hazumi is in a class of it's own with how much respect it pays to OB/GYN and Women's health (even if it is a bit fantastic and ridiculous at times, but that's "artistic license")
 
4.20 star(s) 30 Votes