MangoMeta

Active Member
Oct 27, 2018
637
1,602
There will be clear choices what leads to NTR. I meant it as something new and fun for the couple - a way to spice up their sex lives. I guarantee you're going to see it coming a mile away. It's going to be much easier in Ch.3 I'm making a stats menu - you'll directly see what does what.
Scoring points with other girls doesn't make you lose them with Kathrine.
So you are taking the ntr route, shitty, game could have been really good.
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,133
14,152
I was wondering why that one happy song with the wife sounded so familiar. The first part is very similar to Love Yourself by Justin beiber :D
 

Deleted member 609064

Well-Known Member
May 11, 2018
1,249
1,586
Why do all of the games with modern and attractive UIs always disable rollback?

Sometimes, I want to go back and re-read the last line of text or look at an image again.

I am 5 minutes in and tempted to delete this game and play something that is not trying to micromanage how I consume content.
 
  • Like
Reactions: Darkmetal

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,302
15,172
Why do all of the games with modern and attractive UIs always disable rollback?

Put this in a rpy file of your choice :
Code:
init python:
    config.console = True
    config.rollback_enabled = True
    config.hard_rollback_limit = 100
    # This, or on the console : renpy.show_screen( "myRB" )
    config.overlay_screens.append( "myRB" )

screen myRB:
    zorder 1000
    textbutton "Back":
        xalign 1.0         # Change to move
        yalign 0.8         # Change to move
        action Rollback()
And voilà, most of the time rollback is back.

But warning, there's games where the rollback is disabled because it totally broke the code.

Edit: Oop's, a typo :(
 
Last edited:

Deleted member 609064

Well-Known Member
May 11, 2018
1,249
1,586
Put this in a rpy file of your choice :
Code:
init python:
    config.console = True
    config.rollback_enabled = True
    config.hard_rollback_limit = 100
    # This, or on the console : renpy.show_screen( "myRB" )
    config.overlay_screens.append( "myRB" )

screen myRB:
    zorder 1000
    textbutton "Back":
        xalign 1.0         # Change to move
        xalign 0.8         # Change to move
        action Rollback()
And voilà, most of the time rollback is back.

But warning, there's games where the rollback is disabled because it totally broke the code.
Thank you very much!
 

1Thousand

Member
Game Developer
Sep 5, 2019
122
3,378
Why do all of the games with modern and attractive UIs always disable rollback?

Sometimes, I want to go back and re-read the last line of text or look at an image again.

I am 5 minutes in and tempted to delete this game and play something that is not trying to micromanage how I consume content.
I just now added the missing back (rollback) button into the quick menu on the bottom right, so it will be available and ready to use in Ch.3.
 
4.30 star(s) 181 Votes