Help With Yanfly Item Core Plugin

IAmVianca

Veteran
Veteran
Joined
Nov 4, 2015
Messages
99
Reaction score
4
First Language
English
So, I am working on my menu backgrounds and such using altmenuscreen3 plugin and I've come across a problem with Yanfly's Item Core plugin.


Basically, I already have in mind a background for the Item Scene that I made for the plugin. But when I tested it, I got this:





The rectangles for the item info as well as the windows for the two windows are visible.


My question is: how do I make them transparent just like how altmenuscreen3 should do?


(I figured out how to fix my first issue so I'm changing my question to this:)


How do I keep/stop those blue rectangles and that large blue-ish square from appearing? Basically, I don't want them there.
 
Last edited by a moderator:

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,263
Reaction score
1,565
First Language
PT - EN
Primarily Uses
RMMV
i'm confuse, do you wanna keep them or not?
 

IAmVianca

Veteran
Veteran
Joined
Nov 4, 2015
Messages
99
Reaction score
4
First Language
English
i'm confuse, do you wanna keep them or not?


Sorry, I meant to keep them from appearing (meaning I don't need them) as they ruin the background I already made.
 

IAmVianca

Veteran
Veteran
Joined
Nov 4, 2015
Messages
99
Reaction score
4
First Language
English
Bump. This has really been bugging me.
 

Archeia

Level 99 Demi-fiend
Developer
Joined
Mar 1, 2012
Messages
15,141
Reaction score
15,473
First Language
Filipino
Primarily Uses
RMMZ
Months late but for people who still have the same problem, I figured it out. Here's the code I'm using and it's probably bad.  :)

Code:
//=============================================================================
// ** Archeia Yanfly Script Changes
//-----------------------------------------------------------------------------
// Because putting them in main menu script will make it too hard to do changes.
//=============================================================================
(function() {
  //-----------------------------------------------------------------------------
  // Yanfly Item Core Changes
  // Change Yanfly Item Core
  //-----------------------------------------------------------------------------
  var _Scene_Item_createStatusWindow_Archeia = Scene_Item.prototype.createStatusWindow;
  Scene_Item.prototype.createStatusWindow = function() {
    _Scene_Item_createStatusWindow_Archeia.call(this);
    this._statusWindow.opacity = 0;
  };

  var _Scene_Item_CreateActionWindow_Archeia = Scene_Item.prototype.createActionWindow;
  Scene_Item.prototype.createActionWindow = function() {
    _Scene_Item_CreateActionWindow_Archeia.call(this);
    this._itemActionWindow.opacity = 0;
  };

  Window_ItemStatus.prototype.drawDarkRectEntries = function() {
    // This is an overwrite to erase the black rectangles. Probably not the best idea but w/e.
  };
})();
 
Last edited by a moderator:

Hahasea

Veteran
Veteran
Joined
Jul 4, 2019
Messages
151
Reaction score
17
First Language
English
Primarily Uses
RMMV
@Archeia hopefully it's not too much of a necroposting sin to thank you for this fix! It worked perfectly :)
 

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

Latest Threads

Latest Profile Posts

I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

A bit of a "sparkle" update to the lower portion of the world map. :LZSexcite:
attack on titan final season is airing tomorrow, I'm excited and scared at the same time!

Forum statistics

Threads
105,882
Messages
1,017,230
Members
137,607
Latest member
Maddo
Top