Jan 7, 2022
452
570
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
237
455
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
78
9
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
 

MelodyMark

Newbie
Mar 20, 2020
74
21
View attachment 2576910
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
did you set NTR?
 

apple81630

Newbie
Feb 23, 2020
75
30
How to unlock Milena's events
The prompt I get is
[Milena is still eaer for your cock.She is waiting for you
Dalia is still eaer for your cock.She is waiting for you]
 

Bloodguard

Engaged Member
Feb 20, 2021
2,904
4,492
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
That's not what he is asking. Chapter 3 has 3 parts that all need to be downloaded into the same folder to play the game. It was confusing for me as well. :cry:
 
Jan 7, 2022
452
570
That's not what he is asking. Chapter 3 has 3 parts that all need to be downloaded into the same folder to play the game. It was confusing for me as well. :cry:
Yea, chapter 3 seems to be split - there are 3 separate links in OP for this single chapter. So like I said, we have to overwrite right?
 

worldkaiser

Member
Aug 14, 2019
237
455
Yea, chapter 3 seems to be split - there are 3 separate links in OP for this single chapter. So like I said, we have to overwrite right?
You just download them all and extract from part one and winrar/7zip will automatically continue and extract them all (just make sure the naming/part number is right)



 
  • Heart
Reactions: Bloodguard

Wacky Woohoo Pizza Man

It's Pizza Time
Donor
Feb 19, 2018
280
383
Chapter 5 seems to be a new game (dont use old saves it will brick the setup)
You dont need any saves, its continuing story, like how other chapters were.
 

Bloodguard

Engaged Member
Feb 20, 2021
2,904
4,492
ntr avoidable ?!
Mostly? It's not really NTR, it's mostly sharing/swinging, though there are a few scenes, like Rita's movies that have NTR scenes. Also letting your Dad bang his wife again after you steal her might be NTR-ish? Mostly it's letting other dudes bang some of the ladies, though they are still your ladies. Even with it turned off, there is still a pretty heavy sharing vibe for some of chapter 3, and a lot of chapter 4. So, if you are strict no sharing or swinging, might want to stick to chapter 1 and 2. (y)
 

RandyPhoenix

Engaged Member
Jun 30, 2018
3,028
4,703
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
Or you can play CH1 remake, got amazed and love it, then start CH2, see how terrible it is, can't finish it, and start waiting CH2 remake with no hope or word from DEV like me for years, it's another option to choice...
 

cooperdk

Engaged Member
Jul 23, 2017
3,544
5,240
Can someone tell me why the fuck these developers choose to use Japanese game screenshots of OBVIOUS Japanese characters, then call them Rita, Maeve, Janice, Priscilla (and Max of course)???

Why the FREAKING HELL not call them Risa, Machi, Juria, Popori (and Masaki of course)??!

Or, of course, use Daz, which does require a little skill but also makes much better quality since it ACTUALLY renders, they're not just screenshots.
 
3.60 star(s) 103 Votes