Easter Sale - 70% OFF: Create and FUCK Your Own AI Girlfriend! TRY FOR FREE
x

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

4.70 star(s) 33 Votes

david2248

Newbie
Sep 11, 2021
32
9
Uploaded a save/crash fix for those that want to play right away. Load up a save at the end of episode 10 for it to work best.
Hey Scrappy I know youre probably super busy but I was wondering if the new updated mod you make will completely override sancho's mod without messing up previous saves, I use to use your mod up until episode 8 but had tried out sancho's for 9&10 and was just curious on how it would work out. Thank you for your time and have a great night!
 
Jul 2, 2024
146
179
This does fix the Zoe issue, try it guys whoever that have error when trying to message Zoe
Someone fixed her text messages issues in the main page. THe problem is that scrappy changed the collor of MC texts with certain girls, so it doesn't work with the standard color of DPC script, you'd have to edit it in order to fix the error. Someone showed how they did it in the main page. I would rather wait for the mod or just create a new save file or get a clean save from someone else.

Reason why you can text sally normally, because untill this update MC had never texted her before, so there was no issue with the modifications done by scrappy.
 
  • Like
Reactions: ClaireNv

david2248

Newbie
Sep 11, 2021
32
9
only played Sage and Jill so far.. getting stuck at the same place. only task available is "Find out who is X"
idk if you got it or not as i'm coming in stupid late but after you talk to rusty it'll let you talk to derek and do your first event for the party then it will auto do the task "find X" task
 

anonnyscouse

Active Member
Jul 25, 2020
770
2,295
Hey Scrappy I know youre probably super busy but I was wondering if the new updated mod you make will completely override sancho's mod without messing up previous saves, I use to use your mod up until episode 8 but had tried out sancho's for 9&10 and was just curious on how it would work out. Thank you for your time and have a great night!
Use Sancho's save fixer then you should be able to add scrappy's mod when it's ready.
 
Jul 2, 2024
146
179
I figured it out, it's because of using Scrappy mod earlier which had different colors for certain SMS responses. You need to unlock console and put it in there:
m_c_text = u'{color=#08AC23}'
m_c3 = u'{color=#DF00F1}'

If any more lack of variables will occur, you can check them in console command of previous game version with Scrappy mod and put them manually to new one.

PUT THESE VARIABLES INTO CONSOLE DURING DIALOGUE WITH ANYONE
 

rekage

New Member
Apr 27, 2022
2
0
I've tried the console command to exit your room to get around the puzzle box issue, but it doesn't seem to work. Is there a detail I'm messing up?

I've tried with and without the quote marks, and loading a save where I haven't touched the box, but I still get the "I still have things to do" message.

Any ideas?
 

Bobloblaw1234

Member
Nov 9, 2018
134
92
I get a different error when trying to text Zoe during the decorating free roam. I have no idea what mod_gr is.

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/button/quick_idle_background.png'>:
File "game/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 566, in <module>
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
NameError: Name 'mod_gr' is not defined.

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

Full traceback:
File "scripts/freeroam/episode11/ep11_freeroam_diks.rpyc", line 566, in script
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/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 566, in <module>
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/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'mod_gr' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.11.0
Sat Mar 8 01:35:59 2025
0x52 URM 2.4.2```
 

WeirdBob

New Member
May 2, 2023
3
1
I get a different error when trying to text Zoe during the decorating free roam. I have no idea what mod_gr is.

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/button/quick_idle_background.png'>:
File "game/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 566, in <module>
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
NameError: Name 'mod_gr' is not defined.

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

Full traceback:
File "scripts/freeroam/episode11/ep11_freeroam_diks.rpyc", line 566, in script
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/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 566, in <module>
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/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'mod_gr' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.11.0
Sat Mar 8 01:35:59 2025
0x52 URM 2.4.2```
add mod_gr=u'{color=#32BD73}'
remove u'' if using urm
 

xceratxx

Newbie
Nov 24, 2019
89
165
guys I'm stuck at panty party where I have to find X but neither I can progress from here nor I can find X person. so please help
 

Niccolado

Newbie
Mar 4, 2022
58
50
I got a problem. When I use the console I lose touch with the game. I can bring up savefile and phone etc. but I cant select anything in the game or move around since the arrows are gone/non-clickable.

Also, I got done everything in the christmas decoration free-roam part but i cant seem to trigger an ending to the free roam. Wondering if it is the SMS from Zoey, but that I cant find a solution to since I cant use console... strange really. Wonder i DPC did anything to stop ppl using the console...
 
4.70 star(s) 33 Votes