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

4.70 star(s) 31 Votes

Xor111

New Member
Jan 12, 2023
1
0
Hmm... Apparently the traceback is confusing, it's looking for an image that doesn't exist, even though there's an if to prevent that... while reporting that the issue is actually a font that can't be found. I didn't really want to upload a half finished mod (I've still yet to enable all branches content in the last freeroam, and I haven't actually tested it yet), but either you can test my harem route/workaround so far or just grab the fonts folder from this zip and let me know if that was it.
Same error for me even with the added fonts folder!
 

diferender

Newbie
Mar 2, 2018
22
57
Just asking. Will you be doing the season 1&2 scrappy mod soon. As I'm considering replaying them and wanted to know if you're close to being done with them or even started?.
I do plan on doing it, however I haven't started on it (I also haven't even finished the harem mode for the current episode) since I've been busy with work. I'll try to make some time to finish up what I have left, and I'll get started on the first two seasons, but I don't have an ETA.
 

Mehr7ad

Member
Oct 24, 2021
123
54
Is there a mod that I can get all 5 branch in one run or should I just play them separately like a normal person lol
 

NoliaT

New Member
Jul 6, 2021
4
0
Hi, I installed cheats for season 3, 0.9.1 but dont see cheat button. I see Scrappy's mod installed on menu sstill Please help
 
Last edited:

Kirito Kazuga

Newbie
Aug 19, 2020
30
27
hi after using this mod music crashes both on menu and in-game -
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/freeroam/episode9/ep9_freeroam_diks1.rpy", line 225, in script
$ result = ui.interact()
File "game/scripts/freeroam/episode9/ep9_freeroam_diks1.rpy", line 225, in <module>
$ result = ui.interact()
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 82, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 84, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 95, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 96, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 97, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 100, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 103, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 106, in execute
NameError: Name 'smsmx' is not defined.

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

Full traceback:
File "game/scripts/freeroam/episode9/ep9_freeroam_diks1.rpy", line 225, in script
$ result = 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 "game/scripts/freeroam/episode9/ep9_freeroam_diks1.rpy", line 225, in <module>
$ result = 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/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/music_app/mphone_music_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 1, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 82, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 84, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 95, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 96, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 97, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 100, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 103, in execute
File "game/scripts/new_phone/apps/music_app/mphone_music_app.rpy", line 106, 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 'smsmx' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Wed Jan 18 20:30:23 2023
```
 

NoliaT

New Member
Jul 6, 2021
4
0
Would really appreciate any help, Im trying to activate the cheats for season 3 but I only see Scrappy's mod installed without showing cheat menu. Tried the fix on post 1 but that didnt work. scrappy
 

newyearanon

New Member
Feb 16, 2021
1
2
If you go back just one page you’ll see that I already addressed this problem and the modder is currently working on it.
Hey all,

To those having the issue with the "Fonts" not being found, i used the fonts that the HaremMod uploader posted, but instead of just putting the "Fonts" folder inside the "Game" directory, I put both fonts inside the "Game" directory itself instead of the entire folder. This fixed the harem cheat for me and it works now.

Basically, take the fonts Audrey-Bold.otf and Museo500.otf and place them INSIDE GAME FOLDER DIRECTLY, DO NOT PUT ENTIRE "FONTS" FOLDER IN DIRECTORY. Hopefully this helps some people. I think the error stems from bringing saves over from an old Scrappymod into season 3 and its looking for these fonts.
 
4.70 star(s) 31 Votes