hakuna-matata

Well-Known Member
May 30, 2020
1,691
6,791
Wait, is it actually THAT FUCKING SIMPLE????


I can't tell if you're joking or not, but in case not:
open [BaD folder]/renpy/common/00console.rpy with notepad++ and Ctrl + F console.config

where it says "console.config = False", write "console.config = True"
open the game and press Shift + O.
It is. It's False, not off. Forgot, the coffee did not kick in
 

NebulousShooter

Forum Fanatic
Donor
Oct 24, 2018
4,571
30,451
Just finished the "Others" path, and I gotta say, it was pretty fucking excellent.

Everything balanced out nicely (except for the mc not having enough juice to fuck Sarah shortly after fucking Mel, I mean this is the mc that regularly fucks 5 girls a night...)

But yeah, it might be a while before I go back and play any of the main girl paths, but it was definitely a lot of fun.
For the first time in S3, most Main Girls runs were as good as Others
 
  • Like
Reactions: shazba jnr
Oct 13, 2021
92
80
Persistent Season 3 and Episode 11 Start saves.

Unzip and put them in the 'saves' folder inside the 'game 'folder'.

Overwrite if prompted.

If you haven't opened the game before you will need to create the 'saves' folder.

Thank You Btw what if i want to play
from Start of Season 3 ep 1 to eventually ep 11
Like i want to play season 3 from start
what file do i need for that, and where do i put it
 

TomUK

Engaged Member
Sep 28, 2021
3,241
2,387
It's weird that you can't prepare a gift for Lily, Quinn or Nicole when their paths are already pavimented. If you're in one of their paths, why wouldn't you give them a gift?
Probably because they aren't part of the 'group' and I think the gift thing is only really geared towards their little Xmas party at Bella's.
 

DmollSR

Member
Dec 19, 2024
163
197
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. MVMT - More Than Friends
 
Last edited:

hakuna-matata

Well-Known Member
May 30, 2020
1,691
6,791
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?
 

TomUK

Engaged Member
Sep 28, 2021
3,241
2,387
Thank You Btw what if i want to play
from Start of Season 3 ep 1 to eventually ep 11
Like i want to play season 3 from start
what file do i need for that, and where do i put it
Start of season 3 is episode 9, episode 1 is the start of the game in season1.
 

darknight902

New Member
Aug 31, 2021
7
1
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.
 
  • Angry
Reactions: Bazsa4

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,762
15,603
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:
 
4.70 star(s) 1,638 Votes