Icekatana

Member
Jul 9, 2017
390
1,628
I've never been this early to a release before, so I have a question. When do the official and unofficial walkthroughs usually get released? I want to have an idea of how long I need to wait. Thanks in advance.
 

Sunedosa

Member
Jun 24, 2018
267
420
Saving everyone's bacon for your fapping convenience :
Thanks buddy, worked like a charm, although i just can't figure out why a dev of an erotic game would go to these lengths
to shut down a mod. Even when supporting him on patreon it doesn't work but can he honestly blame people who cheat to be able to see ALL the beautiful work he's done ? This is one of my absolute favorite games on this site, the character models are amazingly beautiful, original and something i would gladly support if Covid didn't cause my company to fold. The choices he forces you to take is like being a candy addict in an all you can eat candy store as long as you just eat one single type of candy, that's just a cruel so fuck that tbh.
 

Remmer

Member
Jul 2, 2017
168
109
ANYONE ABLE TO HELP? I GET AN "AN EXCEPTION HAS OCCURRED" MESSAGE WHEN TRYING TO TAKE MATH TEST AFTER DOING LILY'S DARE??

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

While loading <'Image' u'images/classes/math101/math_cheat.png'>:
  File "game/season2/scripts/classes/english101/english_test5.rpy", line 144, in <module>
Exception: Could not load image u'images/classes/math101/math_cheat.png': error('Failed to decode WEBP',)

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

Full traceback:
  File "game/season2/scripts/classes/english101/english_test5.rpyc", line 144, in script
    ��t�6�믉��p'���Z�T�C��`4���ϝ�    zk#�H8CO����Gnu;#������E�Ip'E=uၠ`�P�ܭs�i���>��8'y����z�!n�O ���@�1��S��
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/season2/scripts/classes/english101/english_test5.rpy", line 144, in <module>
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "I:\BeingADIK-0.6.0-pc-lin\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 "I:\BeingADIK-0.6.0-pc-lin\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 "I:\BeingADIK-0.6.0-pc-lin\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 "I:\BeingADIK-0.6.0-pc-lin\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 "I:\BeingADIK-0.6.0-pc-lin\renpy\display\behavior.py", line 763, in render
    rv = super(Button, self).render(width, height, st, at)
  File "I:\BeingADIK-0.6.0-pc-lin\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 "I:\BeingADIK-0.6.0-pc-lin\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "I:\BeingADIK-0.6.0-pc-lin\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 "I:\BeingADIK-0.6.0-pc-lin\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "I:\BeingADIK-0.6.0-pc-lin\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "I:\BeingADIK-0.6.0-pc-lin\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.7.0
Sat Apr 24 08:56:34 2021
 

BeenThroughHell

Active Member
Sep 10, 2020
865
429
Lol, so I decompressed and decompiled the code to see why it was crashing, and there is an anti-cheat check where it's crashing for everyone:

Code:
js "So...where do I go?"
if cheatcat != "" or def_cheat != "":
    python:
        renpy.quit()
I can't find where either of these variables were set for me, but opening the developer console and setting both "cheatcat" and "def_cheat" back to "", let me pass.

EDIT: I checked Scrappy's Walkthrough Mod, and they are being set there.
Makes sense now. so i have no chances playing this game again.
 
Jan 16, 2020
137
567
How did you get this scene?? I did not and I need to get it! HELP please!
Follow the walkthrough. You gotta make sure you get Isabella points throughout the previous episodes and make sure you don't mess around with Cathy in the car. Or just wait for the mod that will be released sometime in a couple of days that allows you to allocate LI points however you want.
 
  • Like
Reactions: B-52reloaded

JMWY

New Member
Jun 27, 2017
5
24
Feel like I've looked everywhere (clearly I haven't) where are Nick & Leon? (when you're in the DIK house)
 
D

Deleted member 3361638

Guest
Guest
my bad if this has been asked before but is there a compressed version?
 
4.80 star(s) 1,506 Votes