MasterGamer1234567890

Active Member
Oct 25, 2022
909
781
Yorma86
Just downloaded the update, and when I hit continue, I immediately hit this exception. Ignore let's you continue, but not sure if something is broken, and I can't reproduce the bug after choosing ignore.

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

While running game code:
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 91, in <module>
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 1385, in Fix_Missing_Partners_MC
AttributeError: 'Actor' object has no attribute 'sexual_partners'

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 276, in script call
  File "Scripts/script.rpyc", line 246, in script call
  File "Scripts/Utilities/renpy_after_load.rpyc", line 91, in script
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 91, in <module>
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 1385, in Fix_Missing_Partners_MC
AttributeError: 'Actor' object has no attribute 'sexual_partners'

Windows-10-10.0.26100 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.087
Sun Apr 20 00:40:56 2025
 

FangYuann

Newbie
Apr 20, 2019
66
65
Yorma86
Just downloaded the update, and when I hit continue, I immediately ht this exception. Ignore let's you continue, but not sure if something is broken.

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

While running game code:
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 91, in <module>
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 1385, in Fix_Missing_Partners_MC
AttributeError: 'Actor' object has no attribute 'sexual_partners'

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 276, in script call
  File "Scripts/script.rpyc", line 246, in script call
  File "Scripts/Utilities/renpy_after_load.rpyc", line 91, in script
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 91, in <module>
  File "game/Scripts/Utilities/renpy_after_load.rpy", line 1385, in Fix_Missing_Partners_MC
AttributeError: 'Actor' object has no attribute 'sexual_partners'

Windows-10-10.0.26100 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.087
Sun Apr 20 00:40:56 2025
Got it as well, I just hit ignore and played normally to be honest, maybe it's because the sexual_partners attribute did not exist in the previous build, but i was able to play with no issues after ignoring this error
 

FangYuann

Newbie
Apr 20, 2019
66
65
Now I kinda have to figure out how to get that bloody book for Nathalie since Bella refuses to sell something even remotely close to it xD Meh.
I don't remember exactly, but i think you need to click to talk to Bella and ask about the books first or something like that, the actual books are sold at her "browse bookstore" like any other items, but you probably have to unlock the option first
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
660
1,995
Now I kinda have to figure out how to get that bloody book for Nathalie since Bella refuses to sell something even remotely close to it xD Meh.
She should have a book in the Curio section for sale that is the correct book. If it's not there, then something's gone pretty wrong.
 

MasterGamer1234567890

Active Member
Oct 25, 2022
909
781
Yorma86 Here is another exception when I click on Cindy's gallery. Ignore sends me to the start screen, and continue brings me back the just before I clicked on the journal menu item. The bug can be reproduced.

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

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 22, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 30, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 46, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 35, in execute
  File "game/Scripts/screens/character_details.rpy", line 45, in execute
  File "game/Scripts/screens/character_details.rpy", line 141, in execute
  File "game/Scripts/screens/character_details.rpy", line 144, in execute
  File "game/Scripts/screens/character_details.rpy", line 145, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in <module>
KeyError: 'cum_eating'

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 276, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 22, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 30, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 46, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 35, in execute
  File "game/Scripts/screens/character_details.rpy", line 45, in execute
  File "game/Scripts/screens/character_details.rpy", line 141, in execute
  File "game/Scripts/screens/character_details.rpy", line 144, in execute
  File "game/Scripts/screens/character_details.rpy", line 145, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in execute
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\parameter.py", line 477, in evaluate
    value = renpy.python.py_eval(v, locals=scope)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/screens/character_details.rpy", line 150, in <module>
KeyError: 'cum_eating'

Windows-10-10.0.26100 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.087
Sun Apr 20 01:10:15 2025
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
660
1,995
Yorma86 Here is another exception when I click on Cindy's gallery. Ignore sends me to the start screen, and continue brings me back the just before I clicked on the journal menu item. The bug can be reproduced.

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

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 22, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 30, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 46, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 35, in execute
  File "game/Scripts/screens/character_details.rpy", line 45, in execute
  File "game/Scripts/screens/character_details.rpy", line 141, in execute
  File "game/Scripts/screens/character_details.rpy", line 144, in execute
  File "game/Scripts/screens/character_details.rpy", line 145, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in <module>
KeyError: 'cum_eating'

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 276, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 22, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 30, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 46, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 35, in execute
  File "game/Scripts/screens/character_details.rpy", line 45, in execute
  File "game/Scripts/screens/character_details.rpy", line 141, in execute
  File "game/Scripts/screens/character_details.rpy", line 144, in execute
  File "game/Scripts/screens/character_details.rpy", line 145, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in execute
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\parameter.py", line 477, in evaluate
    value = renpy.python.py_eval(v, locals=scope)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/screens/character_details.rpy", line 150, in <module>
