Pif paf

Engaged Member
Feb 5, 2018
2,424
1,141
OK, I've got mine from nopy and worked with my save from last version just fine.
But the cliffhanger in this update is just hilarious :D
 

Ghostface Reborn

Engaged Member
Sep 12, 2018
3,916
2,234
:(Saves from a previous version don't work on version 0.09, apparently. Edit: The game also doesn't work if you start a new game. There's a bug in this version, since the game crashes after a few pictures.
tou have to use an earlier save-play around with your saves.
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
23,686
16,224
:(Saves from a previous version don't work on version 0.09, apparently. Edit: The game also doesn't work if you start a new game. There's a bug in this version, since the game crashes after a few pictures.
Bug fix first post.
 
  • Like
Reactions: Led

TNT3

Member
Sep 1, 2017
415
182
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/cs1/d1HugThanksSmile.png'>:
  File "game/script.rpy", line 1439, in script
    d "Anyone here?"
IOError: Couldn't find file 'images/cs1/d1HugThanksSmile.png'.

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

Full traceback:
  File "game/script.rpy", line 1439, in script
    d "Anyone here?"
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/cs1/d1HugThanksSmile.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
MidLifeCrisis 0.09
Tue Jul 30 23:01:04 2019
 
  • Thinking Face
Reactions: Jeancul

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
23,686
16,224
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/cs1/d1HugThanksSmile.png'>:
  File "game/script.rpy", line 1439, in script
    d "Anyone here?"
IOError: Couldn't find file 'images/cs1/d1HugThanksSmile.png'.

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

Full traceback:
  File "game/script.rpy", line 1439, in script
    d "Anyone here?"
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\tnt3tnt\Downloads\MidLifeCrisis-009-pc\MidLifeCrisis-0.09-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/cs1/d1HugThanksSmile.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
MidLifeCrisis 0.09
Tue Jul 30 23:01:04 2019
Bug fix first post.
 

Watcher X

Active Member
Dec 26, 2017
756
2,364
I just noticed 'prostitution' in the game tags. Is that in the latest update or have I missed something in the original playthrough?
 

somebodynobody

Engaged Member
May 11, 2017
3,253
4,201
I just noticed 'prostitution' in the game tags. Is that in the latest update or have I missed something in the original playthrough?
"Erica" is a prostitute. You can hook up with her in a hotel room, meet her at a clothing store, get a BJ in your driveway, she introduces you to the trans character at a diner.
 

Watcher X

Active Member
Dec 26, 2017
756
2,364
Ah okay thx for the quick reply. So it's an occupation of one of the characters, not the MC pimping out one of the girls.
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,386
9,770
The grain and lighting, might be because of the webp stunt I pulled.
They aren't. This is what webp compression artefacts look like:
You don't have permission to view the spoiler content. Log in or register now.
That's deliberately overcompressed to the greatest level possible with cwebp. Actually doesn't look as bad as I was expecting, given what extreme jpeg compression looks like.
 

Trasher2018

Engaged Member
Aug 21, 2018
2,145
3,484
I have to say, that ending for this version was perfect.
Yeah, but to quick :(

And I try to avoid anything with the youngest (because I cant look at her, buah. :/) and I still have her all over me and close to fucking. I hope we can avoid her in the future and we are not forced to endure her when we want to have fun with the redhead.
 

somebodynobody

Engaged Member
May 11, 2017
3,253
4,201
There is an unofficial fix for that, but I am currently uploading a version without the webp(Everyone be warned, the giant file size is back), will fix most of those errors. The grain and lighting, might be because of the webp stunt I pulled, but some(especially the early renders) are just the mistakes of learning the software.

Michelle thing, twofold reasons. I didn't want to be like 'SURPRISE' here is some gay content, especially not with it being forced. The other reason, I wouldn't really know how to write a convincing male rape scene, would rather just hint at it than delve into research I would prefer not to watch lol.
Hope you don't think I was talking being overly critical of your game. I like it and hope it continues to grow and gain your recognition/money.

If Michelle is bottom, I can only imagine the dong Rock has.

Going WebP isn't a bad idea, but you really need to do comparisons to adjust and make sure each image still retains the fidelity you want, so batch encoding isn't a great idea.
Plus if you are encoding from original lossy images like jpg to another lossy format like webp, it will continue to compound the losses, so you would want to start with the compression directly from original png or bmp files.

The rest of my post was just trying to help with fixes. Like how the bad naming of the hug image only broke the game later on if amanda would be visited second.

I would suggest every few releases you do a slow playthrough covering everything so you can see if anything slipped through the cracks.

------

Anyways I like your game and wish you luck.
 
  • Like
Reactions: k8taponnyn
4.40 star(s) 188 Votes