Eterky

Newbie
Aug 3, 2017
20
15
141
Do someone know how to trigger Exposure Play 4 in the park ? I went to the usual location beside the fountain where it was for the 3 previous events but there's nothin, no pink heart, no yellow heart either.
I vaguely remember that there was a exclamation mark with Lily explaining that Iroha should expose alone but surely my memories is inaccurate since it's been a little while...

In the recollection room, it is shown available but the description doesn't help much on how you trigger it, it only say that's it's on the park and that's pretty much all... Also on the map there's no heart nor exclamation mark.
 

GMegpoid1

New Member
Nov 5, 2019
1
0
68
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;
         }
omg it really help me a lot, no lag in fight scenes now :D
 

Siscon-kun

New Member
Jul 24, 2023
1
0
10
is someone know any type game rpg school like this game ?
except celesphobia cuz i done it before
Not necessarily school, but I can for sure reccommend "Pray Game" it's also on steam with free patch. Definitely in my top 3 with celesphonia
 

hurinal

Member
Nov 21, 2024
114
35
106
How do I defeat the slime girl in the pool? I'm really stuck here
 
Last edited:

pentane

Member
Nov 8, 2020
121
119
86
is the developer working on a new game? I am having trouble translating Cien and the DL site says i cant buy the game in my country so i cant seem to find a way to look at the games they have
 

megalomaniac13

New Member
Aug 31, 2018
4
7
13
is the developer working on a new game? I am having trouble translating Cien and the DL site says i cant buy the game in my country so i cant seem to find a way to look at the games they have
Yeah the developer is working on a new game. Here is a translation of .

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

sonsammy

New Member
Jan 19, 2020
4
0
11
my next mission is, until we find a clue about the next contractor, lets train in the real world and the corridor of illusions, can anyone help me whats next to do?
 

Mr.DankAss

Active Member
Jun 6, 2020
522
139
177
my next mission is, until we find a clue about the next contractor, lets train in the real world and the corridor of illusions, can anyone help me whats next to do?
reach the end of corridor and win the boss fight in that current floor
 
  • Like
Reactions: sonsammy
4.20 star(s) 81 Votes