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

4.70 star(s) 31 Votes

remir009

New Member
May 5, 2022
4
0
Hi, what does the "option to see all scenes" do exactly?
I know there are options if I want to see all scenes before/after some choices, marked as Mod or asking if I want to see other scene, but looking in other found that option and don't know what it does.
Thx and sorry if this been asked before.
it makes you see all the scenes that's what it does instead of seeing one you see two
 

Infrenom

Newbie
Feb 2, 2020
42
32
it makes you see all the scenes that's what it does instead of seeing one you see two
Like I said, there are options for that already. I disabled that option and Mod was still active so I could see both scenes.
Dunno if that option let you see choices for CHICK when you're DIK or something like that. That's what confuse me a bit because I dunno if that option changes the game or not.
 

remir009

New Member
May 5, 2022
4
0
can someone help me with this problem
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/scripts/rewards/rewards_isa.rpy", line 1, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 1, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 22, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 34, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 35, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 41, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 41, in <module>
IndexError: list index out of range

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
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/00gamemenu.rpy", line 173, in <module>
$ 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 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/scripts/rewards/rewards_isa.rpy", line 1, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 1, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 22, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 34, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 35, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 41, in execute
File "game/scripts/rewards/rewards_isa.rpy", line 41, in <module>
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Fri Jun 10 17:12:58 2022
 

Lwis2

New Member
Jul 17, 2019
2
0
I assume i've made some sort of mistake, but can't determine what.
Steam version. I can only assume I've installed it all in the wrong area.

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

While loading <'Image' u'cheats/tab_1.png'>:
IOError: Couldn't find file 'cheats/tab_1.png'.

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

Full traceback:
  File "script.rpyc", line 261, in script
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  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/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/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 'cheats/tab_1.png'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Tue Jun 14 08:51:55 2022
 
Last edited:

CloneAlias

Member
Mar 26, 2020
130
19
According to the walkthrough, there’s a lewd scene with Isabella at the end of Episode 8 before the final free roam that is missing from the Mod if you choose to follow all the relationships.

In other words, the mod does not allow you to get both Jill and Isabella’s scenes. scrappy can you fix this?
 
Last edited:

scrappy

Well-Known Member
Modder
May 26, 2017
1,028
29,502
According to the walkthrough, there’s a lewd scene with Isabella at the end of Episode 8 before the final free roam that is missing from the Mod if you choose to follow all the relationships.

In other words, the mod does not allow you to get both Jill and Isabella’s scenes. scrappy can you fix this?
The scene is there but it happens after the final freeroam
 

Hawka1O7

Member
Dec 25, 2018
180
78
scrappy I'm sorry to have to bother you with this but the current situation has left me unable to play the game for weeks now, and you're the only one I can seem to turn too that might have an idea what the problem is. I ended up causing an infinite loop problem awhile back after getting impatient and clicking on the game too much. After awhile I just deleted the whole game, restarted my computer and reopened it from the zip file again. That worked fine at first and I was able play, but the second time I ran into a script error while trying to salvage my old saves, and had to shut the game down again. After that ANY attempt to start up the game up again via opening the exe file just gives me a delayed start and finally an infinite loop error message. Even when I've restarted my computer or deleted the game files and redownloaded it completely I still have infinite loop errors popping up. And yes I install your mod each time, so I haven't tried just playing it without at this point although no other game I'm playing has had this problem even now. I'm at my wits end at this point about what to do honestly and am begging for any kind of advice you can give. Attached is the log of the latest error, I really hope you can help somehow because I don't know what else to do :cry:
 

proncaff

Newbie
Aug 28, 2018
19
3
Hey, I just installed the mod but when I need to make a choice it doesn't show me the DIK/CHICK result as shown in the screens.
Am I doing something wrong?
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,028
29,502
Updated mod for Season 1&2

  • Fixed some cheats variables not working correctly
  • Edited some dialogue options with more info
  • Added option to solve Shuffle game
Since a lot of problems were basicallsy incorrect installation of the mod I've added to the main menu a text saying "MOD installed" or "MOD not installed incorrectly"
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,028
29,502
How do you install the mod? It's just a single file now?
Did you download the "steam fix" and not the main mod? Download the 41mb mod file then drag and drop the folder "game" into your Being a DIK folder (where the folders game,renpy,lib) are.
 

cummer95

New Member
Jul 24, 2022
1
0
where is location of mod is installed in main menu? also does this worked on cracked for ex steamunlocked.net?
 
Last edited:

flen480

New Member
Sep 1, 2020
11
10
i love this game sm, one of the best stories that i've ever played.

plot really gives a lot of substance to scenes, and i love the build ups.
 

hazmatfroth

New Member
Dec 17, 2020
1
0
This happens in the season 2 ep 6 mansion minigame. i dont know why.
I have steam version i have the 8.2fix3 and the steam fix. what am i missing?
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/season2/scripts/update6.rpy", line 8219, in script
$ renpy.pause()
File "game/season2/scripts/update6.rpy", line 8219, in <module>
$ renpy.pause()
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 169, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 169, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 174, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 367, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 376, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 376, in keywords
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 376, in <module>
IndexError: list index out of range

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

Full traceback:
File "game/season2/scripts/update6.rpy", line 8219, in script
$ renpy.pause()
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/season2/scripts/update6.rpy", line 8219, in <module>
$ renpy.pause()
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
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 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 169, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 169, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 174, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 367, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 376, in execute
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 376, in keywords
File "game/season2/scripts/mansion_game/mansion_report.rpy", line 376, in <module>
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22000
Ren'Py 7.4.10.2178
Being a DIK 0.8.2
Fri Aug 5 07:22:59 2022
```
 
4.70 star(s) 31 Votes