4.30 star(s) 64 Votes

longjohngold

Well-Known Member
Jan 22, 2020
1,325
2,076
This was pretty cool. I'll admit the opening 5-10mins felt kinda ropey as it was a bit all over the place, but once it settled into the rhythm of the home life with the girls it was great. Only other complaint is that the MC is a totally Gary Sue, but that's often the deal with the power fantasy types so it's forgivable. The girls are varied and likeable, oddly enough Aurora became my favourite I think but I presume anything with her is a long way off as we're already 2 years in and I get the feeling she'd be the last to sign up for a harem. But overall I really enjoyed reading through, not many choices, but the setup and writing were interesting enough that I was invested throughout anyway.
 

Asheath

Newbie
Jan 23, 2021
68
249
an error, probably from the mod? it seems safely ignorable but might as well report anyway
You don't have permission to view the spoiler content. Log in or register now.
Don't ignore it... it's basically a missing variable and it will pop in every choice if you use the mod... my suggestion is directing the variable to anything, if you know how to open renpy console type something like ripsonGR = "> ", it will replace all the unknown variable with that mark.

Or even better wait for Ripson to fix it :)
 

Fuzzy Nuts J

Member
Dec 8, 2024
103
236
Don't ignore it... it's basically a missing variable and it will pop in every choice if you use the mod... my suggestion is directing the variable to anything, if you know how to open renpy console type something like ripsonGR = "> ", it will replace all the unknown variable with that mark.

Or even better wait for Ripson to fix it :)
My plan is just to use the save just before it happens at the next update. Its more than halfway through and they are short updates.
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,677
3,054
an error, probably from the mod? it seems safely ignorable but might as well report anyway
As someone posted above, it's a missing variable. It was declared in the last version's copy of gallery_ripson.rpy but that file is not in the new mod release.

Also, don't ignore it or the menu it's attached to won't work right.

HERE'S A QUICK FIX IF ANYONE NEEDS IT:

open ./game/ep1.rpy and go to line 23.

23 init python:
24 def switch_Textbox_visibility():

Change it to this block, inserting the various defined vars. (Not all of them are needed for this release, but adding them won't hurt.)

23 init python:
ripsonGR = ("{color=#0f0}")
ripsonRED = ("{color=#f00}")
ripsonLBlue = ("{color=#8080ff}")
ripsonBlack = ("{color=#000000}")
ripsonRed = ("{color=#f00}")
ripsonREd = ("{color=#f00}")
ripsonReD = ("{color=#f00}")
ripsonrED = ("{color=#f00}")
ripsongR = ("{color=#0f0}")
ripsonGr = ("{color=#0f0}")
ripsongr = ("{color=#0f0}")
ripsonLBlue = ("{color=#8080ff}")
ripsonBlack = ("{color=#000000}")
ripsonBlue = ("{color=#0000ff}")
ripsonWhite = ("{color=#ffffff}")
ripsonHarlow = ("{color=#ffa0fa}")
ripsonRiley = ("{color=#ffff50}")
ripsonErika = ("{color=#b400ff}")
ripsonVanessa = ("{color=#00ff30}")
ripsonKate = ("{color=#ff005f}")
ripsonUni = ("{color=#E7E9B9}")
def switch_Textbox_visibility():

(I'm sure Ripson will fix/patch it but in the meantime you can use the above.)
 

DartBatiatus

Newbie
May 5, 2024
94
85
Why dont I see text in new update, no dialog at all?

Becose im a moron, somehow turned off dialog in in Texbox settings :ROFLMAO:
 

Dryparn

Newbie
Aug 13, 2017
24
137
Please remove or at least add a way to disable the orange border during cut scenes. It really ruins the immersion and therefore also the game. Make it a little icon in the corner or something instead.
 
  • Like
Reactions: Majindevil

Talmadge

Well-Known Member
May 7, 2018
1,924
1,520
I just started playing, and I keep getting errors every now and then. I don't think there are any choices, are there? Because I haven't hit any. Unless they are where the errors are.

Also. Just curious if the invisible girl ever shows herself? I'd love to see what she is supposed to look like. Thanks.


EDIT:: Just put in the fix FFlinta posted just above this post, and it fixed the error's. I restarted and already seeing some stuff I didn't see the first time.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
10,762
22,971
I just started playing, and I keep getting errors every now and then. I don't think there are any choices, are there? Because I haven't hit any. Unless they are where the errors are.

Also. Just curious if the invisible girl ever shows herself? I'd love to see what she is supposed to look like. Thanks.


EDIT:: Just put in the fix FFlinta posted just above this post, and it fixed the error's. I restarted and already seeing some stuff I didn't see the first time.
She does show herself (occasionally).

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

Raionzu

New Member
Feb 3, 2021
10
4
[Update] NVM it just randomly started working.

so with the fix it works when not using Sandboxie but if you use Sandboxie (for me) this happens.

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.
 
Last edited:
4.30 star(s) 64 Votes