- Mar 1, 2022
- 38
- 85
For more scenes with girls eating cereal in our couch, watching TV, and spooning. And less scenes with Madam Rose
Yes, I'm a romantic
Yes, I'm a romantic
I couldn't agree more.Both Josy and Maya fell for MC because they're forced apart by Patrick and went through months of doubts and conflict over that development, that made them think their relationship was doomed. MC was there for them when their partner wasn't, fulfilling the role they'd otherwise fill for each other. I doubt Josy would take so much notice of MC if she was coming back home each day to Maya to have wild sex and cuddles with her, and the same goes for Maya.
They're, effectively, in a long-distance relationship without any real contact, and if that ending in turning to someone else is somehow a proof their relationship can't work [in better circumstances as well] then one would have to conclude that very few human relationships can work at all, because that's the typical outcome in such scenario.
In the conversation between the drug supplier and Vinny, we learn that Quinn is somehow protected by the supplier because she's his dead pal's daughter, but despite that he doesn't trust her, and listens to what Vinny has to say.When you think about it, what was the point of kidnapping Riona? What does Vinny and the other degenerate expect to get out of her or accomplish? Info on Quinn? "She's selling more weed than usual"
This might end up in my HOF.
It could be more of a red herring cliffhanger...like he just want to talk with her while putting her under pressure and then he lets her go after a couple of minutes hoping that she is so scared that she stops working for Quinn or something.It's such a far fetched scenario I can picture DPC writing something nuts/
The kidnapping scenario is retarded.
Those Madam scenes are just totally pointless and don't add anything for anybody. They don't contribute to the story. They don't add to any relationship of the MC. They are visually unappealing.For more scenes with girls eating cereal in our couch, watching TV, and spooning. And less scenes with Madam Rose
Yes, I'm a romantic
I'm guessing DPC makes these mainly so the players who chose to buy the "VIP package" don't feel like they didn't get their money's worth, or smth. But then there's a question how many such players are out there to begin with.Those Madam scenes are just totally pointless and don't add anything for anybody. They don't contribute to the story. They don't add to any relationship of the MC. They are visually unappealing.
SanchoNoteSomething wicked this way comes....
SanchoMod proudly presents:
Being a DIK - Multimod Edition (Season 3, Episode 10 v0.10.0 Update)
View attachment 3168539
Go get you some.
( Simply click on the banner image above )
View attachment 3168533 View attachment 3168537
The mod so badass it can no longer be listed in the OP since Ep9.
Links in mod's OP and FAQ are updated accordingly.
You don't have permission to view the spoiler content. Log in or register now.Please enjoy. Mod core is updated to the latest v7b with even more features. I hope you find at least one feature beneficial to your experience. Remember absolutely everything can be toggled on/off as desired and on the fly. Complete information and exhaustive previews can be found on the mod's thread (simply click the banner above). Regards and be well.You don't have permission to view the spoiler content. Log in or register now.
Regards and be well,
- Sancho
Probably to force Quinn to stop snatching Vinny's customers? That would mean that Quinn care enough about her?
I'm also thinking she could be "Priscilla." She could have lots of powerful connections and possibly be the owner of The Pink Rose. I'm guessing Priscilla would be older since she is one of Stephen's friends or acquaintances. I don't think it's the blue-eyed girl since she's a student.Judging by her appearance on her date with Sage, she's likely to play an important role in the plot soon.
Could she be Priscilla? Or is she connected to Buddy?
I'm just thankful it isn't three scenes with cafeteria girlOh god. It was you all along! The person DPC was pandering to for the 3 Madame scenes!
(We could have gotten Sally, Bianca and Penny, but noooo)
I really doubt that in general and more specifically: She doesn't appear outside of that scene in a lot of playthroughs, because you have to take a number of decisions in the right way to even unlock her.she's likely to play an important role in the plot soon.
leaked image from joshy phone?Pretty sure Joshy's would go something like this (a few more HOTs probably need to be added with a suitable amount of Mayas to match).
View attachment 3172106
agree. such an important character cannot be optional in the playthroughs.I really doubt that in general and more specifically: She doesn't appear outside of that scene in a lot of playthroughs, because you have to take a number of decisions in the right way to even unlock her.
And even if she would appear as a normal character those scenes (let alone three of them) can't really change the story too much.
In this scene it is revealed to us that we will meet Jill's parents in November if you are on their route. It's funny in this chapter 10 there are many references to the past but few people have been able to see that.I dunno about other conversations, but now I more than ever suspect that this guy is MC's grandpa
View attachment 3172240
I think so too, it has to be him. The Style of his clothing is similar to what we see from the grandfather in the beginning.I dunno about other conversations, but now I more than ever suspect that this guy is MC's grandpa
View attachment 3172240
She could still be important (theoretically), but her scenes can't have much impact outside of minor dialogue changes here and there on that. So having 3 scenes with her (that are totally disconnected to anything else) really makes no sense either way.agree. such an important character cannot be optional in the playthroughs.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 22, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 180, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 181, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 187, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 187, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
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 "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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/rewards/rewards_mixed.rpy", line 1, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 22, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 180, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 181, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 187, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 187, in <module>
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.10.0
Thu Dec 14 16:11:35 2023
And I can imagine that if the MC is on Jill's path, the Grandad will meddle. He'll want to ensure his grandchild stays with the blue bloods. Queue all sorts of Drama as the Grandad interferes with their new relationship via the Royce family. Bonus points if he declares who the MC is in front of TybaltI think so too, it has to be him. The Style of his clothing is similar to what we see from the grandfather in the beginning.
Even if he's not the one, im pretty sure the grandfather is watching the mc from afar. Lynette's Diary was some kind of message imo, it never made any sense to me to get a inheritance 19 years later. The grandad will acknowledge the mc sooner or later, hes the only thing his daughter left behind.
And to be fair its somewhat reasonable for the granddad to hold some kind of grudge against neil. How long did Lynette and Neil know each other? A year or 1,5 years max or am i wrong?
He didnt wanted his daughter to be with neil, she did it anyway, got immediatly knocked up and died durign childbirth, its very tragic for everyone involved including the grandfather.
Another question: What happens on the dates with Sage and Quinn if Rusty has to sell his car? Do they walk on foot or take the bus?