Create and Fuck your AI Cum Slut –70% OFF
x

VN Unity Completed The Neighbor's Wife 2 - Forgetting Herself Next to Her Husband: Creampie Sex [v1.02] [AibanWork]

4.30 star(s) 26 Votes

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
24,099
332,163
998
ss-1.jpg

Overview:
One day, I was invited to dinner by my neighbor, Ms. Ayano...
"You know, actually, my husband is coming home a bit early today.
And he said he wanted to thank you for all your usual help...
So he asked if you'd like to have dinner with us tonight."
That night, I ate and drank with Ms. Ayano and her husband...
Then her husband got drunk and passed out.
You don't have permission to view the spoiler content. Log in or register now.

Thread Updated: 2025-09-17
Release Date: 2025-09-05
Original Title: 近所の人妻2-旦那の隣で我を忘れてる中出しSEX
Developer: AibanWork - - -
Censored: No (Patch)
Version: 1.02
OS: Windows
Language: English, Japanese, Chinese
Voice: Japanese
Store:
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

DOWNLOAD
Win: - - - -

Extras: Uncensor Mod* - * -
Part 1 (Video JPN)

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

ss-2.jpg ss-3.jpg ss-4.jpg ss-5.jpg ss-6.jpg
 
Last edited:

DocRipper

Engaged Member
Donor
Dec 27, 2021
2,916
3,828
396
DocRipper, so apparently. All images are also uncensored in the files :HideThePain: Sussy Baka Japanese dev.

Can ya make it Uncen? (Or do you know who can)

Wait, wait..DLsite version and have censored (active) and uncensored (non active) images? Apparently there will be some hidden switch...or dev planning release for "Taiwan and overseas" or Steam version. One universal release.Just one small hidden red button.
The question is whether the dev simply forgot the uncensored files or if it can actually be switched through something.:unsure:


kumarin
What do you think about this? :unsure:
Extract everything and using Texture Replacer is probably a psycho solution, right?:KEK:
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
24,099
332,163
998
Wait, wait..DLsite version and have censored (active) and uncensored (non active) images? Apparently there will be some hidden switch...or dev planning release for "Taiwan and overseas" or Steam version. One universal release.Just one small hidden red button.
The question is whether the dev simply forgot the uncensored files or if it can actually be switched through something.:unsure:


kumarin
What do you think about this? :unsure:
Extract everything and using Texture Replacer is probably a psycho solution, right?:KEK:
Yeah I can rip the images from some Unity games (this one included) so I was able to look at it. But I have no clue how to remove the censored files and switch them out for uncensored (also don't really know about videos if the Animations are videos), and then repack it.

You know whats even more funny. I only tested it to the first H-Scene. And would you look at that. The cops are already on the way.
You don't have permission to view the spoiler content. Log in or register now.
 

Monosomething

Well-Known Member
May 24, 2019
1,944
3,534
448
Wasnt this specific premise in a hentai i saw once? Damned if i remember the name, though.
 

kumarin

Engaged Member
Feb 19, 2022
2,657
4,675
387
Wait, wait..DLsite version and have censored (active) and uncensored (non active) images? Apparently there will be some hidden switch...or dev planning release for "Taiwan and overseas" or Steam version. One universal release.Just one small hidden red button.
The question is whether the dev simply forgot the uncensored files or if it can actually be switched through something.:unsure:


kumarin
What do you think about this? :unsure:
Extract everything and using Texture Replacer is probably a psycho solution, right?:KEK:
It's mod for game version 1.00. not works at v1.02. v1.02 has no uncensored resources(images).

switch is here.
1757027131864.png
add below lines at Start() method.
if (this.GameObjectM != null) this.GameObjectM.enabled = false;
if (this.CloseUpM != null) this.CloseUpM.enabled = false;
if (this.SectionalViewM != null) this.SectionalViewM.enabled = false;
C:
private void Start()
{
    if (!this.GameDataManage.HasMosaic)
    {
        if (this.GameObjectM != null)
        {
            SpriteRenderer gameObjectM = this.GameObjectM;
            int sortingOrder = gameObjectM.sortingOrder;
            gameObjectM.sortingOrder = sortingOrder - 1;
        }
        if (this.CloseUpM != null)
        {
            int siblingIndex = this.CloseUpM.transform.GetSiblingIndex();
            this.CloseUpM.transform.SetSiblingIndex(siblingIndex - 1);
        }
        if (this.SectionalViewM != null)
        {
            int siblingIndex2 = this.SectionalViewM.transform.GetSiblingIndex();
            this.SectionalViewM.transform.SetSiblingIndex(siblingIndex2 - 1);
        }
}
if (this.GameObjectM != null) this.GameObjectM.enabled = false;
if (this.CloseUpM != null) this.CloseUpM.enabled = false;
if (this.SectionalViewM != null) this.SectionalViewM.enabled = false;

}
modded file. backup original & extract mod file to "Kinjo no Hitozuma_Data\Managed\".

another method. use a SW_Decensor & edit SW_Decensor.ini as
RendererOnlyCheckMode = false
Keywords =
RemoveKeyWords = M, BM
ah.. next scene has mosaics. hmm.. use a SW_Decensor...

there was more points to edit. re-download mod file. no needed SW_Decensor.

edit. I found that not works at BACK position. fixed.
 
Last edited:

Lerd0

Message Maven
Uploader
Donor
Jul 29, 2017
14,643
192,608
1,046
switch is here.
View attachment 5219112
add below line at Start() method.

C:
private void Start()
{
    if (!this.GameDataManage.HasMosaic)
    {
        if (this.GameObjectM != null)
        {
            SpriteRenderer gameObjectM = this.GameObjectM;
            int sortingOrder = gameObjectM.sortingOrder;
            gameObjectM.sortingOrder = sortingOrder - 1;
        }
        if (this.CloseUpM != null)
        {
            int siblingIndex = this.CloseUpM.transform.GetSiblingIndex();
            this.CloseUpM.transform.SetSiblingIndex(siblingIndex - 1);
        }
        if (this.SectionalViewM != null)
        {
            int siblingIndex2 = this.SectionalViewM.transform.GetSiblingIndex();
            this.SectionalViewM.transform.SetSiblingIndex(siblingIndex2 - 1);
        }
    }
    this.GameObjectM.enabled = false;
}
modded file. backup original & extract mod file to "Kinjo no Hitozuma_Data\Managed\".

another method. use a SW_Decensor & edit SW_Decensor.ini as
...u get a crown....for being a good boi....
barbanne-hams4anne.gif
 

DocRipper

Engaged Member
Donor
Dec 27, 2021
2,916
3,828
396
Bob69 Hidden red button found. It was there. I knew it.:KEK:
kumarin Thanks dude. I probably wouldn't have found this. I was looking for json files, because sometimes western devs on DLsite use them to activate mosaics.. but this..King of the Hill.
 
  • Like
  • Yay, update!
Reactions: Lerd0 and Bob69
4.30 star(s) 26 Votes