YandereSan

Newbie
Sep 28, 2019
20
26
This game's got a good formula and did a good job to keep things entertaining, but that ending was hella mid.

I was really hoping for a third option where Iroha can choose to become a full-fledged succubus. Sadly, that doesn't happen and Lily continues to remain about as hollow as a cardboard box.

Also, poor Iroha. It took fighting in the Holy Grail War for her to come out of the closet.
 

Arn5o5

New Member
Nov 17, 2018
11
4
The game was awfully laggy for me.

Crunching only a couple of warnings spamming the console helped... a lot. ;)
Here are the modifications I made to www/js/rpg_core.js

Code:
@@ -753,7 +753,7 @@
 
 Bitmap.prototype._createCanvas = function(width, height){
     this.__canvas = this.__canvas || document.createElement('canvas');
-    this.__context = this.__canvas.getContext('2d');
+    this.__context = this.__canvas.getContext("2d", { willReadFrequently: true });
 
     this.__canvas.width = Math.max(width || 0, 1);
     this.__canvas.height = Math.max(height || 0, 1);
@@ -1337,6 +1337,9 @@
         var context = this._context;
         var alpha = context.globalAlpha;
         maxWidth = maxWidth || 0xffffffff;
+    if (align === undefined) {
+            align = 'left';
+        }
         if (align === 'center') {
             tx += maxWidth / 2;
         }
 

tantai557

New Member
Sep 2, 2023
1
0
i just downloaded the en version of this i used to play jp how can i get my save files to the new en version
 

TheUnusualDemon

New Member
Apr 2, 2025
9
2
You might want to be more specific. If you just mean the amount - at least entire chapter focused on it, with extra sprinkled around.
Thanks for letting me know. I wanted to know how much hypnosis content there was? An hour's worth? How many scenes?
 

tipoima

Member
Jul 20, 2018
464
435
Thanks for letting me know. I wanted to know how much hypnosis content there was? An hour's worth? How many scenes?
At my pace it was a couple of hours for sure. Hard to estimate precisely with side content and combat sections between scenes
 

Arn5o5

New Member
Nov 17, 2018
11
4
Can someone help me, when I want to play it, it's like this
Could be some file(s) missing.
Try to download/extract/patch again.
How do I do the "lost item" event? I trigger the panty shots, but not sure what to do next
There is a guy named "Student Looking for Lost Item" in the North building 1F corridor, with a moral event tag above his head. Talk to him (maybe with discipline above 30 at first).
 

casey2

Member
May 30, 2023
110
110
Great game and amazing music too
Attaching save files
Save 33 and 34 have clear data ...New game+ possible
Screenshot 2025-08-19 010833.png
 
Last edited:
4.20 star(s) 74 Votes