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

4.70 star(s) 31 Votes

concord72

Member
Mar 30, 2020
110
94
I moved over the gallery.rpy, but only a few scenes in the gallery got unlocked, is this normal? Also is there a cheat for the renders or do you have to find them manually (I know there is a guide on where they are all located in the game thread)?
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,026
29,350
I moved over the gallery.rpy, but only a few scenes in the gallery got unlocked, is this normal? Also is there a cheat for the renders or do you have to find them manually (I know there is a guide on where they are all located in the game thread)?
Open the cheat menu and use the "Unlock all scenes" and "Unlock all rewards"
 
  • Like
Reactions: Lucas59

Vladzee

New Member
Feb 22, 2020
1
0
Okey For who is still having problem please have a go at this:

once ya download mod open file and go to BaDIK_0.5.2_scrappyMod.zip\badik_mod\game\

take files:
1NewCheatMod.rpy
gallery.rpy
script.rpy
update2.rpy
update3.rpy
update4.rpy
and move into Being a DIK\game folder
Start game then move rest of folders after game started and working

Hope it helps ya peoples
 

Miesjel

New Member
Feb 21, 2018
10
11
Okey For who is still having problem please have a go at this:

once ya download mod open file and go to BaDIK_0.5.2_scrappyMod.zip\badik_mod\game\

take files:
1NewCheatMod.rpy
gallery.rpy
script.rpy
update2.rpy
update3.rpy
update4.rpy
and move into Being a DIK\game folder
Start game then move rest of folders after game started and working

Hope it helps ya peoples

Still the same problem
 

ryusezain

New Member
Jul 20, 2020
2
0
Okey For who is still having problem please have a go at this:

once ya download mod open file and go to BaDIK_0.5.2_scrappyMod.zip\badik_mod\game\

take files:
1NewCheatMod.rpy
gallery.rpy
script.rpy
update2.rpy
update3.rpy
update4.rpy
and move into Being a DIK\game folder
Start game then move rest of folders after game started and working

Hope it helps ya peoples
it only works the first time after that it fails to start
 

Esp``

Member
Aug 21, 2019
220
1,264
Hey scrappy , is it possible to add another variable for Maya and Josy decision in which MC wants to be more than friends with them but he is rejected due to his affinity?

I'm trying to see alternative scenes in episode 5 but when I change the variable as not in a relationship, the scene which maya says "you choose to stay as friends" plays out. It would be awesome if we had another variable which makes the MC rejected by them so I can see the that version.
 

Wutzel

Member
Aug 6, 2017
166
125
Thx for that great mod first, but I have a question always when I press on the phone "stats" the game comes up with a crash. Gives a patch for this?

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

While running game code:
  File "game/script.rpy", line 1462, in script
    menu:
  File "game/header.rpy", line 251, in menu_override
    return renpy.display.get_info().oldmenu(items, set_expr)
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 843, in execute
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
  File "game/scripts/phone/phone_menu.rpy", line 843, in <module>
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

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

Full traceback:
  File "game/script.rpy", line 1462, in script
    menu:
  File "F:\BeingADIK-0.5.2-pc\renpy\ast.py", line 1626, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "game/header.rpy", line 251, in menu_override
    return renpy.display.get_info().oldmenu(items, set_expr)
  File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 983, in menu
    rv = renpy.store.menu(new_items)
  File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 1217, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "F:\BeingADIK-0.5.2-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 843, in execute
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
  File "game/scripts/phone/phone_menu.rpy", line 843, in <module>
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.5.2
Tue Oct 27 14:06:29 2020
 

Tikigod

New Member
Oct 12, 2019
3
0
Thx for that great mod first, but I have a question always when I press on the phone "stats" the game comes up with a crash. Gives a patch for this?

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

While running game code:
  File "game/script.rpy", line 1462, in script
    menu:
  File "game/header.rpy", line 251, in menu_override
    return renpy.display.get_info().oldmenu(items, set_expr)
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 843, in execute
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
  File "game/scripts/phone/phone_menu.rpy", line 843, in <module>
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

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

Full traceback:
  File "game/script.rpy", line 1462, in script
    menu:
  File "F:\BeingADIK-0.5.2-pc\renpy\ast.py", line 1626, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "game/header.rpy", line 251, in menu_override
    return renpy.display.get_info().oldmenu(items, set_expr)
  File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 983, in menu
    rv = renpy.store.menu(new_items)
  File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 1217, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "F:\BeingADIK-0.5.2-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 816, in execute
    screen app_stats:
  File "game/scripts/phone/phone_menu.rpy", line 843, in execute
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
  File "game/scripts/phone/phone_menu.rpy", line 843, in <module>
    $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.5.2
Tue Oct 27 14:06:29 2020
Actually relatively straight forward to fix yourself locally, the problem is that the file provided attempts to add in stats from 'Season 2' regardless to if you've even got to episode 5 yet (Which is when season 2 starts). which throws a error when the stats page is loaded because the game is being told to take your stats and add on a non-value.

If you go to file listed in the traceback error (game/Scripts/phone/phone_menu.rpy) and edit it in a text editor and go to line 843 you can remove the '+ persistent.totalScenes_2' references from both of the calls, after which the stats page on your phone will open up in game again.

Once you get to the episode 5 (Season 2) content I imagine you'll need to add the last part back in to the line, for the sake of simplicity simply keeping hold of a copy of the old 'phone_menu.rpy' file before you make any changes will allow you to just swap it over.


Edit: Side note using a editor such as Notepad++ will help, although isn't required.
 

chalsehopskin

New Member
Nov 4, 2020
1
0
just installs latest patch (0.5.2) everything run normal until continue with old save and its appear an exception has occurred here can anyone tell me how to fix it
 

nowan

Newbie
Jun 12, 2017
26
7
I hope I can continue to count on the priceless help of this mod, because without it, the game is unplayable, at this point I still don't know what the main story is if the personal relationships or the attached plot about Quinn. So the only thing that is clear to me is that I cannot fight with anyone except the JOCKs. And keep as long as you can keep all possible relationships open; except Quinn.
So I would not mind having to pay for it as long as I can continue to get to the end of this nonsense and I say this just by giving an example.
"I like it shaven / I prefer a bit of bush (crucial choice right there)".
This is really crucial
 
4.70 star(s) 31 Votes