Weasel_Face

Active Member
Sep 16, 2020
697
1,615
What's with that crazy monologue about Emily at the end of chapter 3? "I was not there for Emily as I was with someone else. We'd meet every Saturday & buy booze, she'd buy it cause I wasn't old enough, the nights we spent drinking in the park past our curfew, you died in the arms of someone else..." blah, blah, blah...

Has MC descended into fucking madness??? Cause I'm pretty sure that Emily was driving the family car and MC was in the passenger seat when they got t-boned driving home from seeing Mom at the Gallery and (MC's daughter) Emily was DOA at the hospital...

P.s. I've never gotten over that scene as I REALLY liked Emily and was hoping to replace wife with her! That's up there with Dr. PC's house on fire scenario...
 
Last edited:

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,520
I don't understand why some people hate Louise so much. Why is that?
I'm not sure also. I love Louise. I've only played on her love path if there is such a thing. Perhaps, she was horribly unforgivable in the opposite path? The question is why no one hates the MC when in most if not all game the MC is the one who cheats most of the time, the player made the decision for the MC all the time. I guess it is always the other person faults, they are always wrong etc. :unsure:
 

underoath27

Well-Known Member
Nov 22, 2020
1,557
1,273
I'm not sure also. I love Louise. I've only played on her love path if there is such a thing. Perhaps, she was horribly unforgivable in the opposite path? The question is why no one hates the MC when in most if not all game the MC is the one who cheats most of the time, the player made the decision for the MC all the time. I guess it is always the other person faults, they are always wrong etc. :unsure:
Hmmm, yea... I've only played on her love path too, and she is great, I really like her.
 
  • Like
Reactions: JohnF95zone

Cenc

Developing Reality
Game Developer
Jun 22, 2019
1,751
3,073
Yea, problably. Some devs always pay tribute to another devs. Just easter eggs.
Leap of Faith is a great game, and holds a similar tone (in some aspects) to Dreams of Reality - Both DriftyGames and I have created a small crossover.

Cece was fun to work with :)

What's with that crazy monologue about Emily at the end of chapter 3? "I was not there for Emily as I was with someone else. We'd meet every Saturday & buy booze, she'd buy it cause I wasn't old enough, the nights we spent drinking in the park past our curfew, you died in the arms of someone else..." blah, blah, blah...

Has MC descended into fucking madness??? Cause I'm pretty sure that Emily was driving the family car and MC was in the passenger seat when they got t-boned driving home from seeing Mom at the Gallery and (MC's daughter) Emily was DOA at the hospital...

P.s. I've never gotten over that scene as I REALLY liked Emily and was hoping to replace wife with her! That's up there with Dr. PC's house on fire scenario...
That's not the MC talking to you. That's Me. The Dev. Explaining who she was.
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,520
Leap of Faith is a great game, and holds a similar tone (in some aspects) to Dreams of Reality - Both DriftyGames and I have created a small crossover.

Cece was fun to work with :)



That's not the MC talking to you. That's Me. The Dev. Explaining who she was.
Very well done labor of love, Cenc and congrats on the crossover with DriftyGames.

As per the inner monologue, I did not think it was the MC but someone else (mysterious person) narration and nice to know you cleared that up.

*Ran out of reactions for the day.
 
  • Like
Reactions: Cenc

hysepReC

Well-Known Member
Feb 16, 2022
1,058
3,877
I'm curious about Melissa. Was her showing up another one of the MC's hallucinations or something? It's kinda weird how she's staying at the MC's house but you never see her. Does Louise even know she's there? Why didn't the MC even think of inviting her on the trip to the beach house? :unsure:
 
  • Like
Reactions: Cenc

Allan Trumbull

Forum Fanatic
Sep 10, 2021
5,035
5,021
Have you used a MOD previously? As far as I am aware, the mod has not been updated for the latest version.

Could you past the traceback report you get and I can try and investigate.
Not previously. But using mod now.

&

Could you add option to turn Off save description ??
 

Deleted member 53157

Engaged Member
Jun 3, 2017
2,264
5,842
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1052, in execute
NameError: Name 'message' is not defined.

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

Full traceback:
  File "Chapter_scripts/Chapter_Four/freeroam_1_outside.rpyc", line 124, in script
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3318, 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 3738, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3738, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1052, in execute
  File "renpy/text/text.py", line 1669, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'message' is not defined.

Windows-10-10.0.19041
Ren'Py 7.5.0.63n
Dreams of Reality 0.4.0
Sat Jul  9 15:46:12 2022
 
  • Thinking Face
Reactions: Cenc
4.00 star(s) 29 Votes