The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: WinglessRM on September 27, 2014, 06:54:30 PM

Title: Position of description text in Equip menu.
Post by: WinglessRM on September 27, 2014, 06:54:30 PM
Does anyone know how to move the item description of the equip items to a different location in the equip menu?Like how the default is the bottom left hand corner,i would just like to move it closer to the right.

TY.
Title: Re: Position of description text in Equip menu.
Post by: &&&&&&&&&&&&& on September 27, 2014, 10:40:33 PM
maybe
could you please make some mock ups?
Title: Re: Position of description text in Equip menu.
Post by: WinglessRM on September 28, 2014, 12:03:58 AM
What for?

All i'm asking is if it's possible to move the positioning of the equip item descriptions in the equip menu.Don't see why a mock up would be necessary.
Title: Re: Position of description text in Equip menu.
Post by: &&&&&&&&&&&&& on September 28, 2014, 12:33:18 AM
Because I'm not sure what you mean by that.

Equip item description? The area that has the description of the item?
Move it? The text or the entire window?
How far do you want it moved?

You can control the help window with @help_window.
Things like @help_window.x = 64

I asked for a mock up because pictures are the easiest way to explain something.
Title: Re: Position of description text in Equip menu.
Post by: WinglessRM on September 28, 2014, 12:43:40 AM
Yeah i should have added a picture from the start.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi61.tinypic.com%2F2qamhc4.jpg&hash=27f51b21584b8253a2c2c7e0edafab50cf2b056d)

I'm currently setting up my custom equip menu (not finished yet) and i wanted to move the item descriptions to align with the black box at the bottom.

Just the text.I realized that normally the description would be in the TOP left but mine is in the bottom because of a script.
Title: Re: Position of description text in Equip menu.
Post by: &&&&&&&&&&&&& on September 28, 2014, 01:16:39 AM
Oh, I thought you were using the default.

Could you please post the script and any other materials?
It might also be easier to just upload your project.
Title: Re: Position of description text in Equip menu.
Post by: WinglessRM on September 28, 2014, 01:31:41 AM
Trust me,it would be MUCH easier to just look at the original script but it's a montser though.

http://www.atelier-rgss.com/RGSS/Menu/ACE_Menu15.html

Mog hunters Monogatari

Search for the equip scene tih CTRL + F. I think it starts at line 6000 or somewhere around their.

EDIT: Line 6634,it might be somewhere else in the script though.
Title: Re: Position of description text in Equip menu.
Post by: WinglessRM on September 28, 2014, 07:09:07 AM
I Figured it out!

TY for the tips boe.  :lol:
Title: Re: Position of description text in Equip menu.
Post by: WinglessRM on September 28, 2014, 11:13:06 PM
Alright so i return with another dilemma!And this one is a tad bit more complicated.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi62.tinypic.com%2F2dugl82.png&hash=032cd41596edef916416b95b693eb3a1ba237ed8)

I got the description in the right place but now i have another probem.

After setting up my equip status graphic i i now need a way of...

A.Erasing the parameters for LUK and MDF

B.Move the AGI parameter adjacent to the Speed stat as technically its MDF.

Any advice or tips would be great.

Title: Re: Position of description text in Equip menu.
Post by: &&&&&&&&&&&&& on September 29, 2014, 12:15:41 AM
sorry but i hav no ide wut im looking at lol

Good luck with your edits. Maybe somebody else can help you.
Title: Re: Position of description text in Equip menu.
Post by: WinglessRM on September 29, 2014, 12:34:15 AM
Yeah i have looked at this script for awhile so i have a pretty good understanding of how it works and how it makes things to certain things but some of its functions are still a mystery i have yet to decipher.

I do appreciate your help with my earlier problem though.