4.50 star(s) 15 Votes

MrBenny

Engaged Member
Jul 20, 2021
2,391
5,823
646
The game only has 4 main girls not sure why everyone in here thinks that the side girls count as main girls
The main girls are:
Winter
Autumn
Summer
Haru

Everyone else are side girls.
Good to know. Thanks.

Hmm...I hope there will be a choice ending where MC will have permanent intimate relationships with the four main girls. Maybe as roommates sharing the MC under one roof. Or at least keep the three seasons together as a path for the harem fans. (Wishful thinking...)

But man, Haru is so cute to let go...I want them all.

Regards
 

croupette

New Member
Aug 28, 2021
14
24
126
Does anyone know what the incest patch does? Installed it and doesn't look like it does anything, great game anyway!
 

Anallover78

Newbie
Feb 4, 2025
39
93
28
This game is LITTERED with them, it's been constant.
I think you and I have a different definition of 4th wall breaks. are you including references?
because fourth wall breaks are more "mc talking to the character" or "character mentions they are playing a game"
 

Zorro#34

Active Member
Apr 23, 2022
617
967
169
My Prologue save worked! That's nice, considering how much work was put into the prior content.
The college hall is a non-standard one, great!
The friends are meh, though. I hope I can ditch them to hang with girls as often as possible. (y)
Are all Spanish teachers that hot? :LOL:
Video Game History??? Where's the college it's taught at, I wanna sign up asap! :LOL:
 
  • Heart
Reactions: ParaloopLampy

FuhQ6969

Member
Aug 20, 2025
253
316
63
Dunno what the incest patch does. Either I did something wrong while installing it or it's broke. MC is still with dead parents and stuck with friends of the dead parents, so none of them are related to him.
 

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
Dunno what the incest patch does. Either I did something wrong while installing it or it's broke. MC is still with dead parents and stuck with friends of the dead parents, so none of them are related to him.
that stuff got fully removed this release. someone can make an incest patch if they want- i literally cant do anything to stop them- but realistically it was impeding on the story I was trying to tell
 
  • Like
Reactions: Nattrack

tonypiow

Newbie
Jun 13, 2020
20
11
148
Is any one else getting an error trying to open gallery? -

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

While running game code:
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 660, in execute
    if main_menu:
  File "game/screens.rpy", line 663, in execute
    $ gallery_scope = {
  File "game/screens.rpy", line 671, in <module>
    "jj": jj,
NameError: name 'jj' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2215, 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 "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 660, in execute
    if main_menu:
  File "game/screens.rpy", line 663, in execute
    $ gallery_scope = {
  File "game/screens.rpy", line 671, in <module>
    "jj": jj,
NameError: name 'jj' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
OnceAgain Chapter1
Fri Aug 29 20:06:03 2025
 
  • Like
Reactions: dominator_css

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
Is any one else getting an error trying to open gallery? -

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

While running game code:
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 660, in execute
    if main_menu:
  File "game/screens.rpy", line 663, in execute
    $ gallery_scope = {
  File "game/screens.rpy", line 671, in <module>
    "jj": jj,
NameError: name 'jj' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2215, 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 "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 660, in execute
    if main_menu:
  File "game/screens.rpy", line 663, in execute
    $ gallery_scope = {
  File "game/screens.rpy", line 671, in <module>
    "jj": jj,
NameError: name 'jj' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
OnceAgain Chapter1
Fri Aug 29 20:06:03 2025
are you using ANY external things or anything from the first release? "jj" was Harper's initials at first but that shouldve been fixed this release entirely
 

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
Only URM, started a new game so not loading from old saves.
I had someone say it broke using URM for them earlier. could be an issue with that somehow. all I know is anything labeled "jj" needs to be changed to "hj"
 
4.50 star(s) 15 Votes