yankeeInKy

Well-Known Member
Mar 1, 2020
1,889
6,162
I gave this another supergrindy try, and I must say the praises round here are for a reason. Real good story. There is much more content in it now and so it is no longer super-repetetive, it's just grindy, it would help if one could skip single days as well. But I encountered a problem I have had in ALL attempts on this game. I never could trigger the mysterious guest, Steve. This shoud happen relartively early in the game and once again I am far beyond that path, with out getting it fired. Can anyone please describe in detail what to do?

I've been to the gym with Betty uncountable times, our stats are at max.What can I do to get ahead?
Have you got to the scene where Bardi wants you to spy on Betty and tell him when you go to the gym with her? Have you done your first photo shoot for Biff and got 5K for Victoria(I hate that Bitch and Biff too LOL) that should unlock their stats and start moving again. As for Steve's appearance he won't show up until Melanie disappears.
 
  • Like
Reactions: ray3dave

ray3dave

Well-Known Member
May 12, 2017
1,123
943
Have you got to the scene where Bardi wants you to spy on Betty and tell him when you go to the gym with her? Have you done your first photo shoot for Biff and got 5K for Victoria(I hate that Bitch and Biff too LOL) that should unlock their stats and start moving again. As for Steve's appearance he won't show up until Melanie disappears.
Thank you so much, now everything is much clearer. I did not know that Melanie has to be away! So I'll finish that path first. THANKS A LOT, MAN!

EDIT: Such a shame - it's said in the first sentence about that topic of the walkthrough! Learning to read happened quite some time ago, looks I unlearned it. Anyway, Thanks again!

EDIT: It's embarassing, the daily time skip has been implemented as well. This takes a lot of annoying time from the game, that means IF YOU SEE it...
 
Last edited:
  • Like
Reactions: yankeeInKy

yandex

Active Member
Oct 17, 2018
546
633
Love Melanie all the way, hope she gets lots more content.
Two requests for expert players here,

1)How many scenes in total are with Melanie and which ones ?

2)Can someone please share a save games with all Melanie saves ?

As far as I know, apart from photoshoots, Melanie has 4 scenes

1) with lawyer in her home
2)Being blackmailed by Victoria in Lawyer's office
3)Monica's audition
4)Present from Victoria for girlfriends

Are there any other scenes with Melanie apart from these ?
 

Mata3

New Member
Mar 6, 2019
12
1
I was playing through Episode 2 V.11 and immediately after I buy the apartment from the kebab guy,I get this error (does anyone know how to solve this?):
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 129, in script
$ interact_data = ui.interact()
File "game/00_Functions/scene_controller.rpy", line 129, in <module>
$ interact_data = ui.interact()
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 867, in execute
if miniMapTurnedOff2 == False:
File "game/00_Functions/screens.rpy", line 868, in execute
fixed:
File "game/00_Functions/screens.rpy", line 869, in execute
if len(minimapData) > 0:
File "game/00_Functions/screens.rpy", line 871, in execute
if miniMapOpened == False:
File "game/00_Functions/screens.rpy", line 872, in execute
button:
File "game/00_Functions/screens.rpy", line 881, in execute
add get_image_filename(miniMapOpenButtonImg + res.suffix)
AttributeError: 'bool' object has no attribute '_duplicatable'

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

Full traceback:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 129, in script
$ interact_data = ui.interact()
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/00_Functions/scene_controller.rpy", line 129, in <module>
$ interact_data = ui.interact()
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 867, in execute
if miniMapTurnedOff2 == False:
File "game/00_Functions/screens.rpy", line 868, in execute
fixed:
File "game/00_Functions/screens.rpy", line 869, in execute
if len(minimapData) > 0:
File "game/00_Functions/screens.rpy", line 871, in execute
if miniMapOpened == False:
File "game/00_Functions/screens.rpy", line 872, in execute
button:
File "game/00_Functions/screens.rpy", line 881, in execute
add get_image_filename(miniMapOpenButtonImg + res.suffix)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\sl2\sldisplayables.py", line 432, in sl2add
if d._duplicatable:
AttributeError: 'bool' object has no attribute '_duplicatable'
 

ibizadalton

Active Member
Donor
Apr 23, 2019
876
2,696
I was playing through Episode 2 V.11 and immediately after I buy the apartment from the kebab guy,I get this error (does anyone know how to solve this?):
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 129, in script
$ interact_data = ui.interact()
File "game/00_Functions/scene_controller.rpy", line 129, in <module>
$ interact_data = ui.interact()
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 867, in execute
if miniMapTurnedOff2 == False:
File "game/00_Functions/screens.rpy", line 868, in execute
fixed:
File "game/00_Functions/screens.rpy", line 869, in execute
if len(minimapData) > 0:
File "game/00_Functions/screens.rpy", line 871, in execute
if miniMapOpened == False:
File "game/00_Functions/screens.rpy", line 872, in execute
button:
File "game/00_Functions/screens.rpy", line 881, in execute
add get_image_filename(miniMapOpenButtonImg + res.suffix)
AttributeError: 'bool' object has no attribute '_duplicatable'

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

Full traceback:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 129, in script
$ interact_data = ui.interact()
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/00_Functions/scene_controller.rpy", line 129, in <module>
$ interact_data = ui.interact()
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 856, in execute
screen hud_minimap(minimapData):
File "game/00_Functions/screens.rpy", line 867, in execute
if miniMapTurnedOff2 == False:
File "game/00_Functions/screens.rpy", line 868, in execute
fixed:
File "game/00_Functions/screens.rpy", line 869, in execute
if len(minimapData) > 0:
File "game/00_Functions/screens.rpy", line 871, in execute
if miniMapOpened == False:
File "game/00_Functions/screens.rpy", line 872, in execute
button:
File "game/00_Functions/screens.rpy", line 881, in execute
add get_image_filename(miniMapOpenButtonImg + res.suffix)
File "E:\FashionBusiness-EP2-v11-720p-pc\renpy\sl2\sldisplayables.py", line 432, in sl2add
if d._duplicatable:
AttributeError: 'bool' object has no attribute '_duplicatable'


Update CODE (Win & Mac*):
397996
 

vimmers

Engaged Member
Aug 12, 2017
3,825
3,221
After the conversation ends, double dance begins. And even though I complete all the scenes, the same thing happens. I don't know what triggered like a continuous loop
not quite sure what there trigger it
have you tried to look at mollys table
have u talked with molly
have u stole money when being a waitress
 

Vorsyn

Newbie
Oct 10, 2018
24
29
Faced two minor issues.
Fred won't come ask me to look into Julia's panties at the office. I 've reached the place i get to pinch her ass, but story won't move from then.
Second one is more of a question, the Steve&Jane contracts, is there more content there above from sucking Steve's dick under the table for 5k?
 

vimmers

Engaged Member
Aug 12, 2017
3,825
3,221
Yes I did, and then I tried to quit without paying. But it didn't happen.
could you pm me your save and i will look at it but it shall be from version 0,11hotfix3
and a save higher then 10-1-LT1
Faced two minor issues.
Fred won't come ask me to look into Julia's panties at the office. I 've reached the place i get to pinch her ass, but story won't move from then.
Second one is more of a question, the Steve&Jane contracts, is there more content there above from sucking Steve's dick under the table for 5k?
1. you need to kiss her some more or what the previous task was to raise her stat
2. no or yes if you have the extra version i think
 
3.50 star(s) 226 Votes