CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

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

4.70 star(s) 31 Votes

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
14
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
206
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

Well-Known Member
Jun 23, 2017
1,020
1,601
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
326
460
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.
 

Hawka1O7

Member
Dec 25, 2018
244
138
Question but after some frustration in trying to get them I finally used the unlock rewards cheat to try and unlock all the 2D art images, but some of lvl 2 and all of the lvl 3 versions are still not available. Is that just a Patreon/he feature that makes them unavailable or is the mod just not able to touch those for some reason?

Edit: Also I'm noticing some of the highlighted suggestions from the walkthrough Mod are running counter to what the official guide is suggesting at times. For example if you got the Rooster photo from the Pink Rose and are in Josy and Maya's relationship you lost -2 relationship with both, but in the follow-up phone message conversation the wrong dialogue to recover +1 relationship was highlighted in green and you get no value from it instead. Also I think I'm the midterm English exam the word table is suggested twice instead of the last correct word tablet...
 
Last edited:

bunko

New Member
Jul 12, 2019
2
1
New version uploaded with some errors fixed
In the dialog in the DIK mansion where you have to choose between girls, and by choosing the option MOD: See all, Bella is skipped. I have Maya/Josy, Jill, Bella, Sage as options...and Bella (and the juicy parts) is skipped.
 
  • Sad
Reactions: Mossrock

concord72

Member
Mar 30, 2020
126
115
So how exactly do the dating paths work? If I choose Sage, for example, will I no longer be able to mess around with any of the side girls, like Lily or Jade? Are all sex scenes going to be limited to whoever I choose to date? And what happens if I choose other, will I be able to hook up with everyone BUT the main girls?
 
4.70 star(s) 31 Votes