baklol

Active Member
Aug 13, 2018
661
477
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

clowns234

Engaged Member
Game Developer
May 2, 2021
3,073
4,776
Can mc have sex with Rachel up to this update?
I'm guessing no. The milf has been set up as a dangling carrot since the beginning. I don't see much going on with her until maybe the end. I hope I'm wrong.
Apparently, the MC has the worst luck hooking up with the most easily fuckable one there. :)
EDIT: It is progressing... But still no sex. :)
 
Last edited:
  • Sad
Reactions: Jhon99x

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,268
22,313
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
The error has nothing to do with the game itself. No idea what you installed there, but I'd ask who-or-where-ever you got it from.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,849
Get prepared to be SanchoModded....

screenshot0001.png screenshot0002.png screenshot0003.png screenshot0004.png

Disregard the color formatting. recreation chose about the worst color template available in base RenPy :ROFLMAO:.

I'm going to have to spend a few hours in the morning to completely overhaul the menus and color scheme before finishing the port. There's a ton more screens but not worth me teasing those yet since I don't have all the stats input (stopped due to the gui). See my other recent title ports for an overview if you're curious. I'll keep y'all posted. Regards and thanks recreation for your production.
 
Last edited:
  • Like
Reactions: travin213

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,268
22,313
Get prepared to be SanchoModded....

View attachment 1421170 View attachment 1421171

Disregard the color formatting. recreation chose about the worst color template available in base RenPy :ROFLMAO:.

I'm going to have to spend a few hours in the morning to completely overhaul the menus and color scheme before finishing the port. There's a ton more screens but not worth me teasing those yet since I don't have all the stats input (stopped due to the gui). See my other recent title ports for an overview if you're curious. I'll keep y'all posted. Regards and thanks recreation for your production.
Looks a little overkill if you ask me, BM isn't really that kind of game :HideThePain:
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,849
Looks a little overkill if you ask me, BM isn't really that kind of game :HideThePain:
I hear ya. I'm doing it mostly for choice guide purposes. All those windows are open by force for the screenshot. Normally all that's seen is the small menu button. Everything can be turned off so it plays like your original work or only certain things toggled on. Customization overload :).
 
  • Like
Reactions: travin213

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,268
22,313
I hear ya. I'm doing it mostly for choice guide purposes. All those windows are open by force for the screenshot. Normally all that's seen is the small menu button. Everything can be turned off so it plays like your original work or only certain things toggled on. Customization overload :).
Just be aware that I included some stuff you'd usually only find in mods already in the base game. Font size for example, or hiding the textbox.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,849
Just be aware that I included some stuff you'd usually only find in mods already in the base game. Font size for example, or hiding the textbox.
Understood, already worked with and around them, isolating size changes to specific areas e.g. QM vs dialogue vs stat screens. The mod core adapts well during initial port to base renpy and then gets python code tweaked and screens changed from there. I promise I'll do the title proper justice as can be seen from my previous efforts. It will be clean and unobtrusive.
 

Faceless0ne

Member
Sep 8, 2018
432
914
I found a bug though... If you try to start the 3some scene via the gallery the replay starts at "Day1" - you still can stop the replay tho, so it dosn't start the game all over. Happens with both male and female.
 
4.40 star(s) 202 Votes