Mod Ren'Py Being a DIK Walkthrough+Cheat Mod [v0.10.1][scrappy]

4.70 star(s) 30 Votes

AirNest

Newbie
Mar 26, 2018
30
13
Well, i made all saves on NEUTRAL, except this one for OTHERS which indeed had to be DICK (i changed that in cheats short before the moment with the choices). So now i have all the choices saved that were shown in that moment: ALL (mod) - Josy & Maya - Jill - Bella - Sage - Others. It was interesting that when i finally got the option "Others" the only other possible choice was Bella. Probably because the others didn't work with DICK affinity.

Should it be necessary to change to DICK or CHICK in any of these paths in the future version(s), i can do that in the cheats.

I am personally not interested in Jade and/or Cathy so i didn't really care if they are in or out in the saves, but now when I see that picture with the Burks at the end where it looks like they are as well Tybalt's parents as also Sage's adoptive parents, I'm not sure it was good that i had to finish the relation with Jade in some of the paths.

Because I'm curious how the Sage path would develop if the relation with Jade was still on :) Also if Jade would still want to help Sage>Maya in that case.. Probably that's why we had to finish the relation with Jade in some of the paths, in order to avoid such "complications".

Unfortunately i can not see a path that would lead to my preferred ending which would be a "polyamory" relation based on MC+Josy+Jill where Bella and Sage would also participate as "fuck buddies" for the 3 of them (maybe also Maya although i don't like her look but well.. Josy loves her). And the "other" girls would also be welcome.. once in a while.. :)

As for the walkthrough, i always preferred to follow the "Fan Walkthrough" which gives more details as to what the choices mean and what results they will have in the future. The mod i need in fact mainly for the cheats, to turn off the "tests" and to unlock all scenes and rewards..
on my DICK path i have 4 choices : "Mod: Both", "Isabella", "Sage" and "Others"
for me, the Others path is the only one that let open the path with Jade and Madame Rose (the mods close them)
scrappy will certainly add an option in future version to toggle some choices

DrPinkCake is very good with the story telling so we have to wait what he has in mind but obviously not a harem ending
Mona is one of my favorite, i'm a bit sad she left
 

LegDay

New Member
Jan 23, 2022
1
0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/misc/custom_functions.rpy", line 1249, in script
$ updatePersistentRenderCount()
File "game/scripts/misc/custom_functions.rpy", line 1249, in script
$ updatePersistentRenderCount()
File "game/scripts/misc/custom_functions.rpy", line 1249, in <module>
$ updatePersistentRenderCount()
File "game/scripts/misc/custom_functions.rpy", line 1014, in updatePersistentRenderCount
for x in persistent.art_unlocked_lvl1:
TypeError: 'NoneType' object is not iterable

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "game/scripts/misc/custom_functions.rpy", line 1249, in script
$ updatePersistentRenderCount()
File "game/scripts/misc/custom_functions.rpy", line 1249, in script
$ updatePersistentRenderCount()
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/misc/custom_functions.rpy", line 1249, in <module>
$ updatePersistentRenderCount()
File "game/scripts/misc/custom_functions.rpy", line 1014, in updatePersistentRenderCount
for x in persistent.art_unlocked_lvl1:
TypeError: 'NoneType' object is not iterable

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Thu Jan 13 12:59:59 2022

To be more precise this was mine after UnRen
Having the same problem too, any solution found yet ?
 

bruburbur

New Member
Oct 8, 2021
1
0
i pasted the game folder of the mod in autorun and it completely broke the game; I'm playing on macOS using 8.2 version. now it just doesn't load anything and don't even let me quit
 

Jas0513

New Member
Aug 6, 2019
2
0
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/season2/gallery/ep8_sage.png'>:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 275, in <module>
renpy.call_in_new_context(_restart[2])
IOError: Couldn't find file 'images/season2/gallery/ep8_sage.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 652, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
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/00start.rpy", line 275, in <module>
renpy.call_in_new_context(_restart[2])
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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/_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 "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 3834, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2555, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 360, in render
return render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1856, in render
place(pos, x, y, w, h)
File "renpy/display/layout.py", line 1816, in place
rend = render(d, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/viewport.py", line 623, in render
surf = renpy.display.render.render(c, cw, ch, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1027, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 791, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1254, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 623, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 704, in load
raise e
IOError: Couldn't find file 'images/season2/gallery/ep8_sage.png'.

Windows-10-10.0.18362
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Tue Jan 25 01:24:37 2022



Guys help i don't understand why
 

Wills747

Engaged Member
Dec 14, 2018
2,306
4,765
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/season2/gallery/ep8_sage.png'>:

IOError: Couldn't find file 'images/season2/gallery/ep8_sage.png'.


IOError: Couldn't find file 'images/season2/gallery/ep8_sage.png'.

Windows-10-10.0.18362
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Tue Jan 25 01:24:37 2022



Guys help i don't understand why
It's written above.
 

Mr. Muscles

Member
Mar 30, 2021
337
539
I found it rather weird how the game noted my Sage choice in the summary but also told that the MC chose that none of the girls were right. Despite all of that, there's still the Sage background and save icon. Just weird. I hope I don't get in trouble in next episodes haha.
 

Lokuraah

New Member
Dec 11, 2021
4
31
Hi I can confirm that this mod is making it so the DIK score never updates on 0.8.2. I just installed a fresh game where it worked as expected. And then installed this mod and started a new game. The DIK score never updates after that. Otherwise great mod! Please keep up the good work!

P.S. Im sure this is DPC's fault for his weird dislike of cheat mods. Not yours!
Same here, to fix just replace this file attached in the game folder.

The solution it's very simple... In the line 633 and 1748 where say "$updateDikScore()" and "def updateDikScore():" I added "new" in the line, getting like this: "$updateDikScore_new()" and "def updateDikScore_new():".

Enjoy it.
 

thorm

New Member
Jul 6, 2017
13
16
Problem with english test too. (during 1st episode)
When I write one word and press ENTER, words and points are not updated.
 

123lxq

Member
Jan 2, 2018
205
58
In Chapter 8 where I have to decide the branches with different girls, I used the "Mod:ALL" in one of the savefiles but still can't get the Isabella scene.
I wonder how to make it an actual "ALL" ?
PS:I have a permanent Neutral affinity.
 

|ELnasercaco

New Member
Aug 23, 2019
7
1
Hello guys ,
well i was doing well till near the end of EP 5 and then i decided to use the cheat mod cause i was a DIK and i want it to be more chick for JIll cause i want her to be the main romance partner , i used the cheat to have more relations with the other girls and unlock every scene and when the EP5 ended and on the EP5 summery before EP6 begin the game crashed !! i knew it was because of the mod , so i tried to uninstall it and i couldn't do it correctly i think so i deleted all the saves i made that day and left the ones before i installed the mod and still the same crash from EP5 to EP6 .. i uninstalled the game and deleted everything left in the game folder and installed the game fresh and when i started it there was no save files it was all from the jill intro !! my save files still in the C:\Users\XXX\AppData\Roaming\RenPy and i copied them all to the SteamLibrary\steamapps\common\Being a DIK\game\saves but still the game doesn't read them and start from the intro
any help ??
Also if i started from the beginning again can i use the cheat mod to cut the time ? or the same problem will happen again ?
I feel so frustrated to have to start from the beginning again and my playtime is not too much i only play for 2 hours/day
 

patrol5066

New Member
Feb 4, 2022
2
0
guys pls help...

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

While running game code:
  File "game/update2.rpy", line 1083, in script
    mc "Hey? Are you in here?"
  File "game/1NewCheatMode.rpy", line 550, in execute
    screen cheat_menu:
  File "game/1NewCheatMode.rpy", line 550, in execute
    screen cheat_menu:
  File "game/1NewCheatMode.rpy", line 552, in execute
    if cheat_on4 == True:
  File "game/1NewCheatMode.rpy", line 575, in execute
    if cheatcat4 == "CHEATS":
  File "game/1NewCheatMode.rpy", line 577, in execute
    frame:
  File "game/1NewCheatMode.rpy", line 583, in execute
    viewport:
  File "game/1NewCheatMode.rpy", line 586, in execute
    vbox:
  File "game/1NewCheatMode.rpy", line 590, in execute
    hbox xpos 0 ypos 0:
  File "game/1NewCheatMode.rpy", line 591, in execute
    frame xpos 0 ypos 0 background None:
  File "game/1NewCheatMode.rpy", line 696, in execute
    vbox xpos 1000 ypos 220 spacing 5:
  File "game/1NewCheatMode.rpy", line 697, in execute
    if permanent_affinity:
NameError: name 'permanent_affinity' is not defined

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

Full traceback:
  File "game/update2.rpy", line 1083, in script
    mc "Hey? Are you in here?"
  File "G:\BeingADIK-0.4.1-pc\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "G:\BeingADIK-0.4.1-pc\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "G:\BeingADIK-0.4.1-pc\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "G:\BeingADIK-0.4.1-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "G:\BeingADIK-0.4.1-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "G:\BeingADIK-0.4.1-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\BeingADIK-0.4.1-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\BeingADIK-0.4.1-pc\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\BeingADIK-0.4.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\BeingADIK-0.4.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\BeingADIK-0.4.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\BeingADIK-0.4.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "G:\BeingADIK-0.4.1-pc\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\BeingADIK-0.4.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "G:\BeingADIK-0.4.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/1NewCheatMode.rpy", line 550, in execute
    screen cheat_menu:
  File "game/1NewCheatMode.rpy", line 550, in execute
    screen cheat_menu:
  File "game/1NewCheatMode.rpy", line 552, in execute
    if cheat_on4 == True:
  File "game/1NewCheatMode.rpy", line 575, in execute
    if cheatcat4 == "CHEATS":
  File "game/1NewCheatMode.rpy", line 577, in execute
    frame:
  File "game/1NewCheatMode.rpy", line 583, in execute
    viewport:
  File "game/1NewCheatMode.rpy", line 586, in execute
    vbox:
  File "game/1NewCheatMode.rpy", line 590, in execute
    hbox xpos 0 ypos 0:
  File "game/1NewCheatMode.rpy", line 591, in execute
    frame xpos 0 ypos 0 background None:
  File "game/1NewCheatMode.rpy", line 696, in execute
    vbox xpos 1000 ypos 220 spacing 5:
  File "game/1NewCheatMode.rpy", line 697, in execute
    if permanent_affinity:
  File "<screen language>", line 697, in <module>
NameError: name 'permanent_affinity' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.4.1
Fri Feb 04 13:16:56 2022
 

TALL92

New Member
Feb 4, 2022
1
0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/misc/custom_functions.rpy", line 1249, in <module>
File "game/scripts/misc/custom_functions.rpy", line 1014, in updatePersistentRenderCount
TypeError: 'NoneType' object is not iterable

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "scripts/misc/custom_functions.rpyc", line 1249, in script
File "scripts/misc/custom_functions.rpyc", line 1249, 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/misc/custom_functions.rpy", line 1249, in <module>
File "game/scripts/misc/custom_functions.rpy", line 1014, in updatePersistentRenderCount
TypeError: 'NoneType' object is not iterable

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Fri Feb 4 17:02:37 2022



any help?
 

trumpthatbitch

Active Member
Jun 23, 2017
926
1,434
OK, I though I should be on DICK for this. Will cheat also the other values as you had them. I suppose you mean no relationship with Josy & Maya, also not on Jill, not on Bella path and not on Sage path.. What i hope is to get some kind of a "harem" this way in the next update, fuck buddy with all "the others" maybe even an "open relationship" with Camila under these circumstances :)

Thanks a lot! And thanks Scrappy for this great mod :)
You can do this but you have to read and edit the script as you go along. It really isn't that hard maybe next time instead of creating a savefile I will post an edited script instead
 

Zekethor

Member
Feb 25, 2018
312
420
guys, I'm playing on JOI play on my android, everything was going fine until the end of chapter 7, at the moment it ends up on the screen that appears your decisions with the girls and there's a "done" in the bottom right when I click the game it just closes by itself, I'm back in save, I've tried to remove the mod, and nothing, the game always crashes and closes.
 

Odin73

Well-Known Member
Feb 16, 2020
1,106
1,058
Same here, to fix just replace this file attached in the game folder.

The solution it's very simple... In the line 633 and 1748 where say "$updateDikScore()" and "def updateDikScore():" I added "new" in the line, getting like this: "$updateDikScore_new()" and "def updateDikScore_new():".

Enjoy it.
I am unable to download to fix DIK score lokced.
 
4.70 star(s) 30 Votes