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

4.70 star(s) 31 Votes

Alexztu

New Member
Nov 24, 2017
7
1
I have a problem with the game starting


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

While running game code:
  File "renpy/common/00start.rpy", line 225, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/header.rpy", line 19, in script
    ji "Hi there!"
IOError: Couldn't find file 'voice/jill_intro/intro_jill.mp3'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 225, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/header.rpy", line 19, in script
    ji "Hi there!"
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\display\core.py", line 3377, in interact_core
    renpy.audio.audio.periodic()
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 1023, in periodic
    six.reraise(exc[0], exc[1], exc[2])
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 1001, in periodic_thread_main
    periodic_pass()
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 942, in periodic_pass
    c.periodic()
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 420, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 72, in load
    rv = renpy.loader.load(fn)
  File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'voice/jill_intro/intro_jill.mp3'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.3.1
Wed Sep 04 11:45:37 2019
 

Killerswtich

New Member
May 15, 2019
2
1
Can anyone help me to slove this error?
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/classes/math101/math_cheat.png'>:
File "game/scripts/classes/english101/english_test1.rpy", line 159, in script
$ result = ui.interact()
File "game/scripts/classes/english101/english_test1.rpy", line 159, in <module>
$ result = ui.interact()
Exception: Could not load image u'images/classes/math101/math_cheat.png': error('Failed to decode WEBP',)

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

Full traceback:
File "game/scripts/classes/english101/english_test1.rpy", line 159, in script
$ result = ui.interact()
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/classes/english101/english_test1.rpy", line 159, in <module>
$ result = ui.interact()
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\behavior.py", line 763, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\layout.py", line 1127, in render
st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\im.py", line 584, in render
return cache.get(self, render=True)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\im.py", line 629, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\Rohit\Documents\MEGAsync Downloads\BeingADIK-031-pc-compressed\BeingADIK-0.3.1-pc\renpy\display\pgrender.py", line 162, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/classes/math101/math_cheat.png': error('Failed to decode WEBP',)

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.3.1
Fri Sep 06 01:40:01 2019
```
 

MausMaus

Active Member
Aug 2, 2018
719
490
Its stuck on the warining can anyone help?
  1. Download unren and place it into your Being a DIK folder
  2. Run unren and pick option 9)All of the above
  3. Go Into Being a Dik\game folder and delete the scripts.rpa file if it doesn't exist skip this step
  4. Go into Being a Dik\game\scripts\misc and delete both cheat_detection files
  5. Go into Being a Dik\game\saves and delete the persistent file
  6. On Windows press windows key+R, a window will pop up type into it %appdata%
  7. Find the folder Renpy then the Folder Being a DIK (order by date) and delete the persistent file
  8. Extract the mod to the folder where you Installed Being a Dik
 

semnpai

Member
Jun 22, 2018
131
37
View attachment 290764

Overview:
Cheat Mod + Walkthrough
Cheats that allow you to edit your points and money
The cheat menu is the CHEATS button in the bottom right game screen​


Game/Creator:Being A DIK/
Modder:
Mod Version:0.3.1
Game Version:0.3.1


Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

Download: -


View attachment 290777 View attachment 290778 View attachment 290779 View attachment 290780
can you help me how do i replace this mod with the new version of the game because i still have the old mod on the new version of the game and i think thats preventing me from playing the new game
 

Kronicza7x

Member
Aug 9, 2018
231
300
Its stuck on the warining can anyone help?


You guys are bad at following instructions. The mod works great. All you have to do is follow the instructions. Complete instruction number 1 and 2 1st before you do anything else. It takes a couple of minutes but once number 1 and 2 are finished, then proceed to do the rest then start the game.
 

Kronicza7x

Member
Aug 9, 2018
231
300
i cant find it:

Go into Being a Dik\game\scripts\misc and delete both cheat_detection files

Because you didn't listen. Complete steps 1 and 2 1st. Don't do anything else until you complete 1 & 2. Step 2 will take a while, so do something else like browse google until it's finish. When it's done, click enter or any key to close. Then do step 3, 4, 5, 6, etc. Start the game
 

Kronicza7x

Member
Aug 9, 2018
231
300
i cant find it:

Go into Being a Dik\game\scripts\misc and delete both cheat_detection files


The mod is so worth it. I had fun making my own choices in the game. You can be a dik and a chick. You can increase your money and relations at anytime. You can rewind the game, click the cheat button at the bottom, change to Dik or Chick before each encounter with a character. One important thing you need to do is save your original saves somewhere on your pc. They wont work with this mod so you may want to go back and get those when the next game update releases.
 

Dark Ether

Newbie
Oct 22, 2018
55
10
The Step 2 will take quite a while, so leave that window open until it shuts itself.

As for me, I have no cheats files in the scripts/misc folder, in fact that folder is not even there. Everything else was done according to the letter, and I am getting these same sorts of errors when I try to go set my preferences.

I'll try admin mode on everything and see if the cheat detection files/folder shows up. Barring that, I may just have to delete everything and start over.


EDIT: I ended up having to delete the game then reinstalling. Somehow I was missing some folders. That done, the saves folder won't exist, so that step can just be skipped over.
 
Last edited:

Kronicza7x

Member
Aug 9, 2018
231
300
The Step 2 will take quite a while, so leave that window open until it shuts itself.

As for me, I have no cheats files in the scripts/misc folder, in fact that folder is not even there. Everything else was done according to the letter, and I am getting these same sorts of errors when I try to go set my preferences.

I'll try admin mode on everything and see if the cheat detection files/folder shows up. Barring that, I may just have to delete everything and start over.


EDIT: I ended up having to delete the game then reinstalling. Somehow I was missing some folders. That done, the saves folder won't exist, so that step can just be skipped over.

You don't get the cheats until step 2 is completed. A lot of people are trying to do the steps too fast. One at a time.
 

Havik79

Conversation Conqueror
Sep 5, 2019
6,448
7,623
You don't even need to play the game, once you use unren, you can simply just view all the pictures and videos in the game, just go into game, images, videos.
 

Havik79

Conversation Conqueror
Sep 5, 2019
6,448
7,623
It works for cheats, but I have lost the options, no way to quick save, quick load, or auto, all of them have gone off the screen.
I hope there is an option for fighting, to give you more chance to hit.
 
Last edited:

dxaxa

New Member
Jun 17, 2017
1
0
When i run UnRen copied into the Main Folder below error is showing saying that the packages were not found. anyone can help?

Creating rpatool...
'powershell.exe' is not recognized as an internal or external command,
operable program or batch file.

Searching for RPA packages
+ Unpacking "archive.rpa" - 42111395 bytes
C:\Users\Admin\Downloads\Mega\BeingADIK-0.3.1-pc\lib\windows-i686\python.exe: can't open file
'C:\Users\Admin\Downloads\Mega\BeingADIK-0.3.1-pc\_rpatool.py': [Errno 2] No such file or directory
+ Unpacking "ep1_images.rpa" - 735768321 bytes
C:\Users\Admin\Downloads\Mega\BeingADIK-0.3.1-pc\lib\windows-i686\python.exe: can't open file
'C:\Users\Admin\Downloads\Mega\BeingADIK-0.3.1-pc\_rpatool.py': [Errno 2] No such file or directory
......
 
4.70 star(s) 31 Votes