BUG: When lewdness with Céline goes beyond 12, the number disappears from her info card. Around that time, tips disappear too, so it is impoosible to know what to do. I am currently at 12 relationship points and 26 lewdness points. I cannot increase relationship points further and I have yet to get info on her boobs (I have height and weight). I also cannot take off her underwear. Makes me feel like she's a tease, perhaps the dev should have waited with releasing the game until there's at least a bit of development, or waited with the lewd part until you could complete at least a stage.
Also, having to do the same shit so many times... NOT FUNNY.
From the archive file, I see that there should be a handjob scene with her. ButI feel like it's impossible to reach it.
EDIT: The code is written so that your lewdness must be exactly 7 to trigger the scene.
It looks like it is possible to actually go beyound the lewdness of 7 WITHOUT triggering the scene, making it impossible to reach.
It is line 1065-1068 in script.rpyc (yes, you don't need to compile it, we know how to decompile):
if celine_lewd == 3:
$ celine_lewd1_allowed = True
if celine_lewd == 7:
$ celine_lewd2_allowed = True
Setting the condition to "if celine_lewd >= 7:" will let the scene play out no matter what. It worked for me and I am just watching it.
Instead you need to do the matching with >= operators so you can avoid the risk of not triggering the scene, or write your code so you cannot miss it!
Also, we're told that it is possible to leave the academy and go outside. I'd like to know how that is possible, or don't tell us that we can do something we can't do.
Also, Céline forgets what "sexy" means every freaking time you explain it to her!!!
Also, the girls are 180, 185, 171 and 155 cm tall. What gives? That is incredibly tall for a woman, the average ranging from 150 to about 165 cm depending on ethnicity. These girls are all caucasian-looking, so they should be around 160-165 cm tall tops. The 171 cm tall Céline is understandable, but her build implies that she should be shorter. On the other hand, the maid should be taller.
Also, Annie has no info card. Why?