Create and Fuck your AI Cum Slut –70% OFF
x

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
5,276
15,240
903
MaxsLife-CH5-0.48
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Bahamut Zero

Engaged Member
Apr 27, 2017
3,078
2,423
439
Hi, first of all thank you for the new update.
This update was really great. But there is only one think that I would have preferred otherwise. And hope you can give us the choice. Why do repeatable sex scenes start music? (example, in the afternoon the MC's mother is on the bed, if you ask to have sex, now the sex scene starts with music, but in doing so you can no longer hear the woman's moans! This happens in all repeatable scenes of this type.) I'd rather prefer to hear the moans of the girls/women than the music. Wouldn't it be possible through the MC's PC to choose whether to hear the music or the moans? Honestly the music makes me lose the excitement...of the scene. That is, if both moans and music were heard it might work, but here only the music is heard, making you lose that sense of excitement. So my advice is this, if you can let us choose whether to set the music or not, in repeatable sex scenes?

Thank you
 

etavgb

New Member
Oct 19, 2022
1
0
61
for some reason in chapter 2 i can't get the laura or landlady events to happen no matter what i do i even tried restarting
 

Ursus4321

Well-Known Member
Aug 2, 2017
1,383
3,044
467
I stopped playing this a long time ago due to lack of time and I was thinking of going back to it but it occurred to me to look at the comments first. Apparently sharing and ntr became frequent from what I have been able to read. I looked at his patreon and he earns just over 400 a month, which made it clear to me that this game has indeed changed from when I played it to now. Well, I'll forget it again and this time not for lack of time
Against my own reasoning I tried chapter 4, the one that starts with Max lying on a beach, because that was apparently where the problems start. And now I am convinced that it is not for me. I've played a little more from the beginning and I see that while in ntr there are Steve's sex scenes (isn't that supposed to be Max's life?) in the route without ntr nothing happens, well rather little happens and also to Steve, I think it's the mom showing her tits and approaching him in her sexy underwear. I mean, you can play without ntr but then you get a lot less lewd content. Well, good bye and good luck
 
Last edited:
  • Like
Reactions: Bloodguard

Vulgi

Member
Jul 3, 2017
242
315
257
would be nice if someone can upload a full save for 4.8 .. my old saves do not work :-(
 

ReShadowDancer

Active Member
Jan 7, 2022
505
632
217
For downloading chapter 3, I need to download all 1-3 parts and then overwrite them in same folder?

Like download part 1 first. Then move the contents for part 2 and part 3 to part 1 folder and click overwrite?
 

worldkaiser

Member
Aug 14, 2019
329
780
248
For downloading chapter 3, I need to download all 1-3 parts and then overwrite them in same folder?

Like download part 1 first. Then move the contents for part 2 and part 3 to part 1 folder and click overwrite?
Just play each part separately without merging anything or carrying save files, it goes like this:

Download chapter 1 > play > complete > delete the game (if you prefer)
Download chapter 2 > play > complete > delete the game (if you prefer)
Download chapter 3 > play > complete > delete the game (if you prefer)
Download chapter 4 > play > complete > delete the game (if you prefer)
Download chapter 5 > play > complete > delete the game and wait for the next update
 
  • Haha
Reactions: ReShadowDancer
Jan 28, 2019
88
11
85
screenshot0001.png
it says here to check the picture but every time I do that it always opens a traceback.txt.

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

While running game code:
  File "game/SCRIPT/movies.rpy", line 2632, in script call
    call credits_ln
  File "game/SCRIPT/pc.rpy", line 8, in script
    call screen pc2
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/SCRIPT/pc.rpy", line 83, in execute
    screen pc2():
  File "game/SCRIPT/pc.rpy", line 83, in execute
    screen pc2():
  File "game/SCRIPT/pc.rpy", line 138, in execute
    if persistent.va > 0 or persistent.va is None:
  File "game/SCRIPT/pc.rpy", line 138, in <module>
    if persistent.va > 0 or persistent.va is None:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "game/SCRIPT/movies.rpy", line 2632, in script call
    call credits_ln
  File "game/SCRIPT/pc.rpy", line 8, in script
    call screen pc2
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\Offline\Maxslife_ch4-0.45-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/SCRIPT/pc.rpy", line 83, in execute
    screen pc2():
  File "game/SCRIPT/pc.rpy", line 83, in execute
    screen pc2():
  File "game/SCRIPT/pc.rpy", line 138, in execute
    if persistent.va > 0 or persistent.va is None:
  File "game/SCRIPT/pc.rpy", line 138, in <module>
    if persistent.va > 0 or persistent.va is None:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.0.1.22070801
 0.45
Thu Apr 27 20:59:45 2023
 
3.70 star(s) 103 Votes