public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Yanfly Equip Core - Removing certain parameters from Equip_Scene

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

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

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);
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:

Protected download

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:

Protected download

Thanks for your help!


Edit: Holy spoilers wrecking up the formatting haha

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

parameterscode.PNG
parameterscode.PNG
parameterscene.PNG
parameterscene.PNG
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.

#039#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar