Status
Not open for further replies.

Mooshry

BTS has consumed my very existence help.
Veteran
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
168
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.
Veteran
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.
Veteran
Joined
May 30, 2016
Messages
465
Reaction score
152
First Language
English
Primarily Uses
RMMV

SeaPhoenix

Veteran
Veteran
Joined
May 14, 2015
Messages
409
Reaction score
525
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
45,996
Reaction score
16,804
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 Posts

Latest Profile Posts

Working on... stuff. :3
1685464160206.png
Grading the last exams for this semester and I need a break because I am laughing too hard xD
edit: Video link removed due to well Internet problems making it essentially nothing anyway. :kaoswt:
Sleep logic:
4 hours or less = I feel like I'm dying
5-6 hours: Feeling well rested
More than 6 hours: I feel like I'm dying
Women always say "I want to be spoiled" then get mad when I spoil them. Why would you say that if you didnt actually want to know the ending?

Forum statistics

Threads
131,543
Messages
1,220,696
Members
173,220
Latest member
ZecaVn
Top