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

4.70 star(s) 31 Votes

RavenClaw

New Member
Jan 26, 2018
2
1
Why does my game crash with no warning at the end of chapter 7 im using the android port. I cant get into chapter 8 this is a huge cock block rn -_-
I have same issue here. After the end of Chapter 7 the game suddenly crash and force close without warning.
I play it on android device using joiplay, and have no issue until end chapter 7.

I already change the variable cheatcat = "" and def_cheat = "" but still crash.

The last screen before crash is attached.

Please anyone have bugfix for this issue?
Screenshot_2022-12-06-21-56-59-716_cyou.joiplay.renpy.jpg
 

neymarhexa

New Member
Jul 28, 2022
13
106
I have same issue here. After the end of Chapter 7 the game suddenly crash and force close without warning.
I play it on android device using joiplay, and have no issue until end chapter 7.

I already change the variable cheatcat = "" and def_cheat = "" but still crash.

The last screen before crash is attached.

Please anyone have bugfix for this issue?
View attachment 2217229
In "header_ep8" you have to eliminate this variable:

if renpy.android:
$ persistent._clear(progress=True)
$ renpy.save_persistent()
$ renpy.quit()

I believe it will stop exiting on android if you delete it
 

allanl9020142

Well-Known Member
Aug 23, 2018
1,256
1,984
This’ll be my first time trying to play as soon as the update releases but I want to wait for the mod if I can-any clue how long it usually takes? No rush just want to know, realize it might take longer than usual with the more extensive branching/etc
I want to say it took a few days for ep 8. Then there were multiple fixes for the mod due to encountered bugs throughout the following week. Though, who knows? Ep 9 might be more complicated with all the branching. I'd expect to wait longer than last time for sure but would gladly welcome anything sooner.
I think I'm just going to use the patch and play without the mod. Then just go back later and redo them if I want since it's going to be a while for ep 10 anyway.
 

Tremonia

Justice for Finnabair!
Donor
Jun 14, 2020
2,696
8,398
That might be a dumb question so please excuse me for this. Is there a version of the mod available working with BaDIK 0.8.2 or can I use the 0.8.3-mod without losing the original ingame sounds of 0.8.2?
 

zain_d

Newbie
May 5, 2017
57
7
Hi, I have downloaded the 0011 android version but only for seasons 1 and 2 and I can't seem to find the one for the interlude and I don't wanna have to play everything all over again cuz the saves haven't moved to other port, any help?
 

angangan

Newbie
Oct 23, 2020
84
45
Cant use the mod in S2 watch GALLERY REWADS

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

While running game code:
  File "game/scripts/rewards/rewards_riona.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 22, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 34, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 35, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 41, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 41, in <module>
IndexError: list index out of range

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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 "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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/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/rewards/rewards_riona.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 22, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 34, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 35, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 41, in execute
  File "game/scripts/rewards/rewards_riona.rpy", line 41, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.8.3
Fri Dec 16 19:11:04 2022
 
4.70 star(s) 31 Votes