Nov 8, 2019
124
314
First time playing this, is the game supposed to look nothing like the pictures here or is my gpu rendering this weirdly or what's going on. Everything is super blownout outside and inside it looks there's thick fog.
 

Myscho

Active Member
Jun 30, 2018
768
550
First time playing this, is the game supposed to look nothing like the pictures here or is my gpu rendering this weirdly or what's going on. Everything is super blownout outside and inside it looks there's thick fog.
Yep, was checking pictures in game folder for chapter 2 and especially bright colors are oversaturated, like execissive use of bloom or something, white color literally shine like sun combined with flashback grenade and maximum brightness
 

Celestial Novel

I Gave My Life To My Game
Game Developer
Jun 3, 2022
583
2,007
First time playing this, is the game supposed to look nothing like the pictures here or is my gpu rendering this weirdly or what's going on. Everything is super blownout outside and inside it looks there's thick fog.
Give me the screenshot. You are not messing around with brightness settings inside the game right?
 

RUNDMC

Newbie
Jan 29, 2018
35
121
New update does not work, cant get to ch2 after starting new game and neither when loading the old save. Just ends in bedroom scene with hugs. Save attached. Edit: I downloaded the game from Gofile second time. Mega seems to be the issue.
 
Last edited:

Celestial Novel

I Gave My Life To My Game
Game Developer
Jun 3, 2022
583
2,007
New update does not work, cant get to ch2 after starting new game and neither when loading the old save. Just ends in bedroom scene with hugs. Save attached.
Strange, I can play the chapter 2 just fine with your save file

Pressing the RESET button fixed it! But the weird thing is I didn't touch a single thing when I started playing, it came default like that for me.
Glad you fix the issue, by the way are you playing with PC, Linux or MAC?
 

letaonchik

Newbie
Apr 10, 2021
87
65
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/common/00library.rpy", line 169, in _default_empty_window
store.narrator.empty_window()
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 147, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 158, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 158, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\main.py", line 660, in main
run(restart)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\execution.py", line 938, in run_context
context.run()
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\ast.py", line 889, in execute
statement_name(stmt_name)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\exports.py", line 1653, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 3359, in interact
self.show_window()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 2780, in show_window
renpy.config.empty_window()
File "renpy/common/00library.rpy", line 169, in _default_empty_window
store.narrator.empty_window()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 1132, in empty_window
self("", interact=False, _call_done=False)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 614, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\screen.py", line 1386, in get_displayable
screen.update()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 147, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 158, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 158, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.2.22081402

When starting new game. thank you for your work
 

Templar Knight

Active Member
Feb 2, 2018
704
795
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/common/00library.rpy", line 169, in _default_empty_window
store.narrator.empty_window()
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 147, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 158, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 158, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\main.py", line 660, in main
run(restart)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\execution.py", line 938, in run_context
context.run()
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\ast.py", line 889, in execute
statement_name(stmt_name)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\exports.py", line 1653, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 3359, in interact
self.show_window()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 2780, in show_window
renpy.config.empty_window()
File "renpy/common/00library.rpy", line 169, in _default_empty_window
store.narrator.empty_window()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 1132, in empty_window
self("", interact=False, _call_done=False)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 614, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\screen.py", line 1386, in get_displayable
screen.update()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 147, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 158, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 158, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.2.22081402

When starting new game. thank you for your work
i can confirm this, i got ctd after installed this mod.
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,045
78,973
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/common/00library.rpy", line 169, in _default_empty_window
store.narrator.empty_window()
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 147, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 158, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 158, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\main.py", line 660, in main
run(restart)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\execution.py", line 938, in run_context
context.run()
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/script.rpy", line 177, in script
narrator "This game is intended for people above 18 years of age"
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\ast.py", line 889, in execute
statement_name(stmt_name)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\exports.py", line 1653, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 3359, in interact
self.show_window()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\core.py", line 2780, in show_window
renpy.config.empty_window()
File "renpy/common/00library.rpy", line 169, in _default_empty_window
store.narrator.empty_window()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 1132, in empty_window
self("", interact=False, _call_done=False)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\character.py", line 614, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\screen.py", line 1386, in get_displayable
screen.update()
File "D:\Pgames\FateandLifeTheMysteryofVaulinhorn-2.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 142, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 147, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 158, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 158, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.2.22081402

When starting new game. thank you for your work
i can confirm this, i got ctd after installed this mod.
Just remove the JokerTextbox.rpy and done
 

jeff100

Member
Sep 11, 2020
221
149
Just an idea, but letting us customize the name of the characters, at least the main character and her 'totally not family', would be greatly appreciated. :)
 

Celestial Novel

I Gave My Life To My Game
Game Developer
Jun 3, 2022
583
2,007
Just an idea, but letting us customize the name of the characters, at least the main character and her 'totally not family', would be greatly appreciated. :)
Yea I understand some people want to change the name of the characters, but the problem is, I'm using Actor voice too so it will be hard to implement that as the actor voice needs 'a fix name'
 
3.60 star(s) 25 Votes