satanete

Member
Nov 24, 2017
418
286
Hi there,

I'm playing v 0.09 right now, and whener I try to open the backpack this error pops up. Any way to fix it? I'm using a savegame from v0.08:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 7087, in script
    $ result = renpy.imagemap("icons_Ground.png", "icons_Hover.png", [(0, 0, 95, 57, "bobroom"), (101, 0, 195, 57, "mombedroom"), (203, 0, 296, 57, "living_room"), (302, 0, 400, 57, "kitchen"), (404, 0, 500, 57, "bathroom"), (507, 0, 603, 57, "Lizabedroom"), (609, 0, 705, 57, "lucyroom"), (711, 0, 805, 57, "Jenyroom"), (812, 0, 909, 57, "notready"), (915, 0, 970, 57, "worldmap")], focus="imagemap")
  File "game/script.rpy", line 7087, in <module>
    $ result = renpy.imagemap("icons_Ground.png", "icons_Hover.png", [(0, 0, 95, 57, "bobroom"), (101, 0, 195, 57, "mombedroom"), (203, 0, 296, 57, "living_room"), (302, 0, 400, 57, "kitchen"), (404, 0, 500, 57, "bathroom"), (507, 0, 603, 57, "Lizabedroom"), (609, 0, 705, 57, "lucyroom"), (711, 0, 805, 57, "Jenyroom"), (812, 0, 909, 57, "notready"), (915, 0, 970, 57, "worldmap")], focus="imagemap")
  File "game/script.rpy", line 368, in execute
    screen inventory_screen:
  File "game/script.rpy", line 368, in execute
    screen inventory_screen:
  File "game/script.rpy", line 379, in execute
    $ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
  File "game/script.rpy", line 379, in <module>
    $ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
NameError: name 'inventory' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 7087, in script
    $ result = renpy.imagemap("icons_Ground.png", "icons_Hover.png", [(0, 0, 95, 57, "bobroom"), (101, 0, 195, 57, "mombedroom"), (203, 0, 296, 57, "living_room"), (302, 0, 400, 57, "kitchen"), (404, 0, 500, 57, "bathroom"), (507, 0, 603, 57, "Lizabedroom"), (609, 0, 705, 57, "lucyroom"), (711, 0, 805, 57, "Jenyroom"), (812, 0, 909, 57, "notready"), (915, 0, 970, 57, "worldmap")], focus="imagemap")
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\python.py", line 1888, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 7087, in <module>
    $ result = renpy.imagemap("icons_Ground.png", "icons_Hover.png", [(0, 0, 95, 57, "bobroom"), (101, 0, 195, 57, "mombedroom"), (203, 0, 296, 57, "living_room"), (302, 0, 400, 57, "kitchen"), (404, 0, 500, 57, "bathroom"), (507, 0, 603, 57, "Lizabedroom"), (609, 0, 705, 57, "lucyroom"), (711, 0, 805, 57, "Jenyroom"), (812, 0, 909, 57, "notready"), (915, 0, 970, 57, "worldmap")], focus="imagemap")
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\exports.py", line 1235, in imagemap
    roll_forward=roll_forward)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\screen.py", line 420, in visit_all
    callback(self)
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\screen.py", line 430, in per_interact
    self.update()
  File "C:\Users\UNO\Desktop\renpy\badbobbysaga-0.09-pc\renpy\display\screen.py", line 611, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 368, in execute
    screen inventory_screen:
  File "game/script.rpy", line 368, in execute
    screen inventory_screen:
  File "game/script.rpy", line 379, in execute
    $ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
  File "game/script.rpy", line 379, in <module>
    $ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
NameError: name 'inventory' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Bad Bobby Saga 0.09
Wed Aug 29 13:20:01 2018
 

Darkinio

Member
Apr 21, 2017
296
55
Any way to fuck someone here ? I have cheat mod and edited saves and everything and got nothing than a tight job with mom..
 
L

Lenor

Guest
Guest
wow! he speed up!

next version 0.10 progress: 45%

I hope, without sex only continues as molesting.
Sex is fine too, as long as it's done at the correct pacing. Judging by the way it's gone so far it wouldn't fit in this update though.
 

satanete

Member
Nov 24, 2017
418
286
I'm curious, I just had a conversation with Lucy regarding a test she won't pass, and I agree to steal it for her; is there any way to follow this "quest" so far? Playing v0.9

I'm asking it because Mike's quest said I can't go any further in this version, but I got no message with Lucy. But then I see there is no college to visit at all, so I'm out of options right now...

Thanks in advance.
 

satanete

Member
Nov 24, 2017
418
286
I'm curious, I just had a conversation with Lucy regarding a test she won't pass, and I agree to steal it for her; is there any way to follow this "quest" so far? Playing v0.9

I'm asking it because Mike's quest said I can't go any further in this version, but I got no message with Lucy. But then I see there is no college to visit at all, so I'm out of options right now...

Thanks in advance.
Hi again, I found my answer; now I'm tutoring Lucy, and I'm in the point where I she agreed to "punish & reward" system.

To be honest, I always make it so she fail the test, and it's avancing pretty nice, pretty hot, BUT since I'm not sure to let her pass the test sometime, I really wonder if there is some following scene worth of following that path with her... I'm not sure if I'm explaining myself properly, I'd like to know if there is any benefit and or new/different scene if we let her pass the test, since obviosly failing progress with her submission.

Thanks in advance.
 

satanete

Member
Nov 24, 2017
418
286
If you still accept suggestions, I think (if still possible) there would be two things nice to add to the already existing content in v0.09:
  1. Lucy wasted scence wearing the red dress: when you play with her mouth, there are two options to finish, but the camera angle is perfect for a third option, finishing down to her cleavage/boobs.
  2. Tutoring Lucy, not sure if I've already reached the available scenes; it seems so since there is no more progress with maxed stats (she fails, the I can pet her shoulder, back and ass up to the point I run out horny as hell)(done this like 10 times, no change at all) It would be really nice to be able to lay beside her and hug or keep petting her in order to extend some more the scene (again, I think I've done everything available so far, not sure if I'm missing something else)
  3. Most jerking options while visiting the girls in their bedrooms at night do not have the cum graphic; I've only seen it in the new mom scenes (thighs), and with Lucy on her feet if I'm not wrong, but it would be really an improvement to see all the other options, i.e. when jerking to their "back", "belly" and "face" (with Liza, Lucy and Jenny, for example) Even if it "drops" to the sheets, seeing it would be more "immersive"
Just my two cents; kind regards,
 

Deleted User #713463

Engaged Member
Jun 28, 2018
2,005
395
View attachment 132593
Overview:
I'm currently working on "Bad Brother Saga", This game is about a young brother who lived with his mother and 3 sisters. He will use all the means to drag them into a sexual relationship.​


Updated: 03 Aug 2018
Developer/Publisher:
Censorship: None
Version: 0.09
OS: PC/Windows
Language: English
Genre:
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.

IMPORTANT : in order to restore INCEST, on the title screen (before you're starting a new game),
Just open the developer console by pressing Shift+O and type: set_taboo(True)
make sure you're using the correct uppercase and lowercase characters!

If the console doesn't work, or you just want the easy way, Incest Patch:

Downloads:
- - - -

Are you the devlop,??
 
3.10 star(s) 98 Votes