View on GitHub

RPG-UI-Menus

RPG UI Menus Research project

Welcome

This web was made by Xavier López(Xavierelm11 on GitHub),Spanish student of CITM,UPC, this is a personal research with the objective of How to do a GUI for RPG.

Introduction

In RPG games the UI is one of the most important elements to take into account when designing a videogame, since we will spend the whole game, especially in turn-based RPGs, navigating through the menus and analysing the information shown on the screen in order to act on it. We could say that they are menu games, so we must make the UI and menus as clear and comfortable as possible.

In this website we will learn how we should create an interface for the development of a game, what types there are, how to organise it, how to adapt it to gamepad, bad and good examples.

Types of UI Menus

The first thing is not all games will have the same number of UI Menu types, it will depend on which ones are decided to be added and if they are necessary or not. The most basic ones are (for most examples I will be using images from Persona 5 Royal):

Persona 5 Main menu

(Pokemon White & Black)

image

CP Options

Persona 5 Royal_city

Persona 5 Royal_20220304200122

dq 9 in game

Dark souls 3

(Persona 5 Royal) Persona 5 Royal_box

(Pokemon Platimun) pokemon box

Persona 5 Royal_

(Pokemon White & Black)

pokemon

Pokemon Heartgold/Soulsilver uses the tactile screen as a fast menu

image

(Persona 5 royal)

Persona 5 Royal_20220304193312

(Dragon Quest XI)

image

(Pokemon Platinum)

image

(Pokemon White & Black), we are clearly shown the type of attack it is, the number of uses we have left and the stats of our Pokemon (who will fight).

image

(Destiny 2), if we are going to have equipment it is important that each piece is organised with its category and if we are going to have rarities it is important to use a colour system that the player can recognise quickly and that is similar to other games.

image

(Fortnite rarities), from worst to best, the color system more used

image

(World map Persona 5)

Persona 5 Royal

(Zone Map Persona 5)

Persona 5 Royal_

(Dragon quest XI)

image

(Dragon quest IX)

image

(Persona 5 Royal)

Persona 5 Royal_20220304202138

if something different happens during the combat like a special attack or a critical hit it should also be shown, in most of the current RPGs they usually show the affected damage, enemies, allies and their life bar.

Persona 5 Royal_20220304202506

image

it is also necessary at the end of a combat if we have obtained any reward or xp.

Persona 5 Royal_20220304203503

(Pokemon Heartgold)

image

(Final fantasy VII Remake)

image

(Dark souls III)

image

User experience

In Pokémon platinum, when we talk, we are never shown who we are talking to, contrary to what Persona 5 previously showed.

image

In final fantasy 2 the information shown to us is CHAOS, we don’t know what any number or name is, all the letters are the same colour and there is no nomenclature or symbol to tell us what it means.

image

For our development

When creating UI Menus it is important to start with a quick sketch of each one, but first we will make an outline to see what elements we have and have to show in some way, and nothing happens if we have no idea how to make a UI, we can look for examples and adapt it to our needs.

Outline of Main menu

Group 1

Diferents Sketchs of main menu distribution

START2

START

start4

STRT3

Outline of Options

CONFIG

Exemple combat UI of game that we are developing

image

Using Gamepad in menus

In some ways it is much simpler than it seems, the clearest example is Persona 5, where we are constantly shown discreetly on the bottom edge of the screen which action each button performs, and by not using the mouse, which has more precision, we must indicate which option the player is preselecting.

Persona 5 Royal_20220304193251

(Dragon quest XI)

image

Interesting video (Spanish)