Screen position

Which edge of the screen does "100%" make the most sense for

  • 100 x is left, 100 y is top

    Votes: 0 0.0%
  • 100 x is right, 100 y is top

    Votes: 6 75.0%
  • 100 x is left, 100 y is bottom

    Votes: 0 0.0%
  • 100 x is right, 100 y is bottom

    Votes: 2 25.0%

  • Total voters
    8

The Man In Black

Administrator
Staff member
Administrator
Moderator
RiP
Joined
Jul 9, 2006
Messages
6,904
Reaction score
71
I'm working on the ability to reposition a few hud elements via cvar but Thoth and I are in disagreement about what the user would find more intuitive. If I gave you a cvar for the x and y coordinates (percentage of screen), which do you think of as the top/bottom or left/right edge?
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
Thoth and I are in disagreement about what the user would find more intuitive
We are? Nah, I just said 0 being bottom and 480 being top, as it was, is not intuitive, and a percentage, float, or bottom/center/top options would be better. I'm used to the idea that 0x0 is top left due to all the 70-80's era computers I worked on, but ya could be right that folks not raised on TSR-80's might think more like a graph chart, with 0 being bottom, is more intuitive. If it's "vertical offset", rather than coords, then yes, bottom being 0 does make more sense either way. (Also thinking some jerk might complain and want the little dude *and* the icons.)

Kinda minor thing to put up for a vote though, given all the more fundamental stuff we're doing...
 

zeus9860

Active Adventurer
The True Followers of the Lost
Crusaders
Blades of Urdual
Alpha Tester
Joined
Feb 28, 2008
Messages
2,581
Reaction score
37
Age
31
Location
lolwut
100% x is definetly right, 100% y is either bottom/top. I'm used to top being 0 and bottom 100% from self experience, but using a graph chart as Thothie suggested, makes the opposite option also valid and probably the most popular of the two.

If i'm not mistaking, web programming XY starts at the top-left. Using canvas/js to draw things for example, can't remember if CSS followed the same logic but it probably did since they are all connected to HTML5.

Not sure which of the two is the most proper one, i am confused now, thanks.
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
Well, if you wanna be really technical, should make center 0x0 and use negatives for upwards and left. ;)

(For once, I agree with Zeus, even if mostly on the confused part.)
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
><

(Well, at least I didn't suggest Carolina Style.)

edit: After watching that vid again, I realize that machine is designed much like MSC, and works about as well.
 
  • Thread starter
  • Admin
  • #7

The Man In Black

Administrator
Staff member
Administrator
Moderator
RiP
Joined
Jul 9, 2006
Messages
6,904
Reaction score
71
We can do both, with another cvar to say which to use.

Also, they're in logarithmic scale.
 

Kanta

Old Skool Apostle
Alpha Tester
Joined
Jan 24, 2013
Messages
638
Reaction score
89
Location
ms_swamp
Are we gonna get something new on the hud?
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
We're adding the option to have item icons in replacement of classic ms little dude, and we're letting you move/scale the charge bars (as well as those icons), with the additional option of a charge completed sound you can customize and change the volume of that raises in pitch at each level.
 

Kanta

Old Skool Apostle
Alpha Tester
Joined
Jan 24, 2013
Messages
638
Reaction score
89
Location
ms_swamp
We're adding the option to have item icons in replacement of classic ms little dude, and we're letting you move/scale the charge bars (as well as those icons), with the additional option of a sound you can customize and change the volume of at each charge level.

Holy shit, thank GOD.

Also the charge bar stuff and sounds are pretty radical too.
 

Kanta

Old Skool Apostle
Alpha Tester
Joined
Jan 24, 2013
Messages
638
Reaction score
89
Location
ms_swamp
What about vertical charge bars, can we get that?
 

The Man In Black

Administrator
Staff member
Administrator
Moderator
RiP
Joined
Jul 9, 2006
Messages
6,904
Reaction score
71
Maybe in the future, but I've rewritten the code at least 3 times in the past couple weeks and I really want to work on something other than that for a little while :wink:
 

Kanta

Old Skool Apostle
Alpha Tester
Joined
Jan 24, 2013
Messages
638
Reaction score
89
Location
ms_swamp
There are definitely more pressing matters I would assume.
 
Top