DmollSR

Member
Dec 19, 2024
127
119
I'll admit the episode 11 playlist might just be the best ever DPC has ever added to this game. Almost every soundtrack is a banger. Here's my list;

1. A Hext - Don't Forgive Me

2. A Hext - Smooth as a Bird

3. JAM Studio - I'm Rising to the Top

4. Roy Ahern - Dark Movement

5. Nicholas Ripamonti - Liar

6. One Wave - Beams

7. Marc Walloch - Brown Elephant

8. Penelope Dow - Your Day Is Comin'

9. Rex Chroma - Getting Wild

10. ASDF - Time to Wake Up
 

hakuna-matata

Well-Known Member
May 30, 2020
1,626
6,579
1741547425667.png

1741547496543.png

This going to be interesting. I made separate save files for this one to see all LI-Zoey switch outcomes. How is he going to break up with the LI? After Derek gets his finger sown back? How the fuck do you even show up at the Christmas party?

I find this switch to be rather fast... 3 episodes and what? Maybe around 3-4 months worth of in-game time?
 

darknight902

New Member
Aug 31, 2021
7
0
crashing when talking to zoey through phone after christmas party

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

While loading <'Image' u'gui/button/quick_idle_background.png'>:
  File "game/scripts/freeroam/episode11/ep11_freeroam_room2.rpy", line 493, in <module>
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
NameError: Name 'mod_gr' is not defined.

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

Full traceback:
  File "scripts/freeroam/episode11/ep11_freeroam_room2.rpyc", line 493, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/freeroam/episode11/ep11_freeroam_room2.rpy", line 493, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, 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 3735, 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 3735, 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/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, 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/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-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 'mod_gr' is not defined.
 

Fenix89

New Member
Mar 26, 2018
9
7
Does anyone else's game just shutdown at the opening scene? Every time after I get through the recap I get 5 clicks in and the game shuts down. I've redownloaded, used saves that have no cheats enabled but still it won't let me get past the first scene.
 

g900vroot

Newbie
May 8, 2021
22
49
So. Find myself in agreement with several others. This release is pretty "meh" compared to previous releases. I know DPC has to create a lot of content for each of the different paths, so maybe I need to try some of the other paths.... but this release is definitely disappointing compared to his previous work.
 

Ray_D

Forum Fanatic
Nov 13, 2022
4,550
14,776
View attachment 4629733

View attachment 4629734

This going to be interesting. I made separate save files for this one to see all LI-Zoey switch outcomes. How is he going to break up with the LI? After Derek gets finger sown back? How the fuck do you even show up at the Christmas party?

I find this switch to be rather fast... 3 episodes and what? Maybe around 3-4 months worth of in-game time?
You don't fool me hakuna, you want to see how sage smashes zoey's face with a roundhouse kick. :KEK:
 

hakuna-matata

Well-Known Member
May 30, 2020
1,626
6,579
You don't fool me hakuna, you want to see how sage smashes zoey's face with a roundhouse kick. :KEK:
I really do!!! I also want to see Bella pull out those garden sheers and if Jill has some fight in her. Josy and Maya are a wild card. That Sage save is not a save where MC bangs Jade. I am thinking I should do one with banging Jade.... you know... for drama.
 
Last edited:
  • Haha
Reactions: Ray_D

dalli_x

Engaged Member
Jul 7, 2017
3,451
7,812
Could be Patrick, or emt coming for Derek
I don't think it was paramedics because there is no one left in the dining room. They will all have gone to the hospital with Derek.

I think it could be either James or Nick. Why Nick? We don't know where Nick went, but it must be possible to reach the college. But I'm just remembering the look on Nick's face when he saw Isabella coming out of the DIK Mansion.
 
4.80 star(s) 1,609 Votes