RPG Maker Forums

These two plugins are not compatible with each other.

I use HUD Maker to create a character face and using CCEX to change the appearance of the character, I get this error message:

Untitled.png

Is there a way for them to be compatible? Or are there any plugins compatible with CCEX? I need help.

This is the code I found in HUD MAKER:
_.checkForCC = function() {
if(Imported["SumRndmDde Character Creator EX"]) {
Sprite_HUDFace.prototype.refreshBitmap = function() {
this.bitmap.clear();
const color = _.convertHex(this["Background Color"], parseInt(this["Background Alpha"]));
this.bitmap.fillRect(0, 0, this.bitmap.width, this.bitmap.height, color);
if(this._actor.hasSetImage()) {
this.drawCustomFace(this._actor, 0, 0, this.bitmap.width, this.bitmap.height);
} else {
this.drawFace(this._actor.faceIndex(), parseInt(this["Width"]), parseInt(this["Height"]));
}
this.setupSnaps();
};

Sprite_HUDFace.prototype.drawCustomFace = function(actor, x, y, w, h) {
const width = Window_Base._faceWidth;
const height = Window_Base._faceHeight;
w = w || width;
h = h || height;
const bitmap = Sprite_HUDFace.prototype.getCustomFace.call(this, actor);
this.bitmap.blt(bitmap, 0, 0, width, height, x, y, w, h);
};
}
}

SRD.NotetagGetters.push(_.checkForCC);

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,048
Messages
1,018,543
Members
137,834
Latest member
EverNoir
Top