D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,024
@rainces this is how I did so that I don't get to repeat clicking the "get inside" option bug when Lucy is in the bath

Code:
label lucybathroom01:
 
    scene door02 01
    $ renpy.pause()
    menu:
        "Get inside":
            $ randomnum = renpy.random.randint(1,2) # (randomize between 1 and 2)
            if randomnum == 1:
                scene bathroom lucy100
                $ renpy.pause()
                show bathroom lucy100_2 at center
                $ renpy.pause (0.5)
                show bathroom lucy100_2 at Move((0.0, -3.6), (0.0, 0.0), 5.0)
                $ renpy.pause (5)
                scene bathroom lucy101
                L "Ahhhh!"
                show bathroom lucy102
                L "What's the matter with you?"
                L "Do you ever knock?"
                b "Sorry, I thought it was empty!"
                L "Of course you did!"
                $ renpy.pause ()
                jump skiptime
            else:
                scene bathroom lucy102
                $ renpy.pause ()
                L "Eeerrrrr"
                L "Do you ever knock?"
                b "Ohh sorry, I'm leaving"
                $ renpy.pause ()
                show bathroom_lucy102 90 at center
                $ renpy.pause (0.5)
                show bathroom_lucy102 90 at Move((0.0, -1.3), (0.0, 0.0), 2.0)
                $ renpy.pause (2.5)
                scene bathroom lucy102
                L "GET OUT!"
                $ renpy.pause ()
                jump skiptime
        "Stay out!":
                jump map2
 
Last edited:

rainces

Newbie
Game Developer
Sep 15, 2017
29
118
@rainces this is how I did so that I don't get to repeat clicking the "get inside" option bug when Lucy is in the bath

Code:
label lucybathroom01:
 
    scene door02 01
    $ renpy.pause()
    menu:
        "Get inside":
            $ randomnum = renpy.random.randint(1,2) # (randomize between 1 and 2)
            if randomnum == 1:
                scene bathroom lucy100
                $ renpy.pause()
                show bathroom lucy100_2 at center
                $ renpy.pause (0.5)
                show bathroom lucy100_2 at Move((0.0, -3.6), (0.0, 0.0), 5.0)
                $ renpy.pause (5)
                scene bathroom lucy101
                L "Ahhhh!"
                show bathroom lucy102
                L "What's the matter with you?"
                L "Do you ever knock?"
                b "Sorry, I thought it was empty!"
                L "Of course you did!"
                $ renpy.pause ()
                jump skiptime
            else:
                scene bathroom lucy102
                $ renpy.pause ()
                L "Eeerrrrr"
                L "Do you ever knock?"
                b "Ohh sorry, I'm leaving"
                $ renpy.pause ()
                show bathroom_lucy102 90 at center
                $ renpy.pause (0.5)
                show bathroom_lucy102 90 at Move((0.0, -1.3), (0.0, 0.0), 2.0)
                $ renpy.pause (2.5)
                scene bathroom lucy102
                L "GET OUT!"
                $ renpy.pause ()
                jump skiptime
        "Stay out!":
                jump map2
Actually I wasn't aware of this bug! thank you!
 

rainces

Newbie
Game Developer
Sep 15, 2017
29
118
is impossible play....very a lot of mistakes(((
Did you start a fresh game? (You can't use your previous saved files!)

please delete all of the old saved files, and start a new game! you can find the save directory at: Drive C => users => "your user name" => AppData (this folder should be hidden) =>Roaming => RenPy : than you should delete everything that related to bad brother and bad bobby (also in the backup directory) (and also delete the saves directory at the game folder).
then paste "D.S.-sama" or "the66" fix into the game folder! you shouldn't have any bugs!
 
  • Like
Reactions: L0thar

L0thar

Active Member
Jul 24, 2017
965
1,038
Did you start a fresh game? (You can't use your previous saved files!)

please delete all of the old saved files, and start a new game! you can find the save directory at: Drive C => users => "your user name" => AppData (this folder should be hidden) =>Roaming => RenPy : than you should delete everything that related to bad brother and bad bobby (also in the backup directory) (and also delete the saves directory at the game folder).
then paste "D.S.-sama" or "the66" fix into the game folder! you shouldn't have any bugs!
thanks for the advice
 

gatito

Member
Feb 10, 2018
123
9
is there any cheat for domination and affection guys? Try to use console but it didnt work
 

gatito

Member
Feb 10, 2018
123
9
can't talk or do anything with girls. And its kind waste of time. Doing evething but still nothing that why BB is the perfect game for us :)
 

Dufy

Member
Feb 15, 2018
353
325
Did you start a fresh game? (You can't use your previous saved files!)

please delete all of the old saved files, and start a new game! you can find the save directory at: Drive C => users => "your user name" => AppData (this folder should be hidden) =>Roaming => RenPy : than you should delete everything that related to bad brother and bad bobby (also in the backup directory) (and also delete the saves directory at the game folder).
then paste "D.S.-sama" or "the66" fix into the game folder! you shouldn't have any bugs!
half not understand, but thank you)
 

Gandalf78

Member
Jan 31, 2018
409
144
Hey Everybody. The Incest thing dosn´t work.
I write it as you Say, but their comes only a "NONE" text after
 

Regardie

Well-Known Member
Jul 27, 2017
1,459
1,144
I didnt find this pc in the new update
That's outside in the yard during the day, can't remember which day or time but you find Liza there crying against the wall. Snap a picture of her ass, then try to get closer. That image is when she catches you.
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,269
2,068
Hey Everybody. The Incest thing dosn´t work.
I write it as you Say, but their comes only a "NONE" text after
There are many forms, how people made incest patch work. Check previous posts about 4-6 pages back. If your game has incest patch in it, starting screen shows Taboo Edition.
 

Yann33

Member
Oct 18, 2017
173
173
Good game. The mother model is so hot. I want to do more with her but there's nothing to do. Definitly pledge on patreon, i want to see what happen next :D
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,024
is there any cheat for domination and affection guys? Try to use console but it didnt work
Hey Everybody. The Incest thing dosn´t work.
I write it as you Say, but their comes only a "NONE" text after
is ther are menu to use the cheats

You can all use my cheat mod that you can find ... with it you can change all the stats for the girls and stealth levels, reset upset levels, money and item cheats, and many more
 
Last edited:
3.10 star(s) 98 Votes