Save-Point
Graphical Layout of Menus - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Development Discussion (https://www.save-point.org/forum-17.html)
+--- Thread: Graphical Layout of Menus (/thread-6987.html)



Graphical Layout of Menus - lestat3179 - 08-08-2017

[Image: latest?cb=20130120220745]

Here's the Menu from Final Fantasy 3. I consider this to be pretty close to being the template for how menus should be layed out. As you'll note, the main window occupies about 80% of the screen area-- with secondary windows kept at the edges as opposed to popping up over the main window. Now, admittedly, this is EXTREMELY utilitarian and doesn't actually look all that nice. But I post this as an example of a basic, easy to use menu layout.


RE: Graphical Layout of Menus - lestat3179 - 08-08-2017

[Image: G03BFHN.png]

Okay, hashed this out real quick in paint.(So bear with the rather simplistic result)

The grey rectangle marked 1-- This is your primary window. No matter whether it's displaying your party, your inventory, a bestiary entry, or what have you.


The cyan rectangle marked 2-- This will generally be your input selection window. You might use it to display party commands, items in a collection (e.g. monsters seen, trophies collected, achievements)


The beige rectangle marked 3-- This will usually be a secondary display. Information such as item descriptions, number of the selected enemy type encountered, and any info you don't want displaying alongside whatever is currently in the primary window should go here.


Now I should note there is a fourth window that you may want to implement under this basic set up, namely one that DOES violate the basic rule about windows not popping up over the primary window. This pop up window should almost exclusively be used for player confirmation of changes or at least notification of changes.


Well, that's all I have for right now. I'll also note that this diatribe exclusively applies to gamepad style setups. I might add more later on menu systems for different input methods at a later date, but for now I'll be focusing on menus for this input method.


RE: Graphical Layout of Menus - kyonides - 09-08-2017

Bored, not really creative lately, just recreating my save file script for my KUnits Gosu project, nothing new to be found there and I still got a very empty menu displayed on screen... At least it lets you save snd load game files, but I am not satisfied with the outcome. I don't know what else I might add to that menu...