saynotoNTR

Active Member
Mar 17, 2021
996
2,196
However, because we usually have more than a half year, between episodes, peoples create some many theories and let their imagination wild, which will lead to the inevitable, which is that
View attachment 2331444
There's a guy here... Dalli? I think? The guy has some theories that need no comment. It's Hollywood-level stuff, it's really good. I don't know if he's serious, or if he's trolling everyone. But his creativity is undeniable. :KEK:
 

ChipLecsap

Conversation Conqueror
Aug 4, 2019
6,877
25,219
There's a guy here... Dalli? I think? The guy has some theories that need no comment. It's Hollywood-level stuff, it's really good. I don't know if he's serious, or if he's trolling everyone. But his creativity is undeniable. :KEK:
Yeah, Yeah, We know him as "Mr . They both wear white pants so it's mean they are Sisters "
I'm not sure the "Good" is the right word to describe it :ROFLMAO:. But, in his defense, he is probably on some really real hardcore Drugs, :LOL:
Reading His theories is like "masturbating with a cheese grater: slightly amusing, but mostly painful" :LUL:
 

walker188

Active Member
Apr 30, 2017
745
2,246
Sometimes I feel sorry for Tybalt, he's a preppy asshole but still...
Tybalt is an elistist prick, but honestly, the MC gives him an absolute beat down. Sure Tybalt's picking the fight, so he's not exactly blameless, but it's still horrific. There's nothing satisfying or honorable about a mastiff tearing a Weiner dog in half, even if the Weiner dog started it.

And then you see how his mom and sis (and presumably father, treat him) and now I just feel bad for the guy. He doesn't have a good home life through no fault of his own.

Honestly, Sage comes off a lot worse in Ep.9 than she was before. She's a shitty sister.

I wish DPC would lay off Tybalt a bit or give him a redemption arc.
 

BakaHu

Member
May 8, 2022
348
424
Unofficial Android Port for :

Being a DIK [v0.8.2] + Scrappy's Mod

Android (Apk+Data) : Mega, G-Drive1, G-Drive2,

You don't have permission to view the spoiler content. Log in or register now.

If you trouble to installation apk+data, watch video

ALLOW STORAGE ACCESS
My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.
You don't have permission to view the spoiler content. Log in or register now.

if you liked my work, support on Patreon.


If it says unknown developer or something like that just press install anyway.

Give Me Your Feedback on the Discord Server. As it's easier to reach me there, than here.

View attachment 1993172
Does this have a interface that makes minigames possible on android?

I've played this before and I've never liked skipping the minigames.

Before an Obb was needed there was a port that had functioning D pad arrows,
haven't played since it required an Obb and that porter stopped porting it.
 

toobextra

Member
Jun 1, 2021
146
1,634
Tybalt is an elistist prick, but honestly, the MC gives him an absolute beat down. Sure Tybalt's picking the fight, so he's not exactly blameless, but it's still horrific. There's nothing satisfying or honorable about a mastiff tearing a Weiner dog in half, even if the Weiner dog started it.

And then you see how his mom and sis (and presumably father, treat him) and now I just feel bad for the guy. He doesn't have a good home life through no fault of his own.

Honestly, Sage comes off a lot worse in Ep.9 than she was before. She's a shitty sister.

I wish DPC would lay off Tybalt a bit or give him a redemption arc.
the shit.png
 

walker188

Active Member
Apr 30, 2017
745
2,246
Ironically, the way for DPC to make her the biggest threat would be to just have her hang around, be friendly and not try anything with the MC -- simply because most of the players won't be able to stand having a tasty piece of hot ass that dares to just ignore their protagonist charm dangled in front of them /s
This is sadly the truth. I had zero interest in Zoe until she turned down a chance to get into bed with me on my dikish others route.


Now I must have her!
 

JETracktor

Well-Known Member
Apr 14, 2021
1,107
3,234
There's a guy here... Dalli? I think? The guy has some theories that need no comment. It's Hollywood-level stuff, it's really good. I don't know if he's serious, or if he's trolling everyone. But his creativity is undeniable. :KEK:
Dalli_x may appear as a local memelord but he also could be DPC in disguise.
dalli_xD.png
 
  • Thinking Face
Reactions: dalli_x

robrize2169

Well-Known Member
Oct 8, 2022
1,928
3,898
Lay off Tybalt? are you fucking stupid. the guy blackmails Jill into going on dates with him saying he will sue MC for starting a fire, which never happened. he is an arrogant bitch who thinks he is better than mc because daddy is rich and gives him whatever he wants. Tybalt has more shit coming his way, esp on Sage path since she hates him too. and Jill should get in on the fun too. mc should tell her that tybbie stole her panties and has a watermelon named Jill that he uses when he wanks his tiny micro dick. Tybalt is a desperate loser and mc should be humiliating him whenver possible. would love to have seen his response to finding his bed covered in pumpkin pulp. how did DPC not put that scene in there??? i often do a repeat of punching his face and slamming him with tennis balls for shits and giggles.
 
  • Like
Reactions: Webleten

ioioioi

New Member
Jun 8, 2021
1
0
Does anyone know what might be causing this error when I try to look at 2D Rewards and also does it for mixed rewards?



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_2d.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 23, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 35, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 36, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 42, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 42, in <module>
TypeError: 'bool' object has no attribute '__getitem__'

-- 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/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_2d.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 23, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 35, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 36, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 42, in execute
  File "game/scripts/rewards/rewards_2d.rpy", line 42, in <module>
TypeError: 'bool' object has no attribute '__getitem__'

Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Sun Jan 22 21:55:13 2023
```
 

Geralt From Rivia

Conversation Conqueror
Jun 15, 2022
6,429
41,214
Danny does something for me.

She's annoying as fuck, but very pretty and somewhat kinky based on her conversation with Jamie towards the end of the party.

I wonder if a chick character will be able to bang her, if he manages to influence Jamie out of that relationship.
I wouldn't fuck any of those peacocks. This is a big risk of contracting brain cancer, as seen in Jamie's example.
Seriously, I don't know what this guy has in mind.
 

Nothsor

Newbie
Jul 20, 2017
22
9
Sorry if this has been posted, but 11k pages is a lot to look through. Not sure if it’s an old bug I never got to or a new one, but is anyone having issues with not getting a text from Sage and Tommy? tasks says i need to respond to them, but I don’t have any message, so I can’t leave my bedroom.
 

Geralt From Rivia

Conversation Conqueror
Jun 15, 2022
6,429
41,214
There is "nothing wrong" with Sage in episode 9. It's just that I had the feeling that Sage in episode 9 was no different from “fuckbudy” Sage, I felt cheated by choosing her as my main love interest.

I thought I would see another side of Sage, the sex-lover side I already knew, DPC made me choose Sage and in return I didn't get anything new. I could still fuck Sage like fuckbudy without having to choose her in episode 8, no?
We saw a different side of Sage in Ep 9 during the meeting with Burke. We saw how she took care of Maya, saw her feelings, how upset and depressed she was when Stephen refused to help her.
Sage is fine, we just saw her wild side for the most part.
678676.JPG
2343232.JPG
 
4.80 star(s) 1,584 Votes