Jun 21, 2018
39
27
37
I have a problem in episode 3, I have 2 scenes without being able to complete them because they require a specific dress that does not work, it is the scene in which they are having dinner and she wears the see-through dress with white flowers, when it is 8:00 p.m. instead of wearing that dress, she comes out in the gold / silver dress.
I have already repeated it 25 times and she never comes out with the see-through dress with white flowers at 8:00 p.m.
 
Jun 21, 2018
39
27
37
I have a problem in episode 3, I have 2 scenes without being able to complete them because they require a specific dress that does not work, it is the scene in which they are having dinner and she wears the see-through dress with white flowers, when it is 8:00 p.m. instead of wearing that dress, she comes out in the gold / silver dress.
I have already repeated it 25 times and she never comes out with the see-through dress with white flowers at 8:00 p.m.
I managed to go to episode 4 using the command "events = 63" the dilemma is that I do not have the points of shyness and others then certain events I cannot reproduce them for that reason, is there a command to modify that?
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,321
3,436
447
I managed to go to episode 4 using the command "events = 63" the dilemma is that I do not have the points of shyness and others then certain events I cannot reproduce them for that reason, is there a command to modify that?
You can go to toolbox and just skip to ep 4
 

killroy#5284

Newbie
Nov 19, 2018
79
21
212
Thanks a lot
It looks weird as I have no problems to switch to ep 11
Do you remember what you did after 35/35 were triggered at 10:00? I'm keen to be able to reproduce it. Thanks again
Sorry i do't remember i think nothing special just when i come to 35/35 at episode 10 i waited until episode 11 came up en click on it . i at some pictures what he says when i go/jump to ep 11 . after i click on 11 it looks like it stays on 10 but i played it to 42/35
 

Ali ibn Hassan

Engaged Member
Dec 19, 2019
3,123
15,709
682
Sorry i do't remember i think nothing special just when i come to 35/35 at episode 10 i waited until episode 11 came up en click on it . i at some pictures what he says when i go/jump to ep 11 . after i click on 11 it looks like it stays on 10 but i played it to 42/35
Same same but I skipped from 10 34/35 to 11 and the count stopped at 42/35 ep 10 though I went through all events in 11.33.
 
Last edited:
Apr 2, 2018
94
187
184
Save attached, it won't register several of the events necessary to complete Chapter 1. For example, two of the night dress events, which I've done a couple times each, are not registering as completed.
 

loptr999

New Member
May 13, 2020
7
39
128
I started My Best Friend's Daughter today and cannot get past the point of being relegated to the sofa to sleep... I have tried virtually every permutation of the options from the beginning and can't get past this point... I've used the fly /not used the fly, selected options where Julia is embarrassed / not embarrassed, been a gentleman / perv and nothing seems to work... Since there are no WT for Ep. 1, can someone offer some advice? Thanks in advance...
 

Burg

Member
Jul 22, 2017
180
173
158
I started My Best Friend's Daughter today and cannot get past the point of being relegated to the sofa to sleep... I have tried virtually every permutation of the options from the beginning and can't get past this point... I've used the fly /not used the fly, selected options where Julia is embarrassed / not embarrassed, been a gentleman / perv and nothing seems to work... Since there are no WT for Ep. 1, can someone offer some advice? Thanks in advance...
Take it on the chin and just continue with the game. You will end up on the bed, and then some, eventually anyway.
 
  • Like
Reactions: loptr999

loptr999

New Member
May 13, 2020
7
39
128
I'm done with this game... Even when starting over 4 times and using the walkthrough, events don't trigger and recommended options are greyed out as per the walkthrough... I got to 63 of 64 events in Chapter 3 and could not proceed without skipping to the next Chapter, then nothing I did triggered a single event in Chapter 4... Despite how attractive the models are, it's just not worth the aggravation... Smashing my thumb with a hammer would be more enjoyable...
 

loatgoan1

Newbie
Mar 18, 2019
84
66
106
Release dates for episode 12
Dear all
Episode 12 is almost ready for alpha test.
500 new images and 42 new bookmarks are waiting for you.
I have also added 87 new animations in this episode.
Soon I hope to be able to implement German translation (don't write to me in German, please, as I do not speak or understand German at all)
You can now skip 1 hour or skip to next day from the top of the main screen. You do not need to go to toolbox any longer.
I have also implemented a small welcome animation in the game.
Diamond, Platinum and Gold members - August 3rd (estimated)
Master members - Friday August 13th
Silver members - Friday August 20th
Bronze members - Friday August 27th
Supporters and public release - Friday September 10th
Except supporters - all other members will get there unique copy in their Patreon mailbox
Wish you all happy playing
Cheers
/Bob
 

viki123

New Member
May 31, 2018
7
1
182
I am unable to open the gallery by clicking on Julia's picture on the bottom left side of the screen.I get a renpy error stating that an exception has occurred.This is the error code i get. Can someone please help me ? This is on PC and this is my first time playing this game.

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
NameError: name 'mtt' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
NameError: name 'mtt' is not defined

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Thu Sep  2 22:31:37 2021
 
Last edited:

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,321
3,436
447
I am unable to open the gallery by clicking on Julia's picture on the bottom left side of the screen.I get a renpy error stating that an exception has occurred.This is the error code i get. Can someone please help me ? This is on PC and this is my first time playing this game.

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
NameError: name 'mtt' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
NameError: name 'mtt' is not defined

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Thu Sep  2 22:31:37 2021
Play ep 11.33
You can find it at my Patreon page
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,394
592
298
can someone help me? im stuck on 40/42 and cant figure what im doing wrong thanks heres my save
 
2.50 star(s) 95 Votes