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

4.70 star(s) 33 Votes

jawz

Newbie
Jul 9, 2020
99
109
I've got the 0.8.2 mod installed, but I've noticed a bunch of missing variables as of ep5. Most importantly, the scene with Cathy in the car which affects Bella's scene later on. There's also no variables concerning anything I did in the prep mansion at the beginning of ep5.

Can anyone help me with this?

edit: the cathy variable finally appeared around beginning of ep6, along with a bunch of other ep5 variables. not sure why it took so long though.
 
Last edited:

Hawka1O7

Member
Dec 25, 2018
254
141
scrappy Hey Scrappy, wanted to add a new detail regarding the Cathy variable BJ/continued path options after having to replay the whole game again to get her path after skipping the first time. This time I did do the BJ route but out of curiosity I turned it off before my last conversation with Cathy in class during episode 7, and it still gave me the option to continue with her despite turning the BJ option off. The cheat menu honestly does not seem to work in affecting her response to the MC during their last conversation in episode 7 one way or the other, and it seems wholly dependent on if you actually just did the BJ scene or not. Thankfully it still works in allowing the Isabella path to still go forward but regardless this seems like a very concerning bug I hope can be fixed on the next iteration
 

jawz

Newbie
Jul 9, 2020
99
109
scrappy Hey Scrappy, wanted to add a new detail regarding the Cathy variable BJ/continued path options after having to replay the whole game again to get her path after skipping the first time. This time I did do the BJ route but out of curiosity I turned it off before my last conversation with Cathy in class during episode 7, and it still gave me the option to continue with her despite turning the BJ option off. The cheat menu honestly does not seem to work in affecting her response to the MC during their last conversation in episode 7 one way or the other, and it seems wholly dependent on if you actually just did the BJ scene or not. Thankfully it still works in allowing the Isabella path to still go forward but regardless this seems like a very concerning bug I hope can be fixed on the next iteration
I had the exact opposite issue. I went no BJ, then used scrappy's mod to change it to yes BJ, but the phone bio and the last conversation continued as if I was still on the no BJ route.

Any chance we can get a fix scrappy?

For anyone in a situation like me and is looking for a quick and sloppy fix before scrappy can take a look, open game/season2/scripts/update7.rpy and add "$ pathCathy = True" (no quotes) above the following line.

Code:
$ new_bio("Cathy", "Cathy made class harder for us by skipping forward in the curriculum.")
All this does is open up a scene of the MC kissing Cathy and her saying goodbye. Not sure if there is more content with her as I'm still playing ep7.
 
Last edited:

Chiryuu

Newbie
Mar 8, 2021
27
22
scrappy - is there a variable that removes being locked out of Isabella's path when you had sex with Cathy?
I got around some of these "blockers" through editing variables retroactively, but there doesn't seem to be one anywhere? I just tried after the choice in the car with Cathy.
 

Homga

New Member
Apr 27, 2022
3
1
Is there anyway to make you DIK score update through dialogue? It ruins the game a bit if I have to update it manually myself imo. So if anyone knows a fix to this please let me know.
 

remir009

New Member
May 5, 2022
4
0
View attachment 674728

Overview:
Cheat Mod + Walkthrough
Cheats that allow you to edit your points and money
The cheat menu is the CHEATS button in the bottom right game screen​


Game/Creator:Being A DIK/
Modder:
Game Version: Interlude Season 3


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

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

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.
SEASON 1 & 2:

Download: - -
Fix for Steam version (install main mod first):

Download this if the "CHEATS" button doesn't show:


ANDROID by DarkAssassin
ANDROID by Wills747
SEASON 3:
Download: -


View attachment 290777 View attachment 290778 View attachment 290779 View attachment 290780
i can't see any of the render the error always show up but i can still play the game
 

Infrenom

Newbie
Feb 2, 2020
44
33
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.
 

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
44
33
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
158
31
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,073
32,192
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
254
141
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:
 
4.70 star(s) 33 Votes