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

4.70 star(s) 31 Votes

Freaqy

Newbie
Jan 1, 2021
45
102
Use 0x52_URM

search: wtenable > delete > that's all
I had set that to false instead and it didn't do anything on its own. You can do this with the standard renpy console with the following:
Code:
persistent.mod_wtenabled = False
That said, with it deleted or false, and with scrappy's fix, I'm unable to complete the free roam. Task list is empty. Sage appears but you can't click on her to speak.
 

AchedCroissant

Conversation Conqueror
May 29, 2020
6,119
28,066
I had set that to false instead and it didn't do anything on its own. You can do this with the standard renpy console with the following:
Code:
persistent.mod_wtenabled = False
That said, with it deleted or false, and with scrappy's fix, I'm unable to complete the free roam. Task list is empty. Sage appears but you can't click on her to speak.
I had a problem when there was the scene of Derek's and Maya's mom with the doctor and the game closed (I don't use mods) so this is the third time this has happened to me for no reason. I'm in the first Free roams so I'll see if I don't have issues
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,063
31,324
did you use ep9 > 10 update patch? or a fresh season 3 downloaad? because I think it might be a factor since I tried using an unmodded save which didn't work..
My save of the end of ep9 was checked by Scrappy himself some time ago and he created a fix based on it. Everything worked perfectly. I changed absolutely nothing. Still not abble to pass Sage with final save ep.9 ¯\_(ツ)_/¯

EDIT: wtenable delete by 0x52 doesn't work for me either.
I had set that to false instead and it didn't do anything on its own. You can do this with the standard renpy console with the following:
Code:
persistent.mod_wtenabled = False
That said, with it deleted or false, and with scrappy's fix, I'm unable to complete the free roam. Task list is empty. Sage appears but you can't click on her to speak.
Try it with my test save. It's gonna be on page 19, just check so it doesn't overwrite any of your saves. Put it into Being a DIK/game/saves
 
Dec 2, 2020
149
390
Try it with my test save. It's gonna be on page 19, just check so it doesn't overwrite any of your saves. Put it into Being a DIK/game/saves
I just started. I'll say more in a few minutes but I can already say that previously I couldn't talk to Elena. Now I can. Will post update about Sage in a few minutes.

EDIT: Nope. Doesn't work. On Jill path.

EDIT2: If it makes any difference, I'm on uncompressed patch.
 
Last edited:

nyrek

Active Member
Apr 19, 2021
974
14,237
downloaded an update for episode 9 (under 5gb one) and downloaded your patch. everything worked fine so far on jill path. got to maya talking to jill and sage about her situation without a hiccup
 

nazzeth

New Member
Aug 26, 2020
14
15
did you use ep9 > 10 update patch? or a fresh season 3 downloaad? because I think it might be a factor since I tried using an unmodded save which didn't work..
I just tested a fresh non-modded save on a Patched (Ep9->10) and had the same issue at the end of the Free Roam (Can't talk to Sage). Likely we are seeing multiple issues here, and this one is a bug with the patch, rather then a problem with scrappy's crashfix.
 
  • Like
Reactions: Adonis22

YameteDesu

Member
Oct 25, 2018
261
116
How to fix the crash problem at the Helen Doctor scene:

1. Unren BaDIK
2. Open games\scripts\episode10\update10.rpy
3. Delete line 344 and 345 but make sure there are blank lines instead!
4. Don't forget to delete games\scripts.rpa and games\scripts\update10.rpyc (if exists) before starting the game.

Ren'Py will compile the rpy files in \games\scripts, so it takes a little longer at the first start after the edit.

Have fun, my pervs!

edit:
Make it look like this.

OLD
View attachment 3154512

NEW
View attachment 3154513


ANOTHER EDIT:
Thanks to thunder777 who found it.

It's the file \games\scripts\freeroam\episode10\ep10_freeroam_room1.RPY

Same way as with the file mentioned above. Delete the ep10_freeroam_room1.RPYC file and edit the lines 35 and 36.

OLD
View attachment 3155062

NEW
View attachment 3155063


AND ANOTHER EDIT:
I looked into the whole script now. DPC is fucking with us hard... He put even something in the files from Ep9.

You know the drill from above. This time it's games\scripts\episode9\update9.RPY

OLD
View attachment 3155107

NEW
View attachment 3155108

I searched through the damn whole script and there's nothing more with persistent.mod_wt_enabled. That should be it.
somebody posted this on main..
 

wytekki

Newbie
Dec 1, 2018
93
196
Just throwing my 2 cents in here, there's a link in the main thread of the game to download saves for EP 10 starts, just download those and if you have any saves at page 3, move those to another page and then use the save fixer, yeah these don't fix your personal saves and choices but you can still play the update while waiting patiently for the update so you can play whatever path you want to.
 
  • Angry
Reactions: Lapsudit
May 30, 2022
46
90
just replace rpy files and delete their rpyc files. Leave all the other rpyc files as is.
smh for some reason..

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/base/screens.rpy", line 21, in script
style default:
File "game/scripts/base/screens.rpy", line 21, in script
style default:
File "game/scripts/base/screens.rpy", line 23, in <module>
language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
 
4.70 star(s) 31 Votes