- Jun 5, 2018
- 99
- 82
I'm will take your word on that, because I'm not going to research nuances of netorare. XDNetorare isn't just cucking it's a bit more nuanced.
I'm will take your word on that, because I'm not going to research nuances of netorare. XDNetorare isn't just cucking it's a bit more nuanced.
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 saveCode: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'
It is a new playthrough started on the same day I made the post.new save
hmmm, perhaps clean install thenIt is a new playthrough started on the same day I made the post.
I can add this to the fanart gallery in the game if you'd like
Afterhmmm, perhaps clean install then
Nope. still nothing.hmmm, perhaps clean install then
Bro this shit looks official.
come to the server and I'll try and helpAfter
Nope. still nothing.
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 fetishesView 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 GamesYou must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
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:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Mac:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Android:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
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 mean, NTR is toggleable, and you can make the femboy character female if you wantI 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.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
Bruh that probably isn't even the NTR you imagined, it's mostly netori which is U cucking another person.I mean, NTR is toggleable, and you can make the femboy character female if you want
People really need to read the description
You must be registered to see the links
just to be clear, don't want any mixups
we had do discontinue that system because it wouldn't function long termWhere's the next updated version? I'm trying to find it on itch but can't see it anywhere
we had do discontinue that system because it wouldn't function long term
We're looking for another work around