aliens

Author Topic: User Interface Redesign Ideas  (Read 2293 times)

Offline bouchacha

  • Captain
  • ***
  • Posts: 59
    • View Profile
User Interface Redesign Ideas
« on: September 17, 2021, 02:43:26 am »
I truly adore this game, but you can sometimes hear the UI creak under the weight of the content. The sheer number of different armor, weapons, and items makes it difficult to keep track of everything as is, but it isn't helped by how the UI presents you with information.

First, a disclaimer. I'm not a programmer at all. So a lot of what I may suggest may be completely unrealistic given the current engine limitations. I am deeply indebted to the enormous amount of work this mod took to make it operate within the constraints in place, so my suggestions should only be interpreted as placed in good faith, and with a deep reverence for the gaming experience this mod provides. In putting together these concepts, I was mindful of the commitment that OpenXCOM has no intention of ever going beyond 320x240 resolution. I tried to work within that constraint.

I'm going to focus primarily on how information regarding armor presents itself, but obviously a lot of these suggestions can transfer elsewhere.

The two main issues with how information is presented is:
1. Inefficient layout makes information more hidden than necessary
2. Inconsistent formatting and placement makes information less immediately scrutable
3. Heavy reliance on written rather than visual information



I'm going to illustrate these issues by using two early game armors as an example: scale mail & warrior.

If you're a player trying to decide between these two, this is what you would encounter in trying to parse the information:



Issue #1 is immediately obvious. You can cycle between the two armors as much as possible, but the listing format requires you to scroll down to see the full entry of resistances. Once you do that, issue #2 also becomes evident, because when a resistance is at 100%, it does not get listed. So for example if you wanted to know how good scale mail's burn resistance compares to warrior's 80%, you might scroll through the list a few times before realizing it's not there, and finally concluding that it's worse than warrior's. The heavy reliance on verbose descriptions in issue #3 also plainly causes and exacerbates issue #1. Almost a third of the space devoted to text is dedicated to conveying just five numerical values (the armor values), far more than would be necessary. The lack of a line break between the item description and the additional information about the armor also increase the amount of reading necessary.

I think this necessarily affects how people play the game, because if there are obstacles in parsing information, players might be encouraged to just ignore it. This seems to come up often regarding the issue of armor values vs. armor resistances, where the latter is often far more consequential than the armor values, but it's easier to just glance at the top lines, because scrolling down takes too much work.

Focusing on just the armor resistances for a moment, I used icons and color-coding to create a mockup of how the same information can be conveyed visually.




You like?

I used icons from game-icons.net to convey the resistances. They're not always a perfect match but they are as follows (going down each column): charm, piercing, burn, concussive, laser, plasma, daze, cutting, chem, choking, anti-e511, bio, electric, EMP, warp, mind, stabbing, hot, cold.

In retyping this list, I did not need to consult the list of damage types in the game, because the icons were representative enough that I could tell just from looking at them. It becomes far more immediately legible where each piece of armor shines, just by quickly glancing at the relative values. If the information was laid out like this, you also would be able to switch back and forth between the two entries and readily compare, because each piece of information (e.g. charm resistance) would be in exactly the same place.

There's a reason icons are so prevalent within user interface design, because the human brain parses visual imagery far quicker than written information. You can go even further of course, and convey other pieces of information using icons as well.

The next example starts to get much more cluttered, but you can see much more information at a glance. You might be able to guess what most of the icons mean.



For the technical people out there, how feasible is any of this? My first thought is baking the icons into the background image, and just using clever use of spaces between characters to 'fake' a table layout (kind of like how the Codex bootypedia entry currently does it.) The pallette limitations of the game probably wouldn't allow color-coding based on value, but I'll leave that to the brainers here.

Setting aside the technical limitations, what do people think about the design generally and its ability to convey information? (For the sake of discussion, please don't focus too much on my aesthetic choices)

Offline legionof1

  • Moderator
  • Commander
  • ***
  • Posts: 1899
  • Bullets go that way. Money comes this way.
    • View Profile
Re: User Interface Redesign Ideas
« Reply #1 on: September 18, 2021, 02:27:21 pm »
The main limitations to UI redesigns are making things fit, there isn't much room too work with. 320x200, because 1994 game engine. If you can find a way to cram in potentially 13 resists, 4 armor values, and 13 potential attributes boosts and still be readable in 320x200 without scrolling and keep the picture and text, that would be great. 

Offline Corento

  • Sergeant
  • **
  • Posts: 25
  • Carpe Diem
    • View Profile
Re: User Interface Redesign Ideas
« Reply #2 on: September 18, 2021, 08:06:27 pm »
The main limitations to UI redesigns are making things fit, there isn't much room too work with. 320x200, because 1994 game engine. If you can find a way to cram in potentially 13 resists, 4 armor values, and 13 potential attributes boosts and still be readable in 320x200 without scrolling and keep the picture and text, that would be great.

something like this ? Playing with MS paint... values are not valid for warrior armor just an example of template. Still will be necessary to scroll, but this is probably max we can get from scrollable text area.
This will be very helpfull to compare values between armors by arrows, while the values and effects/resistances are on exactly same spot on top.


Offline bouchacha

  • Captain
  • ***
  • Posts: 59
    • View Profile
Re: User Interface Redesign Ideas
« Reply #3 on: September 18, 2021, 08:19:55 pm »
Chronocide Commando made some really great mockups on the Discord (attached)

The limitations on icons will be at 8x8 at minimum, but we could also use 12x8 for more room without messing with the number of lines. Using icons (provided they can be easily legible) saves a ton of space, and would allow us to potentially have way more information (e.g. NV, ThV, weight, etc) displayed. No scroll bar would be necessary.

Offline bouchacha

  • Captain
  • ***
  • Posts: 59
    • View Profile
Re: User Interface Redesign Ideas
« Reply #4 on: September 18, 2021, 08:20:44 pm »
Didn't attach this one (also by Chronocide Commando)

Offline R1dO

  • Colonel
  • ****
  • Posts: 436
    • View Profile
Re: User Interface Redesign Ideas
« Reply #5 on: September 18, 2021, 11:30:25 pm »
Wow ... To me that screen screams "information overflow".

Guess each person has it's own preferences though :)

Offline bouchacha

  • Captain
  • ***
  • Posts: 59
    • View Profile
Re: User Interface Redesign Ideas
« Reply #6 on: September 18, 2021, 11:47:12 pm »
Wow ... To me that screen screams "information overflow".

Guess each person has it's own preferences though :)

The second picture is meant to be the worst-case scenario, meant to show just how much information could potentially be shown at a glance. Otherwise, the Warrior mockup is literally the same amount of information, but just not hidden behind a scrollbar.