ea3794

Member
Modder
Mar 30, 2018
434
831
Found a bug on rpg_core.js:

Code:
Decrypter.decryptHTML5Audio = function(url, bgm, pos) {
    var requestFile = new XMLHttpRequest();
    requestFile.open("GET", url);
    requestFile.responseType = "arraybuffer";
    requestFile.send();

    requestFile.onload = function () {
        if(this.status < Decrypter._xhrOk) {
            var arrayBuffer = Decrypter.decryptArrayBuffer(requestFile.response);
            var url = Decrypter.createBlobUrl(arrayBuffer);
            AudioManager.createDecryptBuffer(url, bgm, pos);
        }
    };
};
By calling send() before assigning onload, the request may complete before attaching the onload listener. Thus the file is never considered loaded by game script.
 

Ragingrager

Member
Jan 27, 2018
436
1,342
This much time and only 2 actual sort of not really sex scenes? Just like 30 ecchi events? Game plays like ass, the dual protag stuff is just pointless and stupid, and the dumb uncle shit. While the art has potential, everything else about this game is a complete train-wreck. I'm glad I stopped supporting it after effectively content less updates.
 
  • Like
Reactions: Araumi

ea3794

Member
Modder
Mar 30, 2018
434
831
The game lags too much.i never had problems with the past updates
Saaame dude, u cant do anything... deal with it, game crashes all time

What about Exprerimental 3.0b ? Someone patreon raport?
Kill caching, see the last 5-10 pages how to do it. If you have low frame rate in shaded scenes, probably too many big lights. Turn it off in the decrypted plugins file.
 

Hawk15

Newbie
May 16, 2017
59
19
Hi, when I talk about her because of her new job and hir give a job in the shop I get a message on the phone then the loading symbol comes and it does not go on.
 
3.70 star(s) 41 Votes