3.70 star(s) 32 Votes

Bob Jared

Active Member
Sep 22, 2017
647
502
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scene_base/locations.rpy", line 404, in script
    $ location_new(room, (room + "_nav"))
  File "game/scene_base/locations.rpy", line 404, in <module>
    $ location_new(room, (room + "_nav"))
  File "game/scene_base/locations.rpy", line 116, in location_new
    check_scene("loc", local, nave)
  File "game/scene_base/locations.rpy", line 236, in check_scene
    location_set(local, nave)
  File "game/scene_base/locations.rpy", line 123, in location_set
    renpy.call_screen(nave)
  File "game/scene_base/ingame_screens.rpy", line 469, in execute
    screen bed_bigsis_nav():
  File "game/scene_base/ingame_screens.rpy", line 469, in execute
    screen bed_bigsis_nav():
  File "game/scene_base/ingame_screens.rpy", line 470, in execute
    use loc_room_no_time("bg bed bigsis"):
  File "game/scene_base/ingame_screens.rpy", line 94, in execute
    screen loc_room_no_time(backgr):
  File "game/scene_base/ingame_screens.rpy", line 94, in execute
    screen loc_room_no_time(backgr):
  File "game/scene_base/ingame_screens.rpy", line 98, in execute
    transclude
  File "game/scene_base/ingame_screens.rpy", line 470, in execute
    use loc_room_no_time("bg bed bigsis"):
  File "game/scene_base/ingame_screens.rpy", line 480, in execute
    use loc_button("check", "bed_bigsis_guitar", _("[bigsis.name]'s Guitar"), "bigsis_guitar", "obje", False, 4)
  File "game/scene_base/ingame_screens.rpy", line 129, in execute
    screen loc_button(typ, im, thing, loc, click, skip=False, nighttime=3, char=None, bypass_schedule=False):
  File "game/scene_base/ingame_screens.rpy", line 129, in execute
    screen loc_button(typ, im, thing, loc, click, skip=False, nighttime=3, char=None, bypass_schedule=False):
  File "game/scene_base/ingame_screens.rpy", line 131, in execute
    if (char == None):
  File "game/scene_base/ingame_screens.rpy", line 132, in execute
    use base_button(typ, im, thing, loc, click, skip, nighttime, char)
  File "game/scene_base/ingame_screens.rpy", line 101, in execute
    screen base_button(typ, im, thing, loc, click, skip, nighttime, char):
  File "game/scene_base/ingame_screens.rpy", line 101, in execute
    screen base_button(typ, im, thing, loc, click, skip, nighttime, char):
  File "game/scene_base/ingame_screens.rpy", line 102, in execute
    imagebutton:
  File "game/scene_base/ingame_screens.rpy", line 102, in keywords
    imagebutton:
  File "game/scene_base/ingame_screens.rpy", line 106, in keywords
    if ((loc != "option_change") and extra_hint):
  File "game/scene_base/ingame_screens.rpy", line 106, in keywords
    if ((loc != "option_change") and extra_hint):
  File "game/scene_base/ingame_screens.rpy", line 108, in keywords
    if (typ == "check" or typ == "go"):
  File "game/scene_base/ingame_screens.rpy", line 108, in keywords
    if (typ == "check" or typ == "go"):
  File "game/scene_base/ingame_screens.rpy", line 109, in keywords
    if loc_glow_check(loc):
  File "game/scene_base/ingame_screens.rpy", line 109, in <module>
    if loc_glow_check(loc):
  File "game/scene_base/locations.rpy", line 201, in loc_glow_check
    for scene in scene_queue[loc]:
KeyError: 'bigsis_guitar'
 

Down Bad Smut Games

