Create and Fuck your AI Cum Slut –70% OFF
x

Malicre

Well-Known Member
Oct 23, 2018
1,551
2,769
413
On the sage path you are wasting your time you get more out of jill and the others than her i dont even feel she is ending worthy mc a hard sloppy seconds for her:sick:
Don't get me wrong, i like Jill as much as most people do, well a little less after this update due to her agreeing to some of tybalts demands we don't know about but i still choose Sage over her in that scenario because in that situation i would always help a friend out when they are in need and helping an ailing friend over a date just makes logical sense.
 

puttapablo

Newbie
Feb 25, 2019
27
21
167
Unlocked all the scenes except the Maya & Josy scene is at 50%. Still missing some of the special renders.
Has anyone gotten the Maya & Josy scene to 100%?
Hey Man! Thanks for the saves. But it doesnt unlock the Gallery. If it aint much trouble could you work some magic and make it work? Thanks for hearing out
 
  • Like
Reactions: DMC

Wizard_Shiryuu

Engaged Member
Sep 6, 2019
2,841
6,046
677
I am not sure how I feel about this episode.
On the one hand, certain plot items were completed.
On the other, certain things seems to be tossed into some kind of limbo.
Overall the quality of the artwork was as always, fantastic.
Did it see rushed to you all?
I think it rushed quite a bit. Did we even cover a full day? I guess we did, but it didn't seem like it.
I won't do spoilers, but I was surprised by how little seemed to really get accomplished...
Not saying it was a bad episode, just extremely short and rushed.
It was like five days, dude.
 

Stemmyz

Newbie
Apr 27, 2017
33
25
179
Hi guys,

Quick question, am I the only whose game is kinda laggy?
Like it sometimes takes a second or two for the game to register a click or a movement.
Everything was working fine up to episode 4 then I changed laptop and got a better one and somehow now it’s lagging.

Is there a way for me to optimise it or should I just play with te compressed version (it’s a gaming laptop with every “normal” game I’ve played so far working smoothly so I’m a bit confused).

Thanks for the help!
 

Malicre

Well-Known Member
Oct 23, 2018
1,551
2,769
413
That had to of been Maya's mom right? No way in hell it's a coincidence they introduce an older milf with white hair right as the father was returning? Or am i just crazy.
 
Last edited:

rj677

Member
May 30, 2020
203
1,017
299
I have been a passive reader of this thread for about 3 months now and after seeing a lot of theories and interaction in the community, i decided to actually post something in regards of this episode. My views are from a Full DIK playthrough and from a guy whose favorite LI is Sage.

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

Overall, Im really looking forward to see how things progress after that ending. Even though it will be 4-5 months away from now XD
 
Apr 5, 2018
49
178
63
Don't get me wrong, i like Jill as much as most people do, well a little less after this update due to her agreeing to some of tybalts demands we don't know about but i still choose Sage over her in that scenario because in that situation i would always help a friend out when they are in need and helping an ailing friend over a date just makes logical sense.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

chimidot

Member
Oct 21, 2017
259
180
265
what can i do now? i used the walkthrough mod for v 0.5 and now i can't load the last saves. i can only start a new game.. can you help me?
Untitled.png
 

fromsovngard

Newbie
Jun 1, 2020
58
59
49
Can someone post the save right before the DnG scenes? I forgot to save there and I would like to play this sequence once again.
 

RE:Infinity

Member
Nov 5, 2020
183
159
208
I got an error. could anyone help me?

While running game code:
Exception: Possible infinite loop

Full traceback:
File "season2/rewards/reward_render_screens/rewards_renders_ep5.rpyc" , line 263 in script
File "G:\BeingADIK-0.6.0-pc-lin\renpy\execution.py" , line 59, in check_infinite_loop
raise Exception ("Possible infinite loop." )
Exception: Possible infinite loop
 
Last edited:
Apr 5, 2018
49
178
63
what can i do now? i used the walkthrough mod for v 0.5 and now i can't load the last saves. i can only start a new game.. can you help me?
Install the "DETECTED MOD" ERROR FIX from the Extras on the front page. You could run into some bugs so don't write over any important saves but it mostly works. After the WT mod is updated, use that instead.
 
  • Like
Reactions: chimidot

misterpopo213

New Member
Jun 30, 2018
6
18
115
Mac users:
First did a
`chmod -x BeingADIK.app`
Fixed the "can't be opened"
But it wasn't opening so I did:
`chmod -R a+x BeingADIK.app/Contents/MacOS/lib/darwin-x86_64/BeingADIK`
I can now play
 
  • Like
Reactions: 23chainz

...222

New Member
Dec 1, 2019
14
1
88
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/core.py", line 3510, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/screen.py", line 707, in event
rv = self.child.event(ev, x, y, st)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/behavior.py", line 946, in event
return handle_click(self.clicked)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/behavior.py", line 881, in handle_click
rv = run(action)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/loadsave.py", line 761, in load
log.unfreeze(roots, label="_after_load")
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/python.py", line 1959, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/python.py", line 1791, in rollback
self.load_failed()
File "/Users/Benedikt/Desktop/BeingADIK.app/Contents/Resources/autorun/renpy/python.py", line 1709, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Darwin-17.4.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
Being a DIK 0.6.0
Sat Nov 14 12:25:32 2020

Can somebody help me i really want to play the game but if i want to continue on one of my saves that comes up.
Pls help
 
4.70 star(s) 1,728 Votes