That's gonna give me night terrors... she looks like you stole her precious and threw in some lava..The Same Style of Map/Overview...
Crappy Stat/Lvl Thing with Charisma/Faith and so on
Wife looks ... weird... Fucking Animation was ok.
The two Girls are not looking bad, but i'm still not a Fan of this Kind of Eyes.
Overall Renders are decent.
It seems like an Improvement to GK 1 but still... Nope.
For me this Style of Game isn't up-to-date anymore.
Edit: Just looked trough the Images Folder: Yikes. Kinda Same Grimaces as in GK1
You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/girls.rpy", line 347, in script
$ girl[MOLLY].resitance-=renpy.random.randint(1,5+get_stat(LUCK))
File "game/girls.rpy", line 347, in <module>
$ girl[MOLLY].resitance-=renpy.random.randint(1,5+get_stat(LUCK))
AttributeError: 'Girl' object has no attribute 'resitance'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/script.rpy", line 186, in script call
call level_up_begin from _call_level_up_begin
File "game/girls.rpy", line 347, in script
$ girl[MOLLY].resitance-=renpy.random.randint(1,5+get_stat(LUCK))
File "C:\Users\asd\Desktop\GoodnightKiss2-1a-pc\GoodnightKiss2-.1-pc\renpy\ast.py", line 881, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\asd\Desktop\GoodnightKiss2-1a-pc\GoodnightKiss2-.1-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "game/girls.rpy", line 347, in <module>
$ girl[MOLLY].resitance-=renpy.random.randint(1,5+get_stat(LUCK))
AttributeError: 'Girl' object has no attribute 'resitance'
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Goodnight Kiss 2 .1
Sun Mar 10 18:42:15 2019
and it works again as with V1 ... fixes do not come from the developer, but from the users.Making this a "bugfix" post as I go along.
Extract/overwrite the 2 files in the "game" subfolder. Will update when I find more issue's.
Same. I may never sleep again.That's gonna give me night terrors... she looks like you stole her precious and threw in some lava..
Hi Fission Mailed,Making this a "bugfix" post as I go along.
Extract/overwrite the 2 files in the "game" subfolder. Will update when I find more issue's.
Rough changelog for fix's:
I think that's everything that needed fixing other than various GUI issue's that I don't understand.
- 2 Libby
- 3 Evette
- 2 Molly
- 1 Item/Inventory (should be fixed, but suspect a new game is required and I don't want to do that just yet)
- 1 Drinking
- Added a notice on a new day for when you've gotten all the tracked scenes for this version, there could be stuff you haven't seen...but if you get the "end of version" you've probably seen everything there is.
- Inventory Protein Power fixed, didn't find issue's with other items
She's the Mama with a gleaming gloatherd.Those eyes.
eek
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/evette.rpy", line 255, in script
menu:
File "game/evette.rpy", line 269, in <module>
"She needs a good influence in her life" if lust<10 or player_traits.has_trait(trait_tantric_master)==True:
AttributeError: 'Inventory' object has no attribute 'has_trait'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/evette.rpy", line 255, in script
menu:
File "C:\Users\<user>\Downloads\f95\GoodnightKiss2-.1-pc\renpy\ast.py", line 1564, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\<user>\Downloads\f95\GoodnightKiss2-.1-pc\renpy\exports.py", line 885, in menu
condition = renpy.python.py_eval(condition)
File "C:\Users\<user>\Downloads\f95\GoodnightKiss2-.1-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\<user>\Downloads\f95\GoodnightKiss2-.1-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/evette.rpy", line 269, in <module>
"She needs a good influence in her life" if lust<10 or player_traits.has_trait(trait_tantric_master)==True:
AttributeError: 'Inventory' object has no attribute 'has_trait'
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Goodnight Kiss 2 .1
Tue Mar 12 23:09:35 2019
You mean she'sShe's the Mama with a gleaming gloatherd.You must be registered to see the links1:32
I like it, but what I quoted are the actual lyrics from the film The Sound of Music. Every line in the song is forcibly made to rhyme with 'goatherd', with scant regard to proper English.You mean she'sYou must be registered to see the links?
The line is actually "with a gleaming gloat heard" and it's proper {if bizarre} English.I like it, but what I quoted are the actual lyrics from the film The Sound of Music. Every line in the song is forcibly made to rhyme with 'goatherd', with scant regard to proper English.
I was mainly remarking her similarity to Evette - those eyes are quite startling.