- Jul 8, 2019
- 313
- 184
Open the cheat menu and use the "Unlock all scenes" and "Unlock all rewards"I moved over the gallery.rpy, but only a few scenes in the gallery got unlocked, is this normal? Also is there a cheat for the renders or do you have to find them manually (I know there is a guide on where they are all located in the game thread)?
Okey For who is still having problem please have a go at this:
once ya download mod open file and go to BaDIK_0.5.2_scrappyMod.zip\badik_mod\game\
take files:
1NewCheatMod.rpy
gallery.rpy
script.rpy
update2.rpy
update3.rpy
update4.rpy
and move into Being a DIK\game folder
Start game then move rest of folders after game started and working
Hope it helps ya peoples
it only works the first time after that it fails to startOkey For who is still having problem please have a go at this:
once ya download mod open file and go to BaDIK_0.5.2_scrappyMod.zip\badik_mod\game\
take files:
1NewCheatMod.rpy
gallery.rpy
script.rpy
update2.rpy
update3.rpy
update4.rpy
and move into Being a DIK\game folder
Start game then move rest of folders after game started and working
Hope it helps ya peoples
Same problem to me... Hope someone helps us here
If you don't write in english I won't be able to understand your problemVOU TESTAR O MOD
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1462, in script
menu:
File "game/header.rpy", line 251, in menu_override
return renpy.display.get_info().oldmenu(items, set_expr)
File "game/scripts/phone/phone_menu.rpy", line 816, in execute
screen app_stats:
File "game/scripts/phone/phone_menu.rpy", line 816, in execute
screen app_stats:
File "game/scripts/phone/phone_menu.rpy", line 843, in execute
$ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
File "game/scripts/phone/phone_menu.rpy", line 843, in <module>
$ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1462, in script
menu:
File "F:\BeingADIK-0.5.2-pc\renpy\ast.py", line 1626, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "game/header.rpy", line 251, in menu_override
return renpy.display.get_info().oldmenu(items, set_expr)
File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 983, in menu
rv = renpy.store.menu(new_items)
File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 1217, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "F:\BeingADIK-0.5.2-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/scripts/phone/phone_menu.rpy", line 816, in execute
screen app_stats:
File "game/scripts/phone/phone_menu.rpy", line 816, in execute
screen app_stats:
File "game/scripts/phone/phone_menu.rpy", line 843, in execute
$ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
File "game/scripts/phone/phone_menu.rpy", line 843, in <module>
$ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.5.2
Tue Oct 27 14:06:29 2020
Actually relatively straight forward to fix yourself locally, the problem is that the file provided attempts to add in stats from 'Season 2' regardless to if you've even got to episode 5 yet (Which is when season 2 starts). which throws a error when the stats page is loaded because the game is being told to take your stats and add on a non-value.Thx for that great mod first, but I have a question always when I press on the phone "stats" the game comes up with a crash. Gives a patch for this?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1462, in script menu: File "game/header.rpy", line 251, in menu_override return renpy.display.get_info().oldmenu(items, set_expr) File "game/scripts/phone/phone_menu.rpy", line 816, in execute screen app_stats: File "game/scripts/phone/phone_menu.rpy", line 816, in execute screen app_stats: File "game/scripts/phone/phone_menu.rpy", line 843, in execute $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2 File "game/scripts/phone/phone_menu.rpy", line 843, in <module> $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2 TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 1462, in script menu: File "F:\BeingADIK-0.5.2-pc\renpy\ast.py", line 1626, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "game/header.rpy", line 251, in menu_override return renpy.display.get_info().oldmenu(items, set_expr) File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 983, in menu rv = renpy.store.menu(new_items) File "F:\BeingADIK-0.5.2-pc\renpy\exports.py", line 1217, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "F:\BeingADIK-0.5.2-pc\renpy\ui.py", line 295, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 2699, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all callback(self) File "F:\BeingADIK-0.5.2-pc\renpy\display\core.py", line 3091, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact self.update() File "F:\BeingADIK-0.5.2-pc\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/scripts/phone/phone_menu.rpy", line 816, in execute screen app_stats: File "game/scripts/phone/phone_menu.rpy", line 816, in execute screen app_stats: File "game/scripts/phone/phone_menu.rpy", line 843, in execute $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2 File "game/scripts/phone/phone_menu.rpy", line 843, in <module> $ totalScenesSum = persistent.totalScenes + persistent.totalScenes_s2 TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' Windows-8-6.2.9200 Ren'Py 7.3.2.320 Being a DIK 0.5.2 Tue Oct 27 14:06:29 2020
If im using lioke this, does steam achivment still work?Cuz steam version is lower lik 0.4.*, u can download this forum version merge it in game directory then merge mod and play in steam