It's really annoying how this game can't be compressed because of the unique encryption. 4.6gb is quite a lot
Md_AdvancedMessageSystem.js to ignore empty messages, like that.I have tried 5 times same text is showingreload the game....use previous saves
Why? Too hard, or not working for you?can't play this game, will just leave it![]()
too hard, the puzzles are annoying, i'm stuck rn at the first puzzle in beta mission, can't pass it at all lolWhy? Too hard, or not working for you?
You need to open any box again after getting the dress.i got the full ritual outfit but eva still say that she dont have it its wierd
by any chance do you know what is the reason for this error . i got this error in cut scene and cant proceed !I got an error when you get on the train after being selected to join the Crucible. If you look at Eva, it throws an error. View attachment 5295548
EDIT: After some investigating, I've found that this error occurs when you look at someone ONLY when your "Text display speed" is set to 100%, because it sends a RPG Maker Variable \> which basically means "instant text", but that's not valid JSON. So put your read speed at 90% to never have to worry about this particular bug, or editMd_AdvancedMessageSystem.jsto ignore empty messages, like that.
Other Bug(s):
- After completing your initial test after getting off the train, the nurse walks you to your room. However, if you decide to explore before entering your room, you can get SOFT LOCKED in the Bathroom. There's only one door to exit, but you can't interact with doors until you "investigate your Link", but there's no entries or anything until you've gone into your room. I assume there are probably other SOFT LOCK areas besides the Bathroom, but that's where I noticed the issue.
If you attach your save I'll figure it out for you.stuck here ! how can i reach the gate ?
View attachment 5296327
thank you . here is the save file .If you attach your save I'll figure it out for you.
The issue is in the file:by any chance do you know what is the reason for this error . i got this error in cut scene and cant proceed !
View attachment 5296546
Md_FaceMenuController.jssetFallbackIdfunction setFallbackId() {}interactableEventId value to 0.function setFallbackId(){ Misdynamics.interactableEventId = 0; }function setFallbackId() {
const lastKey = (map) => {
let k = 0;
for (const [id] of map) k = id | 0;
return k;
};
let id = 0;
if (lookData.size) id = lastKey(lookData);
else if (talkData.size) id = lastKey(talkData);
else if (actData.size) id = lastKey(actData);
Misdynamics.interactableEventId = id | 0;
}