Arranging menu text?

Hikaru

Villager
Member
Joined
Apr 11, 2014
Messages
15
Reaction score
0
First Language
English
Primarily Uses
Hello! I want to rearrange the menu to look more like this:





How would I go about moving the class to a different area?


Long class names tend to get in the way of the Yanfly's "JP" system.


Hope this isn't a stupid question.


Cheers!
 

YoraeRasante

Veteran
Veteran
Joined
Jun 6, 2014
Messages
1,643
Reaction score
420
First Language
Portuguese
Primarily Uses
RMMV
This is done with plugins.


More than likely, you'll have to write it yourself.


A quick one I wrote right now...


Window_MenuStatus.prototype.drawActorSimpleStatus = function(actor, x, y, width) {
var lineHeight = this.lineHeight();
var x2 = x + 180;
var width2 = Math.min(200, width - 180 - this.textPadding());
this.drawActorName(actor, x, y);
this.drawActorLevel(actor, x, y + lineHeight * 1);
this.drawActorIcons(actor, x, y + lineHeight * 3);
this.drawActorClass(actor, x, y + lineHeight * 2);
this.drawActorHp(actor, x2, y + lineHeight * 1, width2);
this.drawActorMp(actor, x2, y + lineHeight * 2, width2);
};


See if it does what you want. Save it as a .js file and install it like a plugin.


I weote it in a couple minutes and didn't test. I'm worried I may have put the status icons too low... Maybe I should have traded the class name with the level?
 
Last edited by a moderator:

Hikaru

Villager
Member
Joined
Apr 11, 2014
Messages
15
Reaction score
0
First Language
English
Primarily Uses
This is done with plugins.


More than likely, you'll have to write it yourself.


A quick one I wrote right now
Thanks for the assistance! Unfortunately, it seems to mess with the JP plugin.

Try this plugin, it may give you many customization options.

http://sumrndm.site/menu-status-customizer/
I fiddled around with it for a bit, and it seems to have the same problem at the solution before, but I managed to work it out via the eval options! Thanks for the help!
 

YoraeRasante

Veteran
Veteran
Joined
Jun 6, 2014
Messages
1,643
Reaction score
420
First Language
Portuguese
Primarily Uses
RMMV
Thanks for the assistance! Unfortunately, it seems to mess with the JP plugin.
Oh, probably the plugin changed the same function I did, and I should have taken this in account. As I said, it was a quick one made changing the souce's positions, I never looked at the plugin.


Sorry I wasn't much help.
 
Last edited by a moderator:

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

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,072
Members
137,578
Latest member
JamesLightning
Top