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

4.70 star(s) 31 Votes

shetholio

Newbie
Dec 8, 2024
37
28
YOU LEGEND!!! Thank you!!!!
You are very welcome, I assume you are using mods to do multiple routes? At least that is what I was doing and that is what I believe gave me the issue as it wasn't directly intuitive to look back for the door. Eitherway, happy to help homie. I really enjoy that game and found the storyline to actually be quite good. Cheers and have a wonderful weekend.
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,069
31,613
Updated mod for season 1&2

Changelog:
  • Packaged the mod for ease of install/uninstall
  • Fixed not able to get 100% in some gender classes
  • Added a character filter to the scene gallery
  • Made the correct words dissapear from the "help" in english tests (So the only remaining ones will be the ones you still need to write)
  • The option to "see all scenes" from the cheat menu has been expanded to include more scenes (When enabled it's possible to get both Maya/Josy and Jade paths, Quinn's path doesn't end on Jill's path and more. Its still optional to pick both when the mod allows, you could still pick only one option). When it's disabled the game will now run like normal without giving the option to see all the scenes whereever there is a split path.
 

AirNest

Newbie
Mar 26, 2018
47
35
scrappy i don't know if it's a game bug or a mod bug (because i don't remember my own play) but on the free roam dorm party, if we want to get very drunk before seeing Sarah and waiting for the last moment to go see her, she's not available anymore
You don't have permission to view the spoiler content. Log in or register now.
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,069
31,613
scrappy i don't know if it's a game bug or a mod bug (because i don't remember my own play) but on the free roam dorm party, if we want to get very drunk before seeing Sarah and waiting for the last moment to go see her, she's not available anymore
You don't have permission to view the spoiler content. Log in or register now.
Haven't touched that part of the code so looks like its a base game issue. I'll look into it.
 
  • Like
Reactions: AirNest

scrappy

Well-Known Member
Modder
May 26, 2017
1,069
31,613
scrappy i don't know if it's a game bug or a mod bug (because i don't remember my own play) but on the free roam dorm party, if we want to get very drunk before seeing Sarah and waiting for the last moment to go see her, she's not available anymore
You don't have permission to view the spoiler content. Log in or register now.
Thing is Sarah should have been removed from the optional tasks as soon as you enter the room but for some reason it wasn't with you. I've now edited it so she'll appear. Try it with the download below

 
  • Heart
Reactions: AirNest

pie001

New Member
Dec 8, 2018
2
0
Is anyone else unable to save their game in season 3? Without the mod it works fine but with the mod I get this whenever I try to save:

Code:
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/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1386, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1245, in execute
  File "game/game/scripts/base/screens.rpy", line 1248, in execute
  File "game/game/scripts/base/screens.rpy", line 1254, in execute
  File "game/game/scripts/base/screens.rpy", line 1257, in execute
  File "game/game/scripts/base/screens.rpy", line 1288, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1418, in execute
  File "game/game/scripts/base/screens.rpy", line 1539, in execute
  File "game/game/scripts/base/screens.rpy", line 1540, in execute
  File "game/game/scripts/base/screens.rpy", line 1549, in execute
  File "game/game/scripts/base/screens.rpy", line 1554, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in <module>
AttributeError: 'NoneType' object has no attribute 'strip'

-- 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/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1386, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1245, in execute
  File "game/game/scripts/base/screens.rpy", line 1248, in execute
  File "game/game/scripts/base/screens.rpy", line 1254, in execute
  File "game/game/scripts/base/screens.rpy", line 1257, in execute
  File "game/game/scripts/base/screens.rpy", line 1288, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1418, in execute
  File "game/game/scripts/base/screens.rpy", line 1539, in execute
  File "game/game/scripts/base/screens.rpy", line 1540, in execute
  File "game/game/scripts/base/screens.rpy", line 1549, in execute
  File "game/game/scripts/base/screens.rpy", line 1554, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in <module>
AttributeError: 'NoneType' object has no attribute 'strip'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Sun Dec 22 18:04:10 2024
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,069
31,613
Is anyone else unable to save their game in season 3? Without the mod it works fine but with the mod I get this whenever I try to save:

Code:
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/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1386, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1245, in execute
  File "game/game/scripts/base/screens.rpy", line 1248, in execute
  File "game/game/scripts/base/screens.rpy", line 1254, in execute
  File "game/game/scripts/base/screens.rpy", line 1257, in execute
  File "game/game/scripts/base/screens.rpy", line 1288, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1418, in execute
  File "game/game/scripts/base/screens.rpy", line 1539, in execute
  File "game/game/scripts/base/screens.rpy", line 1540, in execute
  File "game/game/scripts/base/screens.rpy", line 1549, in execute
  File "game/game/scripts/base/screens.rpy", line 1554, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in <module>
AttributeError: 'NoneType' object has no attribute 'strip'

-- 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/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1383, in execute
  File "game/game/scripts/base/screens.rpy", line 1386, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1405, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1236, in execute
  File "game/game/scripts/base/screens.rpy", line 1245, in execute
  File "game/game/scripts/base/screens.rpy", line 1248, in execute
  File "game/game/scripts/base/screens.rpy", line 1254, in execute
  File "game/game/scripts/base/screens.rpy", line 1257, in execute
  File "game/game/scripts/base/screens.rpy", line 1288, in execute
  File "game/game/scripts/base/screens.rpy", line 1409, in execute
  File "game/game/scripts/base/screens.rpy", line 1418, in execute
  File "game/game/scripts/base/screens.rpy", line 1539, in execute
  File "game/game/scripts/base/screens.rpy", line 1540, in execute
  File "game/game/scripts/base/screens.rpy", line 1549, in execute
  File "game/game/scripts/base/screens.rpy", line 1554, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in execute
  File "game/game/scripts/base/screens.rpy", line 1565, in <module>
AttributeError: 'NoneType' object has no attribute 'strip'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Sun Dec 22 18:04:10 2024
Update your game, you're playing on 0.9.1
 

AirNest

Newbie
Mar 26, 2018
47
35
Thing is Sarah should have been removed from the optional tasks as soon as you enter the room but for some reason it wasn't with you. I've now edited it so she'll appear. Try it with the download below

it works fine now, thank you (for patching DPC mistake)!
You don't have permission to view the spoiler content. Log in or register now.
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,563
6,500
I need some help how do i get the both option unlockt
First of all, I see that you are using a mod from Sancho1969 and you write and ask questions about the mod in a thread with another mod, namely in a thread with a mod created by scrappy.

And secondly I guess looking at your screenshot that you probably did not meet the condition that is given in the description, so earlier in the game you did not agree to the offer from Quinn when she offered you the sexual services of her girls for money.
 
  • Like
Reactions: AleksaZec1

popololo133

New Member
Aug 24, 2020
12
9
I remember playing this a while ago and I couldnt play multiple routes in episode 10 like in previous episodes, so I was just wondering if anything has been done regarding that or if I still have to play out each route individually in episode 10. Thank you.
 

Talmadge

Well-Known Member
May 7, 2018
1,891
1,501
I remember playing this a while ago and I couldnt play multiple routes in episode 10 like in previous episodes, so I was just wondering if anything has been done regarding that or if I still have to play out each route individually in episode 10. Thank you.
No. Because in, I wan to say, Episode 8 you have to pick one girl to be with. After that, you are on one route only. With maybe one or two side pieces (like the blonde teacher).
 

Legal1709

Member
Aug 25, 2019
149
209
So I found one major bug with your mod, played the entire 0.8.3 with your mod without choosing not even once the option to see all scenes and just focusing on 1 choice of branches (I picked Bella on EP 8 btw), imported the save to the 0.10.1 (used the mod of course in this version as well) and for some reason your mod chose a "harem" route and I didn't want that, I only noticed that because I'm following the official walkthrough as well and in game there was messages from the other girls routes (I had to go to the cheats screen and click to unselect all routes that were active, basically them all were, no idea why)
 

lorddarkam

Active Member
Jan 1, 2018
952
828
if i was a programer i would make a mod removing all minigames and free roams from this game it would be hella popular
 

sl0wballs

New Member
Nov 10, 2024
1
0
I am unable to import the save exported at the end of Season 2 into Season 3 (v 0.10.1 and BaDIK_0.10.1_fix2_scrappyMod). I alsu used scrappy's mod on Season 2.

The error in lthe logfile is:
Code:
Mon Jan 13 13:32:39 2025
Linux-6.6.70-1-lts-x86_64-with-glibc2.2.5
Ren'Py 7.4.10.2178


Bootstrap to the start of init.init took 0.12s
Early init took 0.00s
Loader init took 0.17s
Loading error handling took 0.26s
Loading script took 3.15s
Loading save slot metadata. took 0.02s
Loading persistent took 0.00s
Imported steam.
Failed to initialize steam.
Imported steam.
Failed to initialize steam.
Set script version to: (7, 4, 10)
- Init at scripts/episode_interlude/header_season3.rpyc:77 took 0.29644 s.
- Init at renpy/common/00images.rpy:52 took 0.44517 s.
Loading MultiPersistent at '/home/username/.renpy/persistent/BeingADIKSeason2Transfer1366998845':
Traceback (most recent call last):
  File "/home/username/games/BeingADIK-0.10.1-pc-lin/renpy/persistent.py", line 520, in MultiPersistent
    rv = loads(data)
  File "/home/username/games/RenPy/BeingADIK-0.10.1-pc-lin/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable
Running init code took 1.24s
Loading analysis data took 0.45s
Analyze and compile ATL took 0.13s
Index archives took 0.00s
Dump and make backups. took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc. took 0.44s
DPI scale factor: 1.000000
Creating interface object took 0.00s
Cleaning stores took 0.00s
Init translation took 0.50s
Build styles took 0.01s
Load screen analysis took 0.33s
Analyze screens took 0.01s
Save screen analysis took 0.00s
Prepare screens took 1.05s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.66s

Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: 'Intel'
Renderer: 'Mesa Intel(R) UHD Graphics 620 (KBL GT2)'
Version: '4.6 (Compatibility Profile) Mesa 24.3.3-arch1.1'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Could not open 'cache/shaders.txt':
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.04s
Build styles took 0.01s
Load screen analysis took 0.28s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
I assume the "ImportError: No module named revertable" is the problem. Any idea of ho to fix this? Would really like to start Season 3. The game clearly finds the persistent file exported from season 2, but fails to parse it. I guess something in the mod in season 2 includes a referance to a "revertable" module or similar that is not correctly implemented in the mod of Season, perhaps? Or perhaps this is a linux specific bug.

Edit: After googling some mor, it seems this could be because of RenPy/Python version incompability issiues. And indeed Season 1&2 (v 0.8.3) does inmdeed have script_version 7.6.0 while Season 3 (0.10.1) has script_version 7.4.10). As this does not seem to be a very common problem, I guess the download I have of 0.8.3 must be a somewhat messed up unofficial build? I downloaded a version with scrappy's mod included, not 100% sure from where.

Still would be nice if someone could point me in the direction of a fix.
 
Last edited:

axr1

Newbie
Jan 21, 2019
35
15
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: 0.10.1


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: - -

ANDROID by DarkAssassin
ANDROID by Wills747

SEASON 3:
Download: -
ANDROID


View attachment 290777 View attachment 290778 View attachment 290779 View attachment 290780
Is there a way to remove the unlock scene feature from this mod?
 
4.70 star(s) 31 Votes