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

4.70 star(s) 33 Votes

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,022
1,616
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
356
498
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
254
141
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
135
127
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?
 

Ihateyouhuys

New Member
Feb 24, 2022
1
0
Game Crashes on launch Steam version
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
Thu Feb 24 05:01:39 2022
 

Miskatonic81

Newbie
Aug 2, 2020
93
105
I was going to ask if this mod affects steam achievements, but it seems like it doesn't work for the steam version at all?
 
4.70 star(s) 33 Votes