ltpika

Engaged Member
Aug 6, 2016
2,539
2,813
I am a fan of female protagonists game and I would like to start this, is it mostly lesbian or there's a good part womanXman? and how many heroes?
The father has the most scenes with her from what i remember
 

ea3794

Member
Modder
Mar 30, 2018
431
821
Any idea how I fix this? Previous versions worked fine
Wait a little bit, I'll already working on bugfix, today-tomorrow will be uploaded.
Spent a little while poking with developer tools... It's a fun little race condition... Sometimes you get the error 15 times in a row, sometimes you don't for 30 more. I guess that's what happens when trying to mix globals with async callbacks.

I found that the plugin is trying to reference images from $gameScreen._pictures, which often contains null entries (borked plugin, probably).

Anway, you can work around the problem by adding the following line to TDDP_BindPicturesToMap.js:
JavaScript:
    Sprite_Picture.prototype.bltLoadedBitmap = function(sourceBitmap) {
        var picture = this.picture();
        if (!picture) return; // <--- this line
        picture.setDimensions(sourceBitmap);
It's a quick fix which probably causes visual glitches but hey, at least it doesn't freeze.
 
  • Like
Reactions: Beeff

Shaso

Member
Donor
Game Developer
Dec 27, 2017
343
636
ea3794, yea, the problem in this plugin. But I found that my old plugin can do that I wanna do with this plugin. So I'll just remove that plugin. Thanks for help!
 

Deleted member 563623

Active Member
Apr 19, 2018
570
934
Is the entire thing as miserable as the the 1st half or whatever of the prologue has been? Could be an intersting story setting but not the kind of thing im in the mood for right now...
 

MotorcycleU

Member
Jun 14, 2017
209
52
There is no actual Game fold. Do I just put it in the www folder or elsewhere? also do i just take the patch notepad & put it somewhere or the whole file? Last of all I am getting the same uncaught error everyone else is getting after try to start the game.
 
4.60 star(s) 65 Votes