Repositioning HP and XP bars

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Repositioning HP and XP bars

Post by zookeeper »

Currently the bars tend to obstruct many bigger units, there's disagreement whether they should be visible during fights even if they obstruct the animations, and so on. Here's my attempt to solve all the annoyance by putting the bars somewhere where they will be in the way as little as possible. These are the two first ideas I had.

First one - HP bar under the team ellipse, XP bar under the HP bar.

Second one - HP bar somewhat similar to the previous one, just a bit shorter in order to accommodate the XP bar beside it. I think I prefer this.

I'm hoping to get a coder interested in implementing this stuff in trunk, provided that every idea isn't shot down. Other things will need to be changed too, like the position of the orb/crown, but let's not discuss that here (or at least not yet).
Attachments
alt-bar-2.png
alt-bar-2.png (27.8 KiB) Viewed 3179 times
alt-bar-1.png
alt-bar-1.png (27.87 KiB) Viewed 3179 times
User avatar
Elvish_Pillager
Posts: 8137
Joined: May 28th, 2004, 10:21 am
Location: Everywhere you think, nowhere you can possibly imagine.
Contact:

Post by Elvish_Pillager »

A simple solution to the combat animation thing is to put the bars on the right when the unit is being attacked from the left. Your proposal has the problem that it's just as bad when the unit is attacked from below.
It's all fun and games until someone loses a lawsuit. Oh, and by the way, sending me private messages won't work. :/ If you must contact me, there's an e-mail address listed on the website in my profile.
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Post by zookeeper »

Elvish Pillager wrote:A simple solution to the combat animation thing is to put the bars on the right when the unit is being attacked from the left. Your proposal has the problem that it's just as bad when the unit is attacked from below.
The units would most likely be drawn on top of these bars in combat.
User avatar
Elvish_Pillager
Posts: 8137
Joined: May 28th, 2004, 10:21 am
Location: Everywhere you think, nowhere you can possibly imagine.
Contact:

Post by Elvish_Pillager »

If that would be the case, then we would have nothing to worry about in relation to the bars obscuring the units.

HOWEVER, we would have something to deal with in terms of the units obscuring the bars.

I rather like this solution for the problem it solves. We could still use a solution for the problem it doesn't solve, and the simple solution I mentioned isn't compatible with this change. :?
It's all fun and games until someone loses a lawsuit. Oh, and by the way, sending me private messages won't work. :/ If you must contact me, there's an e-mail address listed on the website in my profile.
torangan
Retired Developer
Posts: 1365
Joined: March 27th, 2004, 12:25 am
Location: Germany

Post by torangan »

Isn't the ellipse still optional? I guess they look rather silly when it's off...
WesCamp-i18n - Translations for User Campaigns:
http://www.wesnoth.org/wiki/WesCamp

Translators for all languages required: contact me. No geek skills required!
ranek
Posts: 38
Joined: August 10th, 2006, 7:54 pm

Post by ranek »

the xp bar looks funny in the first one. Is it just not curved right? I'm in favor for moving them but it seems wherever we move them it'll be in the way. Maybe when we attack it'll draw up a little screen where It'll just show the two of them fighting and then they're HP and XP will be right there. While out of battle if you can't see just click on them. I've never done any real coding, just fill in the blanks for AOM so I don't know how hard this would be to do or even if its worth it.
Infinisearch
Posts: 32
Joined: October 6th, 2005, 12:08 am

Post by Infinisearch »

Modulate the color or dither pattern of the ellipse in proportion to the hp or xp. Change from ellipse to triangle when selected since info available in unit window.
User avatar
JW
Posts: 5046
Joined: November 10th, 2005, 7:06 am
Location: Chicago-ish, Illinois

Post by JW »

What if it could be programmed so that the hp/xp bars were always on the backside of the unit? Like, when the unit faces left they are on the right; when the unit faces right they are on the left. When 2 units fight they will be on opposite sides. When fighting N/S either sdie could be used (defaults to wherever it was previous to the fight I suppose - whatever would be easiest to code).


