CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
3.30 star(s) 58 Votes

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,888
149,150
Doors [v0.3 Part 2] [The Neuron Project] - Compressed

Use at your own risk.

Win/Linux [265 MB]
- - -

Mac [272 MB]
- - -

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

cxx

Message Maestro
Nov 14, 2017
66,793
33,656
Landlady? Is the patch on its way cos I'm not seeing a link for it...
electral love.

is the gay tag a trap/femboy or a whole ass man
very gay if you want.

There is real gay routes in this game, but it is completely optional if you do not follow those routes you will never know they are there at least for now.
yea except love to daddy seems to increase gay points.

what happen to the incest patch?
nothing.
 
  • Thinking Face
Reactions: Fapmaister

Argent Knight

Newbie
Jun 23, 2021
22
49
There is real gay routes in this game, but it is completely optional if you do not follow those routes you will never know they are there at least for now.

Not just a good gay route without feminization, but an insanely good gay storyline. To the point where it is better/more interesting than many of the exclusively queer games/VNs I've played. Usually this stuff is an afterthought or caters to the whole 'femboy' fetish thing, but this is whole damned plot arc between guys who identify as guys with actual feelings and consequences. Hands down some of the best M/M writing I've seen in VNs, especially from a work where the largest part of the fanbase are straight dudes.
 

simple_human

Newbie
Dec 2, 2018
82
3,474
TheNeuronProject

To whoever made the ipatch (If someone knows who made the patch, tell him/her this)
I suggest adding the following line of code that only mc and Gina (sister) would call Ron(father) and Scarlet(mother) by relationship while the other characters will continue to address to Ron and Scarlet by their names(I haven't delved into the games plot and don't know who else is a member of the family, but I think the pattern is clear and adding other members won't be a problem)


Python:
init python:
    import inspect

    def replace_text(text):
        frame = inspect.currentframe()
        who = frame.f_back.f_locals.get('who')

## All replacements...
#...
        text = text.replace("*gasp* I love you-","*gasp* I love you Sis-")
        text = text.replace("","")
        text = text.replace("","")
        text = text.replace("","")


## add a condition if the speaker is pro or g, the replacement will take place
        if who is pro:
            text = text.replace("[m]","Mom")
            text = text.replace("[f]","Dad")


        if who is g:
            text = text.replace("[m]","Mom")
            text = text.replace("[f]","Dad")

## and so on you can add other characters...


        return text

    config.say_menu_text_filter = replace_text
 
Last edited:
3.30 star(s) 58 Votes