When was the last time the mainstory was touched? Although flimsy as it is, it feels like ages that things actually moved forwards
You got my attentionYou can enjoy the Cait x Lyriel threesome
nope, no ntr or sharing in this game, you barely even see other man in it.Is there any NTR shaking or anything in this game sharing?
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.When was the last time the mainstory was touched? Although flimsy as it is, it feels like ages that things actually moved forwards
Closest to any of that is the purple one talking about previous "experiences" she's had, often times at moments that would've immediately made most people kick her out of the metaphorical car.Is there any NTR shaking or anything in this game sharing?
It's funny I totally agree with you that it's like that, but I love it ^^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.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'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 swallowingLyriel 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.
What about full of stars code?found the codes
New Plaything - onaleash
Obedient Maid - myelvishmaid
You don't have permission to view the spoiler content. Log in or register now.
"Spooky Times" dream - reallyscarydream
extra codes / 2
that can find in guideWhat about full of stars code?
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.When was the last time the mainstory was touched? Although flimsy as it is, it feels like ages that things actually moved forwards
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 toesLyriel'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 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.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