Reactions?
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

zookeeper wrote:
Elvish Pillager wrote:A simple solution to the combat animation thing is to put the bars on the right when the unit is being attacked from the left. Your proposal has the problem that it's just as bad when the unit is attacked from below.
The units would most likely be drawn on top of these bars in combat.
If the unit can be drawn on top of the bars in combat, why do we have to move the bars? Just leave the bars where they are and have them be under the unit, not on top of it!
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
User avatar
Elvish_Pillager
Posts: 8137
Joined: May 28th, 2004, 10:21 am
Location: Everywhere you think, nowhere you can possibly imagine.
Contact:

Post by Elvish_Pillager »

The HP bar would then always obscure the same part of the unit, even. It's also the case that having them distributed uniformly makes them easier to see / comprehend-instantly, and putting them some on the left, some on the right when there's no movement or combat going on would disrupt this.
It's all fun and games until someone loses a lawsuit. Oh, and by the way, sending me private messages won't work. :/ If you must contact me, there's an e-mail address listed on the website in my profile.
User avatar
JW
Posts: 5046
Joined: November 10th, 2005, 7:06 am
Location: Chicago-ish, Illinois

Post by JW »

Elvish Pillager wrote:The HP bar would then always obscure the same part of the unit, even. It's also the case that having them distributed uniformly makes them easier to see / comprehend-instantly, and putting them some on the left, some on the right when there's no movement or combat going on would disrupt this.
I thought about this, but I think covering the same portion of the unit could be a good thing. Artists could plan around the bars with knowledge of where they would be in the picture.

-just throwing the idea out there.
Flametrooper
Posts: 984
Joined: February 21st, 2006, 11:02 pm
Location: 0x466C616D65

Post by Flametrooper »

JW wrote:What if it could be programmed so that the hp/xp bars were always on the backside of the unit? Like, when the unit faces left they are on the right; when the unit faces right they are on the left. When 2 units fight they will be on opposite sides. When fighting N/S either sdie could be used (defaults to wherever it was previous to the fight I suppose - whatever would be easiest to code).


Reactions?
This is the best idea so far to me. I don't really care, as I think it's fine like it is now, but if it were going to be changed, I'd say this way.
hey.
User avatar
Elvish_Pillager
Posts: 8137
Joined: May 28th, 2004, 10:21 am
Location: Everywhere you think, nowhere you can possibly imagine.
Contact:

Post by Elvish_Pillager »

JW wrote:
Elvish Pillager wrote:The HP bar would then always obscure the same part of the unit, even. It's also the case that having them distributed uniformly makes them easier to see / comprehend-instantly, and putting them some on the left, some on the right when there's no movement or combat going on would disrupt this.
I thought about this, but I think covering the same portion of the unit could be a good thing. Artists could plan around the bars with knowledge of where they would be in the picture.
True. The other issue I raised is the more important one though...
It's all fun and games until someone loses a lawsuit. Oh, and by the way, sending me private messages won't work. :/ If you must contact me, there's an e-mail address listed on the website in my profile.
Dave
Founding Developer
Posts: 7071
Joined: August 17th, 2003, 5:07 am
Location: Seattle
Contact:

Post by Dave »

So is there anyone at all who, like me, thinks that before the recent change to hide the bars during combat, the bars looked fine, worked fine, were clear to the user, and of minimal annoyance?

David
“At Gambling, the deadly sin is to mistake bad play for bad luck.” -- Ian Fleming
Soliton
Site Administrator
Posts: 1683
Joined: April 5th, 2005, 3:25 pm
Location: #wesnoth-mp

Post by Soliton »

Dave wrote:So is there anyone at all who, like me, thinks that before the recent change to hide the bars during combat, the bars looked fine, worked fine, were clear to the user, and of minimal annoyance?
Yes.
"If gameplay requires it, they can be made to live on Venus." -- scott
Post Reply