cooldevo

Active Member
Jan 30, 2021
584
684
URM will also tip off that one is coming too. I forgot to take a screenshot of what it looks like, but I'll do that today.

  1. When on a given screen you'll see a URM notification similar to the choices one pop up. It's not for a choice, but the game is checking if you've already unlocked a given render. It's a simple evaluation of True/False for a persistent variable assigned to the given render. If True you've already collected it and it won't be added, if False you haven't collected it yet so it'll be there. It will not help for the mini-games, vault, special renders, or score-locked renders.
  2. On the very NEXT screen (not the current one) there'll be the book/magazine if you haven't collected it yet.
  3. From there, toggling H makes it jump out really easy. This is because it looks to be added as a component of the overlay.

That's what I did, instead of using and trying to follow a PDF guide.

As above, I'll blow away my current persistent and do it to show what it looks like.
Here is what URM will show. In this case, I already collected the book/magazine so it won't show up.

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

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

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Ahrimy
May 8, 2022
326
257
I still wonder if she is the same Gina the red-headed stranger (who could possibly be the father of Rusty looking at their shade of red look extremely similar) at the Prep event mentions and if so, who she is to him.
If so, she'd be a major embarrassment lol. It's apparent that she's a bad student given what we see during the exams. Chances are she's going to be flunking out
 

Chillout1984

Well-Known Member
Nov 15, 2020
1,909
1,194
If so, she'd be a major embarrassment lol. It's apparent that she's a bad student given what we see during the exams. Chances are she's going to be flunking out
The weird thing is though, the red-haired guy said he needs to discuss the upcoming holiday with Gina, while not mentioning anyone else. That makes it seem like he's Gina's sugar daddy or something (if it is indeed the same Gina).
 

cameddie

Newbie
Oct 24, 2017
34
8
I still get this exception when trying to open Rewards -> Mixed after importing a clean save from season 1-2:

Anyone have a solution?

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 22, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 180, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 181, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 187, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 187, in <module>
IndexError: list index out of range

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ 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 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 22, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 180, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 181, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 187, in execute
  File "game/scripts/rewards/rewards_mixed.rpy", line 187, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.26100
Ren'Py 7.4.10.2178
Being a DIK 0.11.1
Fri Mar 14 14:41:02 2025
[/CODE]
 
4.70 star(s) 1,622 Votes