Scarlette March 4 – Game design and tinkering.

When designing Star girls menu system I had to recreate each page at least 4 times. The prototype, first draft with touch support, second draft with gamepad support, third draft because at this point everything kinda looked like shit and every menu had its own logic/ flow (bad games design). One of my goals for Scarlette was to make sure the design was 100% complete before moving into the coding stage.

I can say honestly I’ve failed in that respect. I think it’s more to do with the game design process as a whole. Very few times someone creates a menu or feature and it’s 100% finished. The game changes and evolves and a good designer will tinker away until it’s good or good enough.

For this month I figured I would show you the evolution of the equipment menu and my thought process.

First I wanted to create an old CRPG equipment menu because I hate when games give you a never-ending list for items. (The earliest screenshot could find)

Screen Shot 2020-01-05 at 11.59.43 AM.png
(Dec 5)

Then I decided that the whole interface was too cluttered. So I hid the item description (only appears if you click on an item) and I also added weight element to the items because I wanted the armour to do more then take up a slot.

Screen Shot 2020-01-15 at 6.35.23 PM.png
(Jan 7)

Weight is a terrible idea in RPGs. The mechanics piss off a lot of people… so I removed that and made the cargo menu not overlap the character image. Added stackable items to fix space issue.

Screen Shot 2020-01-15 at 6.38.35 PM.png
(Jan 15)

Added stats the game and wanted the display to reflect that a “persona” sorta way. Also, I made the cargo menu smaller

Screen Shot 2020-02-10 at 2.09.33 AM.png

(Feb 10)

Quick stats info was too bulky and also doubled up the info displayed on the menu. So I streamlined it to have it focus more in the centre. I need the stats to have a better reflection equipment bonuses as well as add the ability to access your companion equipment and health them.

Screen Shot 2020-02-27 at 5.10.08 PM.png
(Feb 15)
Screen Shot 2020-03-03 at 4.29.59 PM.png
(Feb 15)

The menu will probably go through a few more changes after the player’s feedback and when the final art comes in. But as of right now I am pretty happy with it.

This is just one of many features that got an overhaul in the last few months and overall the system feel better to play.

Leave a comment