Tristrix

Member
Jun 30, 2019
214
442
228
When was the last time the mainstory was touched? Although flimsy as it is, it feels like ages that things actually moved forwards
it's been a while, and you're not wrong to point it out, but i've still enjoyed all the slice of life stuff that we've gotten instead.
 

OnlyNeverNow

Active Member
Aug 9, 2018
580
1,221
266
Oh gosh, am I the only one that thinks Lyriel/Cait is a NIGHTMARE pairing?

it's like they feed off each other's dumbassness and awkwardness and get into a self-perpetuating cycle of "Um like uh can we like uh um do this like um uh NEVER MIND LIKE UM NEVER MIND" x5, and even during the actual scene, they're like... incapable of flirting or bantering and any time MC tries they just go "...wha? huh..? just like... let us do the thing ok..."

Or maybe I just don't have a "moron" kink...
 

Digteren

Well-Known Member
Nov 1, 2020
1,204
1,107
290
Oh gosh, am I the only one that thinks Lyriel/Cait is a NIGHTMARE pairing?

it's like they feed off each other's dumbassness and awkwardness and get into a self-perpetuating cycle of "Um like uh can we like uh um do this like um uh NEVER MIND LIKE UM NEVER MIND" x5, and even during the actual scene, they're like... incapable of flirting or bantering and any time MC tries they just go "...wha? huh..? just like... let us do the thing ok..."

Or maybe I just don't have a "moron" kink...
It's funny I totally agree with you that it's like that, but I love it ^^
 

zeerin3125

Member
Aug 3, 2017
205
389
131
Oh gosh, am I the only one that thinks Lyriel/Cait is a NIGHTMARE pairing?

it's like they feed off each other's dumbassness and awkwardness and get into a self-perpetuating cycle of "Um like uh can we like uh um do this like um uh NEVER MIND LIKE UM NEVER MIND" x5, and even during the actual scene, they're like... incapable of flirting or bantering and any time MC tries they just go "...wha? huh..? just like... let us do the thing ok..."

Or maybe I just don't have a "moron" kink...
Lyriel is the only one of the main cast I actually like at this point, but this is surprisingly accurate, and it's making me re-think some things.
 

OnlyNeverNow

Active Member
Aug 9, 2018
580
1,221
266
Lyriel is the only one of the main cast I actually like at this point, but this is surprisingly accurate, and it's making me re-think some things.
Lyriel's also my favorite by far, which is why it stood out to me, I feel like she only gets this way when she's with Cait, they feed off each other's brain cells, but spit them out instead of swallowing

Like, compare to Lyriel's morning DT scene, sure she grumbles and moans at first a little, but it doesn't take her 4 days to actually do it, you tell her to take it deeper, she says make me, and its on. She doesn't get all "uhhh what? what are you saying? huh? like what?"
 
Jul 29, 2022
75
444
112
I'm loving this game so far, but can anybody point me in the right direction or tell me why it keeps crashing on me. It gets real annoying...

Seems like it happens when I either scroll wheel backwards to see an outcome of a different choice, or even click too fast. Never had this happen in any other game with this engine. Here's a crash log:

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 493, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 310, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "renpy/script.py", line 888, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "renpy/script.py", line 461, in finish_load
if isinstance(i, renpy.ast.RPY) and i.rest == ("python", "3"):
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
 

Pixillin'

Well-Known Member
Oct 8, 2024
1,906
2,371
341
When was the last time the mainstory was touched? Although flimsy as it is, it feels like ages that things actually moved forwards
So far there have been some threads that broke and there was that dude who stared at you from the top of a building in a dream, and then the guy on the bench who asked if you were interested in power and riches or something like that, oh and when the first thread broke and Cait did her rituals, MC and Lyriel both felt like something was watching. I think that's all for the main "why are we stuck in this house" story. It's possible that some of the Lis stories may intersect with the main story but we've seen no sign of it yet. So it's been a good few years since anything happened with the main story.
 

Carso150

Member
Jul 26, 2017
225
39
200
Lyriel's also my favorite by far, which is why it stood out to me, I feel like she only gets this way when she's with Cait, they feed off each other's brain cells, but spit them out instead of swallowing

Like, compare to Lyriel's morning DT scene, sure she grumbles and moans at first a little, but it doesn't take her 4 days to actually do it, you tell her to take it deeper, she says make me, and its on. She doesn't get all "uhhh what? what are you saying? huh? like what?"
I think its funny and cute, it also gives some variety to the scene and it makes perfect sense with both of their personalities because both get nervous and are inexperienced, they can atleast get some confidence when they are alone but both together is something new and they end up stepping on each other's toes
 
Last edited:

torpedogoat

Member
May 24, 2024
225
503
179
I'm loving this game so far, but can anybody point me in the right direction or tell me why it keeps crashing on me. It gets real annoying...

Seems like it happens when I either scroll wheel backwards to see an outcome of a different choice, or even click too fast. Never had this happen in any other game with this engine. Here's a crash log:

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 493, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 310, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "renpy/script.py", line 888, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "renpy/script.py", line 461, in finish_load
if isinstance(i, renpy.ast.RPY) and i.rest == ("python", "3"):
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
I have some Python programming experience, but I can't explain this. What it says is that the object renpy.ast.RPY, which should be a class (it's defined in the block following the line "class RPY(Node):" in file renpy/ast.py) is something else unexpected instead. Probably undefined. I don't know enough to make a guess as to why this happens.

Generally speaking, I think weird errors like this typically have one of these reasons:
  1. You installed an outdated (or broken) mod. (Mods normally say for which version they are.)
  2. You installed a 'universal' mod that happens to be incompatible to this particular game.
  3. You applied a differential update (patch) to an old version of the game, and your version was too old for that patch.
  4. You extracted or copied a new version of the game over an old one instead of deleting the old version first. (Save files are stored redundantly in two locations precisely so you can delete the old version without losing your saves, or move the the game directory to another computer without losing your saves.)
If you don't remember doing any of these things, you could check if there is more than one Ren'Py version in the game directory, subdirectory lib. If that is the case, it is an indication that you or whoever packaged the version you installed may have done something like 4 above.
 
  • Like
Reactions: Darkaura

Skeltom

Engaged Member
Oct 9, 2017
2,930
3,620
419
ZanithOne, I waited a while to pick this up again so I haven't read through the comments to see if this was brought up yet, but it looks like your background helper is a little borked. If you spank Rae in the first morning and ask her name the background stays static with her at the fridge.

screenshot0001.png
 
4.60 star(s) 356 Votes