CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

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

4.70 star(s) 31 Votes

donaldduck17

New Member
Jun 4, 2023
6
0
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.
Could you post it in your comment please, trying to read the main thread and its literally full of spoilers.. not going back there
 

buggs

Member
Apr 24, 2020
142
231
Yeah, don't read anything that has been said before you for 2 pages and just do whatever you want and blame the original creator because you cant be assed even for 10 minutes to know what to do to play the update.
But... but the original creator is literally to blame. He specifically places checks in the code to see if your save used or is using a mod and then intentionally corrupts your save. This isn't just a consequence of the variables being fucked up and causing the game to crash, it is deliberate. Every update. DPC is to blame.
 
  • Haha
Reactions: Soulafein

rustic0

Newbie
Jul 25, 2019
44
18
alright so, i downloaded EP 10 fresh, not just the update patch, pasted my saves folder from EP 9 into the game folder, and applied scrappy's fixer, yet the second I load any of my saves, whether from mid EP 9 or right at the end where it tells you to save, the game immediately crashes, is my only option to wait longer for scrappy's full mod update?
 

iknowimspecial

New Member
Dec 9, 2023
1
1
```
I'm sorry, but an uncaught exception occurred.

Compiling ATL code at game/scripts/new_phone/apps/pack_quest_app/mphone_pack_quest_img.rpy:181
File "game/scripts/freeroam/episode10/ep10_freeroam_room1.rpy", line 133, 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 53, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 66, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 70, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 81, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 96, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 109, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 110, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 111, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 112, in execute
NameError: Name 'mod_gr' is not defined.

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

Full traceback:
File "game/PPython/Scripts/freeroam/episode10/ep10_freeroam_room1.rpyc", line 133, in script
�&9+�@
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/episode10/ep10_freeroam_room1.rpy", line 133, 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 53, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 66, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 70, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 81, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 96, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 109, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 110, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 111, in execute
File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 112, 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.10.0
Fri Dec 8 19:32:26 2023
```




i keep getting this during the second free roam event in your room when i go to message jill i downloaded the fix and dragged the script folder into the game folder from a fresh episode 10 install and tried on a patched version not helping any
 
  • Like
Reactions: WhateverWorx

FreshRevenge

Well-Known Member
Oct 17, 2019
1,079
2,600
is there any way to cheat the brawler fights? The new system is fug up. Literally the arrow pressing is like super super damn fast or something.

I have it on normal but the speed is still making the experience a total nightmare to complete. The brawler games in the first 2 chapters I didn't run into this issue?
 

Manoman13

Member
Dec 10, 2020
235
671
is there any way to cheat the brawler fights? The new system is fug up. Literally the arrow pressing is like super super damn fast or something.

I have it on normal but the speed is still making the experience a total nightmare to complete. The brawler games in the first 2 chapters I didn't run into this issue?
Yes but you will have to wait for the mod update
 
4.70 star(s) 31 Votes