Are you viewing Zoey's content, or avoiding it?


  • Total voters
    62
  • Poll closed .

Qmil679

Q / Motherlover
Donor
Mar 13, 2019
5,063
13,562
The update is ready. But Dev thought to himself .. maybe I'll release it in four parts? This is it! Perhaps I can collect more money with this move. :)

I stopped playing this game a long time ago. Because what this Dev is doing is a joke. The game had potential. But well ..
 

baka

Engaged Member
Modder
Oct 13, 2016
3,521
7,345
any truth to this? source?
if the dev is done with the whole update and tells the patrons he will make it in 4 parts, its suicide.
better to not reveal anything and just release 1 part each month.
 

crisbr

Well-Known Member
Mar 12, 2018
1,017
1,039
guys the game is giving error when after claire wakes up at the beginning of the new update
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'day2_9.jpg'>:
  File "game/script.rpy", line 7728, in script
    n "Rose?"
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
IOError: Couldn't find file 'day2_9.jpg'.

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

Full traceback:
  File "game/script.rpy", line 7728, in script
    n "Rose?"
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\exports.py", line 1343, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\crisg\Downloads\Compressed\BecauseILoveHer-Chapter8_Part_1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'day2_9.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Because I Love Her Chapter8_Part_1
Sun Nov 29 11:56:17 2020
 
  • Like
Reactions: MrJ
May 30, 2017
332
253
this game was good at first and then reworked, and then nothing more happened. Now release the game in 4 parts lol. I can't even remember when did it got an update
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,045
78,974
Because I Love Her [Ch.8 part 1 of 4 Fixed] The Typist

Original Size Win/Linux: 2.19 GB

Compressed Size Win/Linux: 290 MB:
Compressed Size Mac: 272 MB:

This compression is unofficial. Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:

Or you can:
 
Last edited:

laeg

Active Member
Donor
Dec 22, 2017
633
990
I didnt play game for some time, but from changelog i quess that game became full NTR isnt it?
 
3.40 star(s) 93 Votes