gibbosmygimp

New Member
Jun 14, 2019
2
1
Hello, would any one happen to know how to unlock the interactions with biff after the photoshoots? I've done some but their seem to be a whole bunch more that are just grayed out. Thus far I've managed to get up to the point where Monica will get on the desk and spread her legs before biff, but that's about it. There seem to be options to go fetch the secretary aswell but they also seem to not unlock. Relationship with biff is at level 3 and does not seem to advance anymore.

Thanks.
 

Wild Red

Member
Apr 30, 2018
287
4,913
Hello, would any one happen to know how to unlock the interactions with biff after the photoshoots? I've done some but their seem to be a whole bunch more that are just grayed out. Thus far I've managed to get up to the point where Monica will get on the desk and spread her legs before biff, but that's about it. There seem to be options to go fetch the secretary aswell but they also seem to not unlock. Relationship with biff is at level 3 and does not seem to advance anymore.

Thanks.
don't worry, you won't miss anything. That's all for now. It's greyed out for all of us. Those scenes will be implemented in future updates
 

hinaloulu

New Member
May 8, 2020
3
0
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/start.rpy", line 66, in script call
call start_game() from _call_start_game
File "game/00_Functions/scene_controller.rpy", line 96, in script
with Dissolve(0.1)
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 187, in execute
fixed:
File "game/00_Functions/screens.rpy", line 215, in execute
if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
File "game/00_Functions/screens.rpy", line 220, in execute
for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
File "game/00_Functions/screens.rpy", line 221, in execute
for zorder_ptr in zorder_list:
File "game/00_Functions/screens.rpy", line 223, in execute
if (data.has_key("active") == False or data["active"] == True) and (showObjectsNotOwner == True or checkObjectOwnerVisible(i, data) == True):
File "game/00_Functions/screens.rpy", line 363, in execute
if data["type"] == 3: #text with image
File "game/00_Functions/screens.rpy", line 393, in execute
if pass_num == 2:
File "game/00_Functions/screens.rpy", line 471, in execute
if sceneSpriteSurfacesCache.has_key(scene_name + i) == False:
File "game/00_Functions/screens.rpy", line 472, in execute
$ spriteImage = im.MatrixColor(
File "game/00_Functions/screens.rpy", line 474, in <module>
im.matrix.brightness(brightness_adjustment) * im.matrix.saturation(saturation_adjustment) * im.matrix.contrast(contrast_adjustment) * im.matrix.tint(tint_adjustment[0], tint_adjustment[1], tint_adjustment[2])
Exception: Expected an image, but got a general displayable.

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

Full traceback:
File "game/scripts/start.rpy", line 66, in script call
call start_game() from _call_start_game
File "game/00_Functions/scene_controller.rpy", line 96, in script
with Dissolve(0.1)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\ast.py", line 1389, in execute
renpy.exports.with_statement(trans, paired)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 187, in execute
fixed:
File "game/00_Functions/screens.rpy", line 215, in execute
if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
File "game/00_Functions/screens.rpy", line 220, in execute
for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
File "game/00_Functions/screens.rpy", line 221, in execute
for zorder_ptr in zorder_list:
File "game/00_Functions/screens.rpy", line 223, in execute
if (data.has_key("active") == False or data["active"] == True) and (showObjectsNotOwner == True or checkObjectOwnerVisible(i, data) == True):
File "game/00_Functions/screens.rpy", line 363, in execute
if data["type"] == 3: #text with image
File "game/00_Functions/screens.rpy", line 393, in execute
if pass_num == 2:
File "game/00_Functions/screens.rpy", line 471, in execute
if sceneSpriteSurfacesCache.has_key(scene_name + i) == False:
File "game/00_Functions/screens.rpy", line 472, in execute
$ spriteImage = im.MatrixColor(
File "game/00_Functions/screens.rpy", line 474, in <module>
im.matrix.brightness(brightness_adjustment) * im.matrix.saturation(saturation_adjustment) * im.matrix.contrast(contrast_adjustment) * im.matrix.tint(tint_adjustment[0], tint_adjustment[1], tint_adjustment[2])
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\im.py", line 1243, in __init__
im = image(im)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\im.py", line 1755, in image
raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
EP2-v13-720p-HotFix1
Mon Jul 13 20:43:31 2020
```
 

Vyacheslav Grinko

Active Member
Nov 9, 2018
579
615
Spoiler EP2 v14 - Slums events

View attachment 728957

Seems it's time to earn money at the flat instead just losing money with it ;)
Yes finally i mention this to Decent Monkey about Monica getting money from her loyal slum clients and Monkey said that he is considering but I didn't thought that he was working on that so fast he is hands down the best developer on adult game only one final wish and I can rest at peace Mommy update
 
3.50 star(s) 226 Votes