Status
Not open for further replies.

Mooshry

BTS has consumed my very existence help.
Regular
Joined
May 30, 2016
Messages
465
Reaction score
152
First Language
English
Primarily Uses
RMMV
So my MZ game doesn't use icons and has pretty long item names like "SPELL POWER EMITTER" which with the 624 x 624 resolution, appear horribly squished in the shop and equip menus. I'm guessing it's because of the empty space where an icon should be (or the name is just way too long), which ends up looking hideous and is a waste of space. I tried searching, but there isn't any plugin that gets rid of the space the icons should be and scoots over the name a bit to replace it.

Help?
 

J-G

Veteran
Member
Joined
Oct 4, 2019
Messages
676
Reaction score
169
First Language
English
Primarily Uses
RMMV
You could just make the font smaller, and see if that helps. Maybe abbreviate the names and use the full name in item description.
Since I'm not sure if I have ever seen or know of a plugin that can do that. But I'm sure there is probably a way.
 

Mooshry

BTS has consumed my very existence help.
Regular
Joined
May 30, 2016
Messages
465
Reaction score
152
First Language
English
Primarily Uses
RMMV
You could just make the font smaller, and see if that helps. Maybe abbreviate the names and use the full name in item description.
Since I'm not sure if I have ever seen or know of a plugin that can do that. But I'm sure there is probably a way.
but if i make the font size smaller, there'll still be the empty icon space.
 

Mooshry

BTS has consumed my very existence help.
Regular
Joined
May 30, 2016
Messages
465
Reaction score
152
First Language
English
Primarily Uses
RMMV

SeaPhoenix

Regular
Regular
Joined
May 14, 2015
Messages
455
Reaction score
644
First Language
English
Primarily Uses
RMMV
If you're not using icons at all (for items, skills, equipment, etc), then just copy and paste the following code into a new plugin. You can call the file anything you want (NoIcon.js, for example).

This assumes you're not using any other plugins that affect how item/skill/equipment names are drawn.

Code:
Window_Base.prototype.drawItemName = function(item, x, y, width) {
    if (item) {
        this.resetTextColor();
        this.drawText(item.name, x, y, width);
    }
};
 

Shaz

Keeper of the Nuts
Global Mod
Joined
Mar 2, 2012
Messages
46,153
Reaction score
16,970
First Language
English
Primarily Uses
RMMV

This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.

 
Status
Not open for further replies.

Latest Threads

Latest Profile Posts

In twitter, square phoenix had successfully prompted chatgpt to make the mini game watermelon pangpang.

drew some stuff to see how frontview might look. not entirely sold on or off of it yet. "could" work, but something feels missing.
Shower Thoughts: ". . . Scammers would be OP in the Elder Scrolls. They could just get speech 100 and blatantly ask everyone for all of their money, and everyone would think it's a great investment. And then after being robbed blind, they'd say, with a smile on their face, 'need something?' "
Day #2 for advent is compiled. Please, go to their threads to share love! But, if you wanna talk to me…what’s your favorite Christmas carol or holiday song?

Forum statistics

Threads
136,694
Messages
1,268,845
Members
180,406
Latest member
General_Melt
Top