homarkc

Well-Known Member
Nov 12, 2018
1,044
396
278
Is there a fix for gallery? Bugs are everywhere. And why my save with Luise kept coming back to Shelby?
 
Last edited:

xMississipi

New Member
Mar 28, 2019
1
0
36
Heelpp

I've got a error

While loading the script.
Exception: Could not load from archive utils/animations.rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 359, in bootstrap
File "renpy/main.py", line 481, in main
File "renpy/script.py", line 359, in load_script
File "renpy/script.py", line 854, in load_appropriate_file
Exception: Could not load from archive utils/animations.rpyc.
 

Mazekiel

New Member
Jan 12, 2018
8
6
159
Seems like there's a bug, after the MC finishes the scene where he's sitting on the bench in a park. From that point on sometimes when it transitions to different frames it shows the picture of him on the bench in the park. Like an easy to see subliminal image.

Thank you for your work.
 

Duke9668

Member
Jan 10, 2021
128
57
120
I'm playing the compressed version with the walkthrough mod, and so far, three of my choices haven't been saved correctly. The first two involved Jayden, he told his mom I pinned the blame on him and didn’t pay him the bonus I promised, even though I followed the walkthrough and chose the options that should have done the opposite. The third one was the choice between the two girls at the beach. I picked the one with the hat and glasses, but the game continued as if I had picked the other girl. These are the only outcomes I've noticed, I’m not even sure if my other choices were registered properly. Is the game scripted to play out this way, making the choices just an illusion? Or could it be an issue with the compressed version or the walkthrough mod?
 

JGNeon

Well-Known Member
Modder
Feb 24, 2021
1,037
6,395
647
I'm playing the compressed version with the walkthrough mod, and so far, three of my choices haven't been saved correctly. The first two involved Jayden, he told his mom I pinned the blame on him and didn’t pay him the bonus I promised, even though I followed the walkthrough and chose the options that should have done the opposite. The third one was the choice between the two girls at the beach. I picked the one with the hat and glasses, but the game continued as if I had picked the other girl. These are the only outcomes I've noticed, I’m not even sure if my other choices were registered properly. Is the game scripted to play out this way, making the choices just an illusion? Or could it be an issue with the compressed version or the walkthrough mod?
Walkthrough mod dev here.

It's bad/terrible coding choice from the game dev's side, really. You can't have multiple saves for multiple paths for this game, since variables are saved to persistent ("global") storage - as in, the same "save" area as game preferences and achievements (including available replay gallery items) - not as regular variables that will be saved along in the save files. Honestly, the only thing save files are good for in this game, is to just pick up from where you last left off.

To see different paths, you essentially have to start over from the beginning, and even that isn't guaranteed to work properly (only if those variables are reset when you reach the next choice available).
 

jwhu

Member
Nov 25, 2020
164
71
192
Walkthrough mod dev here.

It's bad/terrible coding choice from the game dev's side, really. You can't have multiple saves for multiple paths for this game, since variables are saved to persistent ("global") storage - as in, the same "save" area as game preferences and achievements (including available replay gallery items) - not as regular variables that will be saved along in the save files. Honestly, the only thing save files are good for in this game, is to just pick up from where you last left off.

To see different paths, you essentially have to start over from the beginning, and even that isn't guaranteed to work properly (only if those variables are reset when you reach the next choice available).
Can you use URM to change the persistent variables?
 

Sony676

Well-Known Member
Mar 14, 2021
1,926
4,212
387
Was the new update just fucking the flower girl (not you Aerith) with ONE freaking camera angle/position? I mean the updates tend to be short but at least the scenes offered multiple nice angles or positions. But this is really awkward... Why even bother giving her a scene (I like her looks a LOT) if you don't put any effort into it...
 
  • Like
Reactions: Arj31

Duce3227

Member
Sep 5, 2017
186
159
167
Can you use URM to change the persistent variables?
Yes you can. However they are then changed "global" again. Meaning if you load a save earlier that doesn't mean anything. And you will have to delete the local persistant file and the one in %appdata% and then play the game again to make a proper second playthrough.
The author really should fix the code before anything. The last game was a fucking mess code wise and even if it is a great story if it plays like shit it will affect peoples opion alot.
 
  • Like
Reactions: jwhu
3.00 star(s) 24 Votes