MSnap

New Member
Jan 14, 2021
11
3
21
Can some one explain how does chapters work?
Chapter 1 - intro
Chapter 2 - another story
Chapter 3 - another story

Like that
or
Chapters are updated versions?
sorry I am really confused
Basically, each chapter contains so much content that the file size bloats (at least, this is my theory) to the point where the next chapter has to be made to continue the story. Think of them as direct sequels.
 

Yuri27

Newbie
Jul 10, 2018
78
32
182
Hey guys,

I am on CH3 of the game, however, I cannot seem to get the panties for the yakuza boss - it mentions something about going in my office to talk to Sophia - but I don't see any "office" on the map. I didn't play CH2, to be mentioned.
Also, the Alvin issue - I got the dress, but when I talk to Sophie, I can't give her the dress to continue the story When I click on her it says that I should talk with Alvin - when I do, "he needs some rest" and I need to get he sexy lingerie, but I have already bought it.

Any ideas or tips on how to get those things outta the way?

Thx
 
Dec 27, 2017
34
18
206
Hey guys,

I am on CH3 of the game, however, I cannot seem to get the panties for the yakuza boss - it mentions something about going in my office to talk to Sophia - but I don't see any "office" on the map. I didn't play CH2, to be mentioned.
Also, the Alvin issue - I got the dress, but when I talk to Sophie, I can't give her the dress to continue the story When I click on her it says that I should talk with Alvin - when I do, "he needs some rest" and I need to get he sexy lingerie, but I have already bought it.

Any ideas or tips on how to get those things outta the way?

Thx
Go into the apartments building and click the part of the wall that is to the right of the receptionist to access the office
 

Wills747

Engaged Member
Dec 14, 2018
2,667
5,864
718
The laptop error is caused by the game dev jumping from RenPy 7.4.5 to RenPy 8.0.1
I'm currently rebuilding my Android port in 7.5.3 and it seems to work.
I might upload a compressed PC version of the same.
 

Wills747

Engaged Member
Dec 14, 2018
2,667
5,864
718
Hi all, my compressed unofficial Android port of Max's Life Chapter 4 v0.45
Usual gestures, save name/delete etc..
Alternative persistent saves location

Special Instructions:
Unzip and install apk.
Grant storage permissions on first run!
On first run you will get a prompt to copy the archive.rpa file to documents/Wills747/maxs.life.four/game folder.
Copy the rpa file to the directory indicated in game. (game will quit now)
Restart the game.
Keep in mind if your default install location is an actual SD card this may slow the launch.
Advise keeping gl2 disabled unless you have a PowerVR gpu or experiance video problems.
Mega
Updated or rather downdated my Android port to RenPy 7.5.3 to fix errors
I also have made a compressed PC version that should fix the laptop error.

Warning! some of your saves may not load on this.
 

MerlinUSA

Member
Mar 1, 2018
388
166
142
After "installing" the new update, I loaded my last save, and while watching the "caveman movie" I got this:

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

While running game code:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/Cavemen.rpy", line 601, in script
    Ted "Come on Boo, let's go."
Exception: Sayer 'Ted' is not defined.

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

Full traceback:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/Cavemen.rpy", line 601, in script
    Ted "Come on Boo, let's go."
  File "D:\Adult Games\ML\Chapter 4\Maxslife_ch4-0.45-pc\renpy\ast.py", line 881, in execute
    who = eval_who(self.who, self.who_fast)
  File "D:\Adult Games\ML\Chapter 4\Maxslife_ch4-0.45-pc\renpy\ast.py", line 774, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Ted' is not defined.

Windows-10-10.0.22000 AMD64
Ren'Py 8.0.1.22070801
 0.45
Sun Oct  2 07:49:59 2022
 

Thedendelion

Newbie
Dec 3, 2020
15
2
80
so i am replaying from episode 1 and i am now at episode 2. i've been following the walkthrough but now i'am stuck at Daisy the nun quest. according the walkthrough i need to talk with the first nun again after this scene to talk to the 3 guy at the underground room but i can't seem to enter the room while the first nun was there.
Untitled.png
everytime i talk to the first nun this dialog happened and can't seem to continue with the quest where i should talk to the 3 guy there. it won't ley me click on the altar.
Untitled1.png
 

Ben4109

Newbie
Mar 13, 2020
18
4
104
Gonna keep asking this till I get an answer. Followed the walkthrough for maxs life 3. It says help emma till u get 10 but it caps at 3. Is it bugged or is there other ways to help her?
 

Devilrv

Active Member
Aug 6, 2019
802
999
309
Hey Guys,

Is anyone else getting this error??

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

While running game code:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
Exception: Audio channel 'movie_UP11/VIDEO/josie/josie03.webm_None' is unknown.

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

Full traceback:
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\bootstrap.py", line 274, in bootstrap
    renpy.main.main()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\main.py", line 660, in main
    run(restart)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\execution.py", line 938, in run_context
    context.run()
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\exports.py", line 1533, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\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 "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\core.py", line 3971, in interact_core
    if renpy.display.video.frequent():
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 552, in frequent
    update_playing()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 540, in update_playing
    m.stop()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 496, in stop
    renpy.audio.music.stop(channel=self.channel)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\audio\music.py", line 297, in stop
    c = get_channel(channel)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\audio\audio.py", line 915, in get_channel
    raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel 'movie_UP11/VIDEO/josie/josie03.webm_None' is unknown.

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.1.22070801
 0.45
Tue Oct  4 21:44:01 2022
Happens right when Im Trying to load my safe for right before the Mom x Steve Shower scene.
Thanks
 
3.70 star(s) 104 Votes