Member
Game Developer
May 10, 2021
293
329
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scene_base/locations.rpy", line 404, in script
    $ location_new(room, (room + "_nav"))
  File "game/scene_base/locations.rpy", line 404, in <module>
    $ location_new(room, (room + "_nav"))
  File "game/scene_base/locations.rpy", line 116, in location_new
    check_scene("loc", local, nave)
  File "game/scene_base/locations.rpy", line 236, in check_scene
    location_set(local, nave)
  File "game/scene_base/locations.rpy", line 123, in location_set
    renpy.call_screen(nave)
  File "game/scene_base/ingame_screens.rpy", line 469, in execute
    screen bed_bigsis_nav():
  File "game/scene_base/ingame_screens.rpy", line 469, in execute
    screen bed_bigsis_nav():
  File "game/scene_base/ingame_screens.rpy", line 470, in execute
    use loc_room_no_time("bg bed bigsis"):
  File "game/scene_base/ingame_screens.rpy", line 94, in execute
    screen loc_room_no_time(backgr):
  File "game/scene_base/ingame_screens.rpy", line 94, in execute
    screen loc_room_no_time(backgr):
  File "game/scene_base/ingame_screens.rpy", line 98, in execute
    transclude
  File "game/scene_base/ingame_screens.rpy", line 470, in execute
    use loc_room_no_time("bg bed bigsis"):
  File "game/scene_base/ingame_screens.rpy", line 480, in execute
    use loc_button("check", "bed_bigsis_guitar", _("[bigsis.name]'s Guitar"), "bigsis_guitar", "obje", False, 4)
  File "game/scene_base/ingame_screens.rpy", line 129, in execute
    screen loc_button(typ, im, thing, loc, click, skip=False, nighttime=3, char=None, bypass_schedule=False):
  File "game/scene_base/ingame_screens.rpy", line 129, in execute
    screen loc_button(typ, im, thing, loc, click, skip=False, nighttime=3, char=None, bypass_schedule=False):
  File "game/scene_base/ingame_screens.rpy", line 131, in execute
    if (char == None):
  File "game/scene_base/ingame_screens.rpy", line 132, in execute
    use base_button(typ, im, thing, loc, click, skip, nighttime, char)
  File "game/scene_base/ingame_screens.rpy", line 101, in execute
    screen base_button(typ, im, thing, loc, click, skip, nighttime, char):
  File "game/scene_base/ingame_screens.rpy", line 101, in execute
    screen base_button(typ, im, thing, loc, click, skip, nighttime, char):
  File "game/scene_base/ingame_screens.rpy", line 102, in execute
    imagebutton:
  File "game/scene_base/ingame_screens.rpy", line 102, in keywords
    imagebutton:
  File "game/scene_base/ingame_screens.rpy", line 106, in keywords
    if ((loc != "option_change") and extra_hint):
  File "game/scene_base/ingame_screens.rpy", line 106, in keywords
    if ((loc != "option_change") and extra_hint):
  File "game/scene_base/ingame_screens.rpy", line 108, in keywords
    if (typ == "check" or typ == "go"):
  File "game/scene_base/ingame_screens.rpy", line 108, in keywords
    if (typ == "check" or typ == "go"):
  File "game/scene_base/ingame_screens.rpy", line 109, in keywords
    if loc_glow_check(loc):
  File "game/scene_base/ingame_screens.rpy", line 109, in <module>
    if loc_glow_check(loc):
  File "game/scene_base/locations.rpy", line 201, in loc_glow_check
    for scene in scene_queue[loc]:
KeyError: 'bigsis_guitar'
new save
 

JD JJJD

New Member
Apr 27, 2024
13
8
View attachment 3475239

Overview:
You're Ian, you live with your mom and constantly get harassed by your sisters. When the state goes into lockdown again, it seems like it's going to be a long month... Then the news hits. The state has also legalized Incest. Now the atmosphere is completely different, and so will your family's relationship.

Will you take the chance to be a dominator? Or perhaps embrace a place at the bottom?​

Thread Updated: 2024-09-16
Release Date: 2024-09-16
Developer: Down Bad Smut Games - - -
Censored: No
Version: 0.10.00.3a
OS: Windows, Linux, Mac, Android
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

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

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

DOWNLOAD
Win/Linux: - - - MEGA - - -
Mac: - - - MEGA - - -
Android: - - - MEGA - - -


View attachment 3475212 View attachment 3475211 View attachment 3629900 View attachment 3475215 View attachment 3629901 View attachment 4039672 View attachment 3475217 View attachment 3475218 View attachment 4039673
I was looking at the labels, I wanted to try it but I better move on now almost everything has to have ntr and futa just to please a minority that has such strange fetishes
 

Stupidkiller

Active Member
Jan 12, 2018
974
1,915
I was looking at the labels, I wanted to try it but I better move on now almost everything has to have ntr and futa just to please a minority that has such strange fetishes
A minority of games have any NTR at all actually, don't let your confirmation bias tell you otherwise. If you don't believe me I welcome you to check how many pages you get when filtering with or without the NTR tag.
 
  • Like
Reactions: DevonRayMun

Blablou95

New Member
Sep 29, 2020
1
0
Love the game , not a fan of ntr but it's easily avoidable so np with me . Good luck in the future !
 

Pallazzo

Newbie
Apr 26, 2020
41
47
I must admit I didn't expect much going into this game, but it turned out to be a nice one. And the of options to turn off/on some kinks, and to rename the chars is a good quality of life option.

I like how ballbusting has been implemented in the game, especially in the Clarissa night tease scene. I am curious though, while I'm sure there will be more of that in the future with her or other girls who already did it, will Addison ever have scenes like that? I mean, will Addison ever ballbust the MC?
 
3.70 star(s) 32 Votes