recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,346
23,295
871
I cried laughing
You don't have permission to view the spoiler content. Log in or register now.

Small bug: Shortly after Katherine slams the door in MC's face and MC expresses his displeasure in his mind, I am transported again to the scene where MC wakes up from the dream in which he saw his father crying.

Edit: Ran it again and apparently I get ported to some random scenes every time. Gonna try a new save.
Dammit, that's an indentation error, fix soon.
 

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,346
23,295
871
I cried laughing
You don't have permission to view the spoiler content. Log in or register now.

Small bug: Shortly after Katherine slams the door in MC's face and MC expresses his displeasure in his mind, I am transported again to the scene where MC wakes up from the dream in which he saw his father crying.

Edit: Ran it again and apparently I get ported to some random scenes every time. Gonna try a new save.
Next try, hope this is the last fix^^
https://attachments.f95zone.to/2021/09/1443125_game.7z

So...we have to start a new game to play this version? Really?
Really? Did you read that somewhere?
 
  • Haha
Reactions: cbsx

Fun Shaundi

Member
Jun 24, 2021
446
2,536
367
I dunno if anyone is experiencing it, but I have an odd thing going on:
In a new playthrough as a female mc (with this new update) I've basically just ignored every girl (Except sis, cause that one is unavoidable no matter what you choose) and went solely after Katherine. I didn't mess with her in any of the scenes where you had the opportunity to, and when you help her with her 'problem' and 'a door is left open', the next scene doesn't trigger, and instead you're taken back to a prior scene where you're at the table, eating with mum, sis and Jada. And if you skip all the scenes to Katherine's again, it takes you back again and the loop keeps happening. Loading a save from before walking towards that 'open door' didn't fix it.
I went back to a prior scene where I could mess with Katherine, and then the issue didn't happen, so maybe it just affects the path where you don't mess with Katie at all?

EDIT: While writing this post someone else posted about it and recreation acknowledged it, so nvm me :D
 
  • Haha
Reactions: recreation

yannick12

Newbie
Jun 21, 2018
65
68
233
I cried laughing
You don't have permission to view the spoiler content. Log in or register now.

Small bug: Shortly after Katherine slams the door in MC's face and MC expresses his displeasure in his mind, I am transported again to the scene where MC wakes up from the dream in which he saw his father crying.

Edit: Ran it again and apparently I get ported to some random scenes every time. Gonna try a new save.
Same hahaha that got me good. Nice one recreation
 
  • Like
Reactions: recreation

Meushi

Well-Known Member
Aug 4, 2017
1,146
12,799
672

hoborg

Active Member
Jul 8, 2017
759
1,076
346
Having a problem when I press H the image either goes black or switches to a different image.
Otherwise good all around.
 

hoborg

Active Member
Jul 8, 2017
759
1,076
346
Having just finished it, I really didnt see a need for a walkthrough mod.
There are a few decisions to make and just saving before hand was no biggy.
But its not all wide branching.
 
  • Like
Reactions: fz

DrakoGhoul

Engaged Member
Jul 13, 2018
3,806
15,011
716
I just saw that this updated and i can barely contain myself :oops:. I have to play it now! Not going to use my saves though since it's been a while and it's best if i keep them up to date. Anyway, Female Lead as my main/1st playthrough then i'll hit the Male side afterwards.
 
  • Like
Reactions: recreation

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,346
23,295
871
:love: wishlist :love:
more then 1 shower scene animation.
implement more #fingering in your repertoire. from a lesbian pov the 3 some would not be just kiss and lick.
minimize giantbobblehead scale. makes mc smaller then everyone else.
Sadly, animations are a pain in the arse with Daz, and especially when it comes to colisions it's just awful. I tried to make the Kat scene animated initially, but it was just... :/
The shower scene was actually planned as quite lengthy, but rendering was so painfully slow that I had to cut it, that's also why there's just an animation for the female mc and not the male.

Having a problem when I press H the image either goes black or switches to a different image.
Otherwise good all around.
Most of the scenes have a pause implemented with no text, no need for pressing H ;)
 

baklol

Active Member
Aug 13, 2018
700
508
272
Sadly, animations are a pain in the arse with Daz, and especially when it comes to colisions it's just awful. I tried to make the Kat scene animated initially, but it was just... :/
The shower scene was actually planned as quite lengthy, but rendering was so painfully slow that I had to cut it, that's also why there's just an animation for the female mc and not the male.


Most of the scenes have a pause implemented with no text, no need for pressing H ;)
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
AttributeError: 'renpy.styledata.styleclass.Style' object has no attribute 'modal'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, 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 3276, 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 3792, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 786, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 786, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 786, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 786, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1214, in render
rv.modal = self.style.modal
AttributeError: 'renpy.styledata.styleclass.Style' object has no attribute 'modal'

Windows-8.1-6.3.9600
Ren'Py 7.4.6.1693
Bad Memories 0.7
Sat Sep 25 13:00:41 2021


cannot run in bit 32 after installing 32 bit support any help
 
  • Angry
Reactions: cbsx
4.30 star(s) 216 Votes