Ren'Py Completed Daddy's Goodnight Kiss [v1.1 HD] [Dirty Secret Studio]

2.00 star(s) 22 Votes

garyH

Newbie
May 25, 2017
51
37
What are the 2 games to the left of Snow Daze and the 1 to the right of Summertime Saga on the game store shelves?
 

Cherfo

Member
May 18, 2018
162
174
Can someone help me with the following:
I made the beach a nude beach, when I invite Emily to the beach the changeroom scene plays where B and E talk about naked at beach but then they have bikinis on and I can only play the "normal" beach scene like before.
 

Simon Jester

Member
Aug 14, 2018
491
181
So getting this error from gamergirl at the store after buying the stealthgame
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/first_night.rpy", line 38, in script call
    call intro_name_menu from _call_intro_name_menu
  File "game/outside.rpy", line 1120, in script call
    call gamer_girl_level_0 from _call_gamer_girl_level_0
  File "game/outside.rpy", line 1384, in script
    if gg_stream>=2:
  File "game/outside.rpy", line 1384, in <module>
    if gg_stream>=2:
NameError: name 'gg_stream' is not defined

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

Full traceback:
  File "game/first_night.rpy", line 38, in script call
    call intro_name_menu from _call_intro_name_menu
  File "game/outside.rpy", line 1120, in script call
    call gamer_girl_level_0 from _call_gamer_girl_level_0
  File "game/outside.rpy", line 1384, in script
    if gg_stream>=2:
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/outside.rpy", line 1384, in <module>
    if gg_stream>=2:
NameError: name 'gg_stream' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Goodnight Kiss .999
Wed Sep 05 13:57:44 2018
Edit the two files the gg_stream exists in and change gg_stream to gamer_girl_stealth fixes this error.
 

Simon Jester

Member
Aug 14, 2018
491
181
Ok, went to the gamergirls apartment. Git the following error:
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'gamer_girl_stream_3.jpg'>:
  File "game/first_night.rpy", line 38, in script call
    call intro_name_menu from _call_intro_name_menu
  File "game/gamer_girl.rpy", line 584, in script
    "You brush your finger against [gamer_girl_name]'s clit."
IOError: Couldn't find file 'gamer_girl_stream_3.jpg'.

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

Full traceback:
  File "game/first_night.rpy", line 38, in script call
    call intro_name_menu from _call_intro_name_menu
  File "game/gamer_girl.rpy", line 584, in script
    "You brush your finger against [gamer_girl_name]'s clit."
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gamer_girl_stream_3.jpg'.

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Goodnight Kiss .999
Wed Sep 05 15:01:32 2018
So it looks like some of the images are still named gg*, not really sure what the developer intends so, not going to try and fix it.
 

iNvadeD

Newbie
Dec 29, 2017
22
8
getting the following below when trying to take photo ? can't take photo..
I have

char 2
law 3
coding 3
str 5
stel 3

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

While running game code:
  File "game/first_night.rpy", line 38, in script call
    call intro_name_menu from _call_intro_name_menu
  File "game/wife_hotel.rpy", line 321, in script
    if daddy_law>0 and dan_photo==0:
  File "game/wife_hotel.rpy", line 321, in <module>
    if daddy_law>0 and dan_photo==0:
NameError: name 'dan_photo' is not defined

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

Full traceback:
  File "game/first_night.rpy", line 38, in script call
    call intro_name_menu from _call_intro_name_menu
  File "game/wife_hotel.rpy", line 321, in script
    if daddy_law>0 and dan_photo==0:
  File "C:\Users\InvadeD\Desktop\mooove\GoodnightKiss-.999-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\InvadeD\Desktop\mooove\GoodnightKiss-.999-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\InvadeD\Desktop\mooove\GoodnightKiss-.999-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/wife_hotel.rpy", line 321, in <module>
    if daddy_law>0 and dan_photo==0:
NameError: name 'dan_photo' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Goodnight Kiss .999
Wed Sep 05 23:03:47 2018
[/CODE]
 

Dolphin3000

Well-Known Member
May 9, 2017
1,290
1,877
does you cheat ? with your save i get errors at the flower shop and with the gamer girl... or is the Game still bugged like hell
My only cheat was the amount of money. The errors you found I suppose are game bugs. I guess some if not all of them are fixed using the files provided in this post:
 

Yandere Lover

Member
Jul 28, 2017
468
368
With the new Update is there actually any sex scenes with Daughter or Niece yet. I have been playing this game for awhile now and still nothing.
 

cxx

Message Maestro
Nov 14, 2017
57,211
28,323
niece is fuckable once after smokes pot with her probably after nightclub trip (although 1st time i did it no nightclub trip).
 

Simon Jester

Member
Aug 14, 2018
491
181
niece is fuckable once after smokes pot with her probably after nightclub trip (although 1st time i did it no nightclub trip).
Ok you can have sex with the niece once, if you share experimental drugs with her in her room. After a certain point the niece will give you a BJ in the club if you go through the right conversational path. As I recall you can't talk to the daughter at the club as that triggers the bar fight. As I recall the path is talk to Sam (buy drink), talk to Brenda (buy drink), and then talk to Sam again and she'll offer to have you follow her out to an alley and give you a BJ. Then they all leave the bar without a fight and points with all.
 

おい!

Engaged Member
Mar 25, 2018
2,574
7,524
Ok you can have sex with the niece once, if you share experimental drugs with her in her room. After a certain point the niece will give you a BJ in the club if you go through the right conversational path. As I recall you can't talk to the daughter at the club as that triggers the bar fight. As I recall the path is talk to Sam (buy drink), talk to Brenda (buy drink), and then talk to Sam again and she'll offer to have you follow her out to an alley and give you a BJ. Then they all leave the bar without a fight and points with all.
You can talk to the daughter at the club to trigger an event and the goes same for Brenda.
 
2.00 star(s) 22 Votes