Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 XAIL MENU from RPG VX ACE to RPG XP
#11
(03-02-2016, 11:58 PM)RASHIDA12 Wrote: btw. What would happen if I would put your coes above main?
:)) Didint try out.

coes?   Codes you mean? 

What codes are below main?  I ask because anything below the 'Main' code do not function.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#12
What I meant was, what would happen if Put your your current works above main? Would they actually do something or arent they not prepared yet for using.
Reply }
#13
Nope.   Those just store your data... the configuration for the rest of the system that I gotta write.

Early screenie showing that it 'is' loading and drawing the menu and side stats.   Just not set up for font sizes and etc as yet.

[Image: attachment.php?aid=560]


.png   Xail1.png (Size: 79.47 KB / Downloads: 88)
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#14
Looks fine for now :)))
Thanks for your hard work.
Reply }
#15
I still call this an early stage, but the mechanics to select your hero in the 2x3 window works.  So while it is not visually a match, it is mostly functional.

[Image: attachment.php?aid=561]

Fonts and font styles not added, icons in the right window needed, altered help window needed... and a few niceties here and there. But it is coming along.

Sorry for the slow speed. Currently limited in time.


.png   Xail_Rnd_2.png (Size: 43.23 KB / Downloads: 75)
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#16
Take your time sir - its better to work slowly and accurate than rushing things.
Keep up the work please.
And whos the girl? lol :))

Thank you bottom of my heart.
Reply }
#17
Confused FIRP! How did ... I .. um... Kyonides said he was trying to fix me up with someone. Removes (but kyonides pic still in 'What's on your Mind' topic).

Oh, thinking of making the windows individually modular so the command window has its own font set, its own optional background, individual dimensions and placement values... and likewise for the other windows. You may appreciate it as it will be when released, but you will have the option to widen, shrink, and move things about within some limits.

Cheery I call it mogging a menu.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#18
Work continues.

As you can see, spacing as well as font sizes have now been introduced.  In fact, each window now includes their own window positioning and resizing arrays, AND each window has its own font setup... almost like the Xail system.  I didn't include font color (yet), but I did add a little extra touch.... FONTZ

[Image: attachment.php?aid=563]
Okay... no hookups from Kyonides is showing....

FontZ is a script I wrote three years ago (and only just bumped to fix an issue regarding full underlines). With FontZ, I can easily add shadows, outlines, underlines and strikethru effects into texts, and even change the color(s) of these said effects. As you may guess, the ability to set these effects to the text in the windows will be implemented in the configuration system... even for the color of the effects. It will not crash if FontZ is not in use. But it will not show the extra font effects without FontZ.

I have not (as yet) altered the icon rendering system, nor the text alignment for either the Command or Stats window. But you can probably guess, it is going to happen.

Hm... things to add (looks at original config)...
1) Playtime icon (and thus window)
2) Turning on/off windowskins
-- that makes me think transparent windows so I may be able to show the map behind the menu as an extra feature
3) Menu Music. Yeesh. They still use that? *sigh...*
4) HP/SP/EXP bars... Heheh... duh
5) Background. Oh, well, that's like what I would use with the windowskins turned off in #2.
6) Transitions.

Hm. Of these, I think Moggy just doesn't use #3.

EDIT: A safeguard that I want to implement:

FORCED WINDOW RESIZING: If the options/contents added does not properly match the allowed space within a window, a message will appear that would inform the game designer that the window will be resized to fit the contents. When this happens, the window WILL be redrawn and the new specs given to the designer.

This is useful when dealing with windows that have scrolling options such as the command window. For example, if you have too many options to show on the window, the window resizes so the 'top' of the next line doesn't arbitrarily show. Clippage is never a good thing. So, it should resize.


.png   Xail_Rnd_3.png (Size: 214.2 KB / Downloads: 55)
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#19
You my friend are truely god sent! its f****** awesome. The font is awesome too. I hope the font script you mentioned will not just collide with the Multiple Message Windows script  by wachunga.

Thanks!
Big hug from me.
Reply }
#20
Wachunga's MMW only changed the font styles that were built into RPGMaker XP's default bitmap code, using either \b or \i in his list of message commands. My fontZ doesn't change those, but merely adds new font styles. If Wachunga added the new font styles of shadow or outline... THEN there would be a problem.

Nothing to worry about.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Need help with my menu - Current issue is item grid layout LilyFrog 41 32,704 09-24-2018, 02:03 AM
Last Post: LilyFrog
   Special Items Separate Menu Diorm 41 36,084 02-10-2018, 06:06 PM
Last Post: Diorm
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 8,527 05-31-2017, 05:10 AM
Last Post: Zachariad
Tongue  Healing Spell doesn't work right in Menu? Bounty Hunter Lani 8 10,937 01-15-2015, 07:45 PM
Last Post: Bounty Hunter Lani
   My Options Menu needs help firestalker 0 2,961 08-11-2014, 02:31 PM
Last Post: firestalker
   Vx Ace Custom Menu help? Skitzen 1 4,860 10-07-2013, 03:10 PM
Last Post: JayRay
   Dargor's Large Party script and shop menu Simon Greedwell 2 5,997 08-28-2013, 10:12 PM
Last Post: Simon Greedwell
   Help with Shop Menu [RPG Maker XP] JackMonty 6 11,709 05-23-2013, 10:14 AM
Last Post: JackMonty
Brick Sub-menu Tab Iqus 5 7,993 01-23-2013, 02:01 PM
Last Post: Pherione
   Help with Compact Menu Selection Script JackMonty 4 6,292 09-19-2012, 10:56 PM
Last Post: JackMonty



Users browsing this thread: