Retro

Retired
Former Staff
Sep 7, 2017
3,218
18,928
Yeah, I havent played this since around version 0.06 and was confused how the "audition" scene was all the nicole content in the game after a year and a half??
 

Toranion

Member
Aug 31, 2018
145
524
Does anyone know how I can add a menu to the bed so that you can have a nap as well as sleep?

The only thing i really know is changing dialog and a few other commands that I have managed to pick while looking at the how RenPy games are put together
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,178
8,573
this game is so bucked - sorry - had to uninstall - missing triggers to see most of the content.
as i saw in /games files, there is so much content which is unreachable without cheat

sorry for the 1* review. but i was not allowed to give 0* - just uninstall and ignore - best you can do
 

warbandit18

Member
Aug 31, 2017
323
209
So how do i trigger the clothing store on the map? i need to find jacq but the clothing store never appeared on my map.
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,178
8,573
So how do i trigger the clothing store on the map? i need to find jacq but the clothing store never appeared on my map.
install and open console (maybe search for install advice if you dont have it right now)
then use console cheat: jump jacq1
you are able to buy present or date her, but you miss all the content story towards that point (i dont know how to trigger/cheat that content, but i saw it in files in /games directory)
 

Laryen35

Newbie
Oct 16, 2018
49
14
To those not having Shopping Mall and want to buy gift:
Open console (SHIFT+O) and type:
Code:
jump jacq1
select buy gift for mia, go through the scene and when you're at the map enter the same command again and you will get the gift.

If you do not have console enabled I recommend enabling using this tool:
This worked like a champ for me... Thank you
 

1800 Mr. Tourture

Well-Known Member
Jun 10, 2017
1,175
2,171
You need to switch on view hidden items
AppData is a hidden system file. With the contents of USERNAME displayed, on menu select Tools>Folder Options. Then select the View tab and click the "Show hidden files, folders, and drives" button.
It's a hidden folder by default. If you don't have hidden folders set to viewable, you wont see it.
See this is what happens when you have both a Mac and Pc; you start to get the details mixed up. I completely forgot about hidden folders on Windows because there is an appdata folder in OS. Thanks for the advice guys!
 
  • Like
Reactions: Hones

Toranion

Member
Aug 31, 2018
145
524
I was wondering if there is anyone that can help me get around this error

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

While running game code:
  File "game/Corridor.rpy", line 11, in script
    call screen corr
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 1566, in execute
    screen corr:
  File "game/screens.rpy", line 1566, in execute
    screen corr:
  File "game/screens.rpy", line 1567, in execute
    imagemap:
  File "game/screens.rpy", line 1572, in execute
    imagebutton xalign 0.99 yalign 0.02:
Exception: Imagebutton does not have a idle image.

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

Full traceback:
  File "game/Corridor.rpy", line 11, in script
    call screen corr
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1566, in execute
    screen corr:
  File "game/screens.rpy", line 1566, in execute
    screen corr:
  File "game/screens.rpy", line 1567, in execute
    imagemap:
  File "game/screens.rpy", line 1572, in execute
    imagebutton xalign 0.99 yalign 0.02:
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\ui.py", line 927, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "E:\View of Family\View_of_family-0.1.2-pc\renpy\ui.py", line 923, in choice
    raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
View of family 0.1.2
Wed Dec 05 18:13:03 2018
 

Mikeleg

New Member
Sep 10, 2018
11
0
I tried (Shift+O) to open the console but nothing happened....do I have to activate the console or download something? I can't get the store to show up to buy Mia's gift...
 
3.70 star(s) 35 Votes