4.30 star(s) 63 Votes

longjohngold

Well-Known Member
Jan 22, 2020
1,250
1,954
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
67
244
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

Newbie
Dec 8, 2024
20
20
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,662
2,974
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.)
 

Dryparn

Newbie
Aug 13, 2017
22
130
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
4.30 star(s) 63 Votes