Harlequin1229
Member
- Jun 6, 2017
- 155
- 131
- 305
weird not the name i gave her, just weird when ppl refer to a default name i don't know, so i have no clue who they are talking about.She's the daughter.
It's the default name.weird not the name i gave her, just weird when ppl refer to a default name i don't know, so i have no clue who they are talking about.
I used your files on the game and still got some exceptions. Niece - give pills threw an exception due to a swapped letter pair. Miranda throws an exception if you tell her about her husband before taking the photo at the hotel. "dan_photo undefined". I believe the fix for that would be putting a line like "dan_photo=0" in script.rpy around line 228 since the first time it is declared is in wife_hotel.rpy line 7 which is in the hotel_wife_cheat_confront section but I did not mod the script file.Ok since v0.22 doesen't seems to fix some bugs from v0.21.
I applied some bugfixes on the v0.22 scriptfiles for bugs that prevent you from seeing 3 Scenes and getting a Achievement at the end of 1 Scene, fixes also the "brenda_add_romance" and "last_namee" not defined exceptions.
You don't have permission to view the spoiler content. Log in or register now.
Just copy the 3 .rpy Files from the fix Folder over the existing ones in GoodnightKiss-.22-pc/game/ and overwrite them.
Backup of Original Files are included in the backup Folder just in case.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 52, in script call
call screen dau_name_menu
File "game/niece.rpy", line 291, in script
$ niece_alignemnt-=round(daddy_charisma/3)
File "game/niece.rpy", line 291, in <module>
$ niece_alignemnt-=round(daddy_charisma/3)
NameError: name 'niece_alignemnt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 52, in script call
call screen dau_name_menu
File "game/niece.rpy", line 291, in script
$ niece_alignemnt-=round(daddy_charisma/3)
File "C:\\\\\GoodnightKiss-.22-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\\\\\GoodnightKiss-.22-pc\renpy\python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/niece.rpy", line 291, in <module>
$ niece_alignemnt-=round(daddy_charisma/3)
NameError: name 'niece_alignemnt' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
Goodnight Kiss .22
Tue May 08 18:05:11 2018
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 52, in script call
call screen dau_name_menu
File "game/miranda.rpy", line 89, in script
if dan_photo==1:
File "game/miranda.rpy", line 89, in <module>
if dan_photo==1:
NameError: name 'dan_photo' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 52, in script call
call screen dau_name_menu
File "game/miranda.rpy", line 89, in script
if dan_photo==1:
File "C:\\\\\GoodnightKiss-.22-pc\renpy\ast.py", line 1702, in execute
if renpy.python.py_eval(condition):
File "C:\\\\\GoodnightKiss-.22-pc\renpy\python.py", line 1843, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\\\\\GoodnightKiss-.22-pc\renpy\python.py", line 1836, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/miranda.rpy", line 89, in <module>
if dan_photo==1:
NameError: name 'dan_photo' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
Goodnight Kiss .22
Tue May 08 18:18:43 2018
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 52, in script call
call screen dau_name_menu
File "game/niece.rpy", line 1727, in script
$ brenda_add_romance(5)
File "game/niece.rpy", line 1727, in <module>
$ brenda_add_romance(5)
NameError: name 'brenda_add_romance' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 52, in script call
call screen dau_name_menu
File "game/niece.rpy", line 1727, in script
$ brenda_add_romance(5)
File "C:\\\\\GoodnightKiss-.22-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\\\\\GoodnightKiss-.22-pc\renpy\python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/niece.rpy", line 1727, in <module>
$ brenda_add_romance(5)
NameError: name 'brenda_add_romance' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
Goodnight Kiss .22
Wed May 09 01:20:15 2018