Create and Fuck your AI Slut -70% OFF
x

kurosx

Well-Known Member
Oct 1, 2017
1,893
4,443
448
The problem with the original game wasn't incest, but it's loli content.
 

Anonio333

Member
Nov 15, 2024
175
126
111
The problem with the original game wasn't incest, but it's loli content.
Heard about it. Just wonder, if originally MC was a son of Sophia and brother of Suzie.

If yes, then there are some games that are slightly different after picking roles. If player pick role of landlady and roommate as mom and sis (for example), then dialogues (original dialogues accepted by Patreon) are a lil bit different.

The game would be (imo) much better with incest and if it was original dev kink, I'd just want to give him an extra option :)

Also: please someone check this subject. I've a strong feeling it was this game, but I've heard it got remake: https://f95zone.to/threads/looking-for-one-school-settings-game.271924/

And due to respect for dev, if you know mentioned game, please don't respond here :)
 
Last edited:

Catherine♡

Member
Mar 10, 2019
292
1,336
358
I have code in the game to check system date, and change the main menu music / art depending on seasonal events like Halloween, Valentines Day, Easter, Christmas etc etc
Ah, so that what this was. I had to come looking for answers because I was very confused after opening the game so many times and this time it was different.
 

M1K3_0

Member
Jan 10, 2019
320
82
80
Version: 0.7.0


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

Fan-made patch has been retrofitted by me, and should work with no problems.
If you do have problems, let me know and I will apply fix and update!

Normal saves are incompatible with the patch, and vice versa.
If you attempt to load a non patched save, you will crash!! You can only load patched saves with the patch!!!
Which characters are affected by the incest patch?
 

LactoseFree

Newbie
Jul 7, 2025
51
492
62
1759406649711.png

[0.8] Progress Update #14

Hello again! Bunch'a stuff done this development cycle as well. For the first week I went deep into animating, but then got a little tired of it day in and day out, so I decided for the second half of the week, I'd get cracking on with the audio. I didn't think I'd get as far as I did, but I surprised myself. I'm pretty much at where I've rendered / animated, so this cycle it's back to animating! HOPEFULLY I'll get this last H-scene finished this cycle. Then it's onto the last scene of the update, which I'll have to make a new environment for. We're going to take a quick trip down memory lane. Should be fun. Or scaring. Depends who you ask haha. I still haven't rendered out the short prologue yet, I'll do that right at the end, like I keep saying, it's only short and just explains the core characters with a little backstory. No more than 100 renders and 1 animation I envision. It's spooky season! If you boot up the game, the Main Menu will have a SpoOkY ViBe Throughout the month of October! And hang tight for the Halloween wallpaper(s) for this year! Current Render Count: 1364 Current Animation Count: 77 Until next time! -RogueOne
 

SOABUK80

Member
Sep 2, 2025
109
94
28
Right, loving the game so far, i chose the romance route with Suzie, no fucking way could i choose a corrupt path with a girl like her.

I like that you can choose how you treat each character individually rather than being like some games that force you be an outright good guy or asshole for the entire game from the start but i do wonder...there are 2 characters that are in the game from Companion of Darkness, plus the wormhole in this game is also in that except its with Lilith in this game...are these games set in the same universe or just a coincidence with no relation to one another?

They feel like they could be set in the same universe except this is more localised whereas Companion of Darkness is global...one of the characters also has the same name in both games.
 
Last edited:

MalLiz

Well-Known Member
Jan 26, 2024
1,154
2,322
340
found the easter egg after an eternity of looking
darius
ethnicity: cuckasian
occupation: being a cuck
lmfao
Why would you make two separate posts for just that? This is a forum, mate, not Discord... There is absolutely no point whatsoever in writing two posts within as many minutes if there haven't been any responses in-between. :FacePalm:

-Mal
 

Xythurr

Well-Known Member
Oct 29, 2017
1,734
3,793
386
Why would you make two separate posts for just that? This is a forum, mate, not Discord... There is absolutely no point whatsoever in writing two posts within as many minutes if there haven't been any responses in-between. :FacePalm:

-Mal
Let people have their fun bud. You want a say then become a mod and throw your weight around. Otherwise don't be one of the guys on here trying to correct people like children. It's a bad look.
 

MalLiz

Well-Known Member
Jan 26, 2024
1,154
2,322
340
Let people have their fun bud. You want a say then become a mod and throw your weight around. Otherwise don't be one of the guys on here trying to correct people like children. It's a bad look.
And yet here you are doing the exact same thing as I did, only you are targeting someone for no valid reason whatsoever, whereas I was at least trying to help keep things neat and tidy. Hypocrite much? :FacePalm:

-Mal
 

M1K3_0

Member
Jan 10, 2019
320
82
80
M1K3_0, the path to it is characters>males>darius
I was talking about the gallery easter egg, not the character profiles, but thanks for that
You don't have permission to view the spoiler content. Log in or register now.

There's something I've been wondering, but I'm lowkey lazy to replay and check it out

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

Alanray64

Member
Jan 28, 2022
369
199
167
is there a way to enable the roll back feature with version 7? Sometimes I advance a stage before I should and miss relevant information. Have to load a Autosave and go back a ways.

Thanks in Advance/
 

colobancuz

Active Member
Respected User
Aug 11, 2019
977
2,472
367
is there a way to enable the roll back feature with version 7? Sometimes I advance a stage before I should and miss relevant information. Have to load a Autosave and go back a ways.

Thanks in Advance/
Are you talking about the Android version? In the PC version, it seems like you can scroll back with the mouse wheel; it doesn't seem to be blocked. Or is it?

For PC, you can restore (if disabled) rollback. Create a file with any name and the .rpy extension in the game\ folder with the following content:
Python:
init 999 python:
    renpy.config.rollback_enabled = True
    renpy.config.hard_rollback_limit = 256
    renpy.config.rollback_length = 256
    def unren_noblock( *args, **kwargs ):
        return
    renpy.block_rollback = unren_noblock
    try:
        config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ]
        config.keymap['game_menu'] = [ 'K_ESCAPE', 'K_MENU', 'K_PAUSE', 'mouseup_3' ]
        config.keymap['skip'] = [ 'K_LCTRL', 'K_RCTRL' ]
        config.underlay[0].keymap['quickSave'] = QuickSave()
        config.keymap['quickSave'] = 'K_F5'
        config.underlay[0].keymap['quickLoad'] = QuickLoad()
        config.keymap['quickLoad'] = 'K_F9'
    except:
        pass
 
Last edited:
4.60 star(s) 80 Votes