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

Otesin

New Member
May 13, 2020
5
3
55
OK, I have two questions.

1. How is this game comparing to Insight of You? It looks like they have similiar gameplay and story style?

2. I remembered in the back of my brain that the auther talked about thinking adding mom/son involving protagonist years ago. So, is it added eventually?
 

troublex2

Member
Jul 31, 2018
111
118
128
OK, I have two questions.

1. How is this game comparing to Insight of You? It looks like they have similiar gameplay and story style?

2. I remembered in the back of my brain that the auther talked about thinking adding mom/son involving protagonist years ago. So, is it added eventually?
1. gameplay- its a visual novel with only 2 choices right now sharing and not sharing and bdsm for the mother or pregnancy. story style this is more you find a girl that is a nympho and then her mother joins in on the fun and then a schoolmate wear-as insight of you is about destroying your boss. you are trying to get back at your ex but not much of that right now

2. so far no mother/son you do mess around with a mother/daughter.
 
  • Like
Reactions: Otesin

Amedeux

Member
Apr 6, 2020
136
361
187
Silverbananer, you can enable skip in the options and then hold down ctrl. this is a standard renpy function and works with most renpy games. (y)
In this case there is no skip option.
Just create a text document with "somename".rpy where you copy this:

init 999 python:
_preferences.skip_unseen = True
renpy.game.preferences.skip_unseen = True
renpy.config.allow_skipping = True
renpy.config.fast_skipping = True
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' ]
except:
pass
try:
config.keymap['skip'] = [ 'K_LCTRL', 'K_RCTRL' ]
except:
pass



Save and then copy it to the "game" folder. It worked for me.
 

GreenOwl

Newbie
Dec 22, 2023
46
102
166
In this case there is no skip option.
Just create a text document with "somename".rpy where you copy this:

init 999 python:
_preferences.skip_unseen = True
renpy.game.preferences.skip_unseen = True
renpy.config.allow_skipping = True
renpy.config.fast_skipping = True
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' ]
except:
pass
try:
config.keymap['skip'] = [ 'K_LCTRL', 'K_RCTRL' ]
except:
pass



Save and then copy it to the "game" folder. It worked for me.
interesting last time i played you could skip like in every other renpy game, is it bugged in this version or did the dev remove it?
 

Bottomless Pit

Member
Game Developer
Apr 1, 2023
126
955
227
In this case there is no skip option.
Just create a text document with "somename".rpy where you copy this:

init 999 python:
_preferences.skip_unseen = True
renpy.game.preferences.skip_unseen = True
renpy.config.allow_skipping = True
renpy.config.fast_skipping = True
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' ]
except:
pass
try:
config.keymap['skip'] = [ 'K_LCTRL', 'K_RCTRL' ]
except:
pass



Save and then copy it to the "game" folder. It worked for me.
On what platform you don't have Skip Button?
 

GreenOwl

Newbie
Dec 22, 2023
46
102
166
You guys keep playing unofficial versions (Public Release in 4 days) and complaining about bugs. :WaitWhat:
i never download new versions right after release because i like to wait for others to see if the leaker included malware in their version :p therefore i didnt know if the skipfunction was bugged in this release or not but a reviewer and the guy posting his fix were saying that the skipfunction didnt work, so i was kinda confused. sorry for causing confusion myself <3
 
3.90 star(s) 82 Votes