Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,796
Is there an ending that we could end up with all the girls?
As the current variables stand...no. There's a few splits and currently only a possible Ashley harem route and Jen harem route. Others are singles/sides... although I admit I'm still combing through the details.
 
  • Thinking Face
Reactions: Crimsonfiend76

salkrim

Newbie
Jul 8, 2021
93
298
This works for all Renpy games:

C:\Users\YOUR USER NAME (it depends)\AppData\Roaming\RenPy

Note that it's a hidden folder, so you'll have to enable viewing hidden folders on your file explorer.
Or you can just type: %AppData%\RenPy
into the explorer on windows
 
  • Like
Reactions: Aristos

Templar Knight

Active Member
Feb 2, 2018
711
813
ok, before i download i usually read the comments and i have only two doubts :
1- any content or ending for elizabeth path ?
2- What do you mean there is already an ending for some route? was this the last update for some routes?
 

DavidCF

Member
Aug 10, 2020
361
130
Hi there,
Starting from the beginning again.
Got the following traceback.
If you click Ignore you can carry on with the game.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

joe powa

Active Member
Nov 10, 2017
535
329
I'm curious to know who are the favorite girls off the community ? The most popular
There are many, and great ones at that.
we'de need a poll i think
So far, for me my fav is Sung Ji. With Aurora and Rebeca behind.
Vicky, Ashley and Valery are pretty close behind though...
Well many good romances and interesting characters, that's one of the great things with this game
 

sdawg1234

Member
Dec 1, 2019
270
418
Feels like this is going to turn into a who shot Mr. Burns. I would've thought we would be able to get this whole party or whatever it is with Adam this episode but no. Think I'll make a copy and play with the mod just to cut down the number of playthroughs. Anyway looking forward to seeing what's next after that ending.
 

Pallabbbbbnn

Newbie
Jan 15, 2022
99
78
Guys my android version got ended everytime Jenny leaves at the end of chapter 4 , although I am using chapter 5 Gold, can anyone help me please .
If anyone have save files of the start of chapter 5 that can help I guess , or any suggestions what should I do:unsure:
 

Bryan_Colt

Active Member
Jul 19, 2017
688
463
I just played 5 chapters i do not know what magic was used to make this game but so far it's perfect.

On the story i will end Adam even if it means losing all the girls.
 

Blackheartz_

Member
Nov 18, 2020
127
54
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "renpy/python.py", line 1923, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
A O A CHP5_GOLD
Tue May 17 01:58:23 2022
help?
 

leproso0413

Well-Known Member
May 26, 2017
1,427
349
Is there any way to unlock the entire gallery? I'm missing 1 and I can't figure out which one it is.
 

Maevos

Member
May 4, 2019
280
666
For some reason the game seems to think that I have a relationship with Valery and Jade. I don't, yet I got the scene with Valery at the office where MC says they hung out (they didn't) and Jade sent me a naked picture (not complaining but...).

Oh well. :unsure:
 
4.20 star(s) 232 Votes