Original Source
- Original title: Yanfly Equip Core - Removing certain parameters from Equip_Scene
- Original author: fallenlorelei
- Original date: January 21, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/yanfly-equip-core-removing-certain-parameters-from-equip_scene.73937/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
So I saw this post in my searches but the suggested answer isn't helping. I tried searching in the Equip_Core.js file for "drawParameters" and it didn't come up with anything. I must be missing something, haha, maybe I haven't had enough coffee this morning. I do see this snippet of code: Window_StatCompare.prototype.drawItem = function(x, y, paramId) { this.drawDarkRect(x, y, this.contents.width, this.lineHeight()); this.drawParamName(y, paramId);
Archived First Post
Window_StatCompare.prototype.drawItem = function(x, y, paramId) {
this.drawDarkRect(x, y, this.contents.width, this.lineHeight());
this.drawParamName(y, paramId);
this.drawCurrentParam(y, paramId);
this.drawRightArrow(y);
if (!this._tempActor) return;
this.drawNewParam(y, paramId);
this.drawParamDifference(y, paramId);
};
I tried simply adding the code to the plugin, but it broke it. Pasting it looked like this:
Doesn't seem right....
So - I can't figure out how to remove certain parameters. Would anyone be able to help me? For a hug?
I am not using:
MMP
MAT
MDEF
Right now they're blank in my Scene:
Thanks for your help!
Edit: Holy spoilers wrecking up the formatting haha
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...