KeyError: 'cum_eating'

Windows-10-10.0.26100 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.087
Sun Apr 20 01:10:15 2025
Ah, I'll look into it. Thanks!
 

Moonis

Active Member
Mar 18, 2019
727
1,024
The Download button on the Datanodes and Mixdrop sites lead to another site that has malicious software.
I have never used Datanodes, but with Mixdrop you gotta use adblocker like uBlock Origin. With those it's among better working servers.
 

MasterGamer1234567890

Active Member
Oct 25, 2022
909
781
Yorma86 And this one when clicking on the Jefferson gallery. Same result using ignore as with Cindy.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 22, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 30, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 46, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 35, in execute
  File "game/Scripts/screens/character_details.rpy", line 45, in execute
  File "game/Scripts/screens/character_details.rpy", line 141, in execute
  File "game/Scripts/screens/character_details.rpy", line 144, in execute
  File "game/Scripts/screens/character_details.rpy", line 145, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in <module>
KeyError: 'cum_eating'

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 276, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script call
  File "Scripts/screens/character_sheet.rpyc", line 6, in script
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 10, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 22, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 30, in execute
  File "game/Scripts/screens/character_sheet.rpy", line 46, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 1, in execute
  File "game/Scripts/screens/character_details.rpy", line 35, in execute
  File "game/Scripts/screens/character_details.rpy", line 45, in execute
  File "game/Scripts/screens/character_details.rpy", line 141, in execute
  File "game/Scripts/screens/character_details.rpy", line 144, in execute
  File "game/Scripts/screens/character_details.rpy", line 145, in execute
  File "game/Scripts/screens/character_details.rpy", line 150, in execute
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\parameter.py", line 477, in evaluate
    value = renpy.python.py_eval(v, locals=scope)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\...\ClubDetention-0.087-pc\ClubDetention-0.087-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/screens/character_details.rpy", line 150, in <module>
KeyError: 'cum_eating'

Windows-10-10.0.26100 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.087
Sun Apr 20 01:17:29 2025
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
660
1,995
Your welcome. And just for the record. The gallery is empty for all the "other" character, but I guess you just haven't gotten around to fully implement it for them yet.
I think out of the 'others' only Cindy has anything in the gallery. And if she's crashing, it's hard to access :D
 

MasterGamer1234567890

Active Member
Oct 25, 2022
909
781
I think out of the 'others' only Cindy has anything in the gallery. And if she's crashing, it's hard to access :D
:) I also noticed that some of the older scenes in the galleries are locked, despite I played them several times. When I play them again, they unlock, so no big issue, but a few are from early in the main story, and I don't know how to replay them. That said. I haven't spend much time trying to unlock them, and won't have time in the near future. So I might return later with a list of locked scenes, that I can't unlock.
But all in all, the gallery looks really good, and it also serves as a quest log too. Good job.
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
660
1,995
How to open Samantha in greenhouse story?
I open greenhouse already, but just one sentence??
You'll also have to play her storyline far enough. Once you've seen all her photo shoots, she'll ask you to meet her there.
 

<><>

Newbie
Jul 24, 2019
19
2
Direct the play and choose the "Revise the ending" (or something, I can't remember the exact choice), and also be sure to choose to rewrite it when prompted.
[/QUOTE]

he gives only 2 options to repeat the performance or not to hold it
 
  • Like
Reactions: bad_mofo

ViperGts151

You don’t like me? Fine. Don’t waste my time then.
Donor
Jan 15, 2018
1,684
7,294
anyone know how to progress with father farshore ? Says i should inform him about my success with catherine however can never find him on the map or otherwise.
 

Aussie Wolfie

New Member
Jun 27, 2024
1
0
how you supposed to start a new game ( for first time players ), there is only the "continue" button which doesn't work at the start with no save file?
 

loikl

Well-Known Member
Feb 14, 2018
1,462
3,390
Guys, how is the NTR in this? Read that the MC shares the girls so everyone have fun, no humiliation at all. Does it have many scenes?
As far as I can see, this isn't really NTR. The MC isn't looking for romance (if you notice, the tag isn't there). The MC is hired to turn the girls into whores and use them to get money from rich people (HIS girls aren't actually his). There are several scenes where the girls have sex with other men and the MC watches them... or not. Don't really expect the MC to get "excited" watching them or for the game to be a "total cuckold." It's just more of a "trainer" where the MC isn't attached to the girls in a sentimental way as such.

P.S. As I said the last time I played it, it was like this. I don't know how much it will change with the updates, but I doubt it will be very different (if I'm wrong, someone correct me). The tag "ntr" is there because some crybaby was expecting "harem" and "romance" where clearly there isn't any (the tag isn't there).
 
4.00 star(s) 48 Votes