SRD hud maker + SRD character creator EX not compatible

nhathao130999

Villager
Member
Joined
Mar 20, 2020
Messages
10
Reaction score
3
First Language
Viet Nam
Primarily Uses
RMMV
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);
 

pasunna

Veteran
Veteran
Joined
Feb 3, 2019
Messages
529
Reaction score
275
First Language
thai
Primarily Uses
RMMV
next time try google it before posting
this result from google
SRD_CharacterCreatorEX + srd hudmaker
and... I never use character creatior plugin so just try your luck on that thread
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

How many parameters is 'too many'??
Yay, now back in action Happy Christmas time, coming back!






Back in action to develop the indie game that has been long overdue... Final Fallacy. A game that keeps on giving! The development never ends as the developer thinks to be the smart cookie by coming back and beginning by saying... "Oh bother, this indie game has been long overdue..." How could one resist such? No-one c
So I was playing with filters and this looked interesting...

Versus the normal look...

Kind of gives a very different feel. :LZSexcite:
To whom ever person or persons who re-did the DS/DS+ asset packs for MV (as in, they are all 48x48, and not just x2 the pixel scale) .... THANK-YOU!!!!!!!!! XwwwwX

Forum statistics

Threads
105,849
Messages
1,016,977
Members
137,563
Latest member
cexojow
Top