hypaweeb02

Newbie
Jan 28, 2020
76
57
this update was a little lackluster IMO, its a great game but this update was a bit lacking.

the main plot didnt really go anywhere plus there wasn't a whole lot of content for jill, the yoga scene was great but still, it set up some fairly interesting stuff that i hope will be resolved by chapter 6 specifically the text from dad. it just feels a bit short for around six months work.

i digress, stellar job as always, eagerly anticapating the next update (y)
 

ninetofive

Member
Oct 23, 2019
480
1,853
I think we all know who that person is that got most wrong fan fiction im telling u lmao


well were the HOTs were I was wrong with but it was basicly a coinflip it was discussed

that chad side piece tho shocker no one got that one rite :ROFLMAO:
I think the side-piece stuff is a red herring.

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

michael1984

Engaged Member
Dec 9, 2017
3,530
9,566
this update was a little lackluster IMO, its a great game but this update was a bit lacking.

the main plot didnt really go anywhere plus there wasn't a whole lot of content for jill, the yoga scene was great but still, it set up some fairly interesting stuff that i hope will be resolved by chapter 6 specifically the text from dad. it just feels a bit short for around six months work.

i digress, stellar job as always, eagerly anticapating the next update (y)
I have to agree with you … maybe because after that intro flashback we basicly did what the ep 4 ended on and went basicly in a one house tour all update :LOL:


But a lot of points got resolved so im content
 

galora

Cute as a button
Donor
Oct 15, 2019
285
323
We try to use spoiler tags for at least a week so we don't ruin anybody's game but after that we tend to go a little crazy with our theories and speculation about what it all meant and where its going.
Alright ty ty
 

ninetofive

Member
Oct 23, 2019
480
1,853
I have to agree with you … maybe because after that intro flashback we basicly did what the ep 4 ended on and went basicly in a one house tour all update :LOL:


But a lot of points got resolved so im content
What points got resolved though? I honestly don't know lol. Other than actually becoming a DIK which is obviously the main thing people were waiting on, none of the other plot points were really developed much if at all IMO.
 

jimmypage

Newbie
Jun 29, 2018
22
17
What an update, played my dik, chick, and medium route, shame have to wait for so long till the next update has made my lockdown this release
 

michael1984

Engaged Member
Dec 9, 2017
3,530
9,566
What points got resolved though? I honestly don't know lol. Other than actually becoming a DIK which is obviously the main thing people were waiting on, none of the other plot points were really developed much if at all IMO.
well plot points more theories about what to be expect so maybe I should have been clearer
 

hypaweeb02

Newbie
Jan 28, 2020
76
57
Every time I try to download this, I get an error message saying "failed - network error". Any advice on how to download it?
i had that probelem then i used a download manager and it worked cause when it failed it'd just restart from where it left off, if that doesnt work try the compressed (if you aren't) or a different download link.
 

michael1984

Engaged Member
Dec 9, 2017
3,530
9,566
Nah I'm not dismissing it just saying I'm not convinced. It's not like it was confirmed at all, just hinted at.
I mean that convo was pretty crazy if u ask me … its hard to dismiss something like that... I mean it didn't look like they were joking
 

BalBoy

Newbie
Aug 1, 2018
67
34
My head hurts.... i need to get drink i was searching whole house for fcking 20min and nothing... i dont even wanna say that this looks like freaking point and click games with very little choices at all (maybe am wrong but first 10min of this new update i had 1 choice only...)
 

DrKeags

New Member
Jun 3, 2017
2
3
Anyone knows how to fix this? Happens right before i check the rooster for lily
Using Light Compressed version with walkthrough mod

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

While running game code:
  File "game/season2/scripts/freeroam/episode5/ep5_freeroam_ano.rpy", line 841, in script
    $ result = ui.interact()
  File "game/season2/scripts/freeroam/episode5/ep5_freeroam_ano.rpy", line 841, in <module>
    $ result = ui.interact()
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 102, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 102, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 245, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 246, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 264, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 272, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 276, in execute
IndexError: list index out of range

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

Full traceback:
  File "game/season2/scripts/freeroam/episode5/ep5_freeroam_ano.rpy", line 841, in script
    $ result = ui.interact()
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/season2/scripts/freeroam/episode5/ep5_freeroam_ano.rpy", line 841, in <module>
    $ result = ui.interact()
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\KGS\Desktop\TX\BeingADIK-0.5.0-pc-lin\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 102, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 102, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 245, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 246, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 264, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 272, in execute
  File "game/season2/scripts/phone/rooster/ep5/clucks_ep5_lily.rpy", line 276, in execute
  File "<screen language>", line 276, in <module>
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.5.0
Sat May 30 03:47:12 2020
 
  • Like
Reactions: RealAhab and bo3030
4.80 star(s) 1,538 Votes