Unity version - bottom left mini unit statsheet

Post Reply
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

any suggestions how else it should look as currently?
or simply use current look?
User avatar
Endru1241
Posts: 2717
Joined: Fri Sep 11, 2015 8:43 am
Location: Poland

Re: Unity version - bottom left mini unit statsheet

Post by Endru1241 »

Current look is fine, but data displayed is a little lacking.
It is:
Unit name
indicators
HP: unit.hp / unit.hpMax
Power: unit.power
Range: (unit.rangeAttackMin ->) unit.rangeAttack
Armor: unit.armorNormal / unit.armorPierce
where blue text is replaced by proper values and what is inside round brackets is conditionally displayed (only if unit.rangeAttackMin > 0 )

Right?
Then I'd add info about type of attack, actions, power range.
Those are probably most used among those not displayed here.

So it could take shape as:
Unit name
indicators
HP: unit.hp / unit.hpMax
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
Range: (unit.rangeAttackMin ->) unit.rangeAttack (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )
Armor: unit.armorNormal / unit.armorPierce
Age of Strategy design leader
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

nice!
what about little attack-type icon on armor too?


Q1: also how u imagined that powerrange thing? can u write an example as it seems too scientific for me (to put into that little space), i mean this: (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )

would look like this?
range 3->8 + 2/20%-5%*
Q2: Also in
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
btw: what is that % on the end?
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

btw i put in the Android version too this:
Power: unit.power little x unit.actionCount / unit.maxActionCount

in this form:
Power: 8 x 2/2
Power: 8 x 1/2
Power: 8 x 0/2
User avatar
Endru1241
Posts: 2717
Joined: Fri Sep 11, 2015 8:43 am
Location: Poland

Re: Unity version - bottom left mini unit statsheet

Post by Endru1241 »

Stratego (dev) wrote: Tue Sep 07, 2021 3:33 pm nice!
what about little attack-type icon on armor too?
sure, it should still fit.
Q1: also how u imagined that powerrange thing? can u write an example as it seems too scientific for me (to put into that little space), i mean this: (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )

would look like this?
range 3->8 + 2/20%-5%*
Exactly.
Although I wonder if + here shouldn't be changed to some other character.
But I have no good idea, right now.
Anyone?
Q2: Also in
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
btw: what is that % on the end?
A mistake during copying.
Sorry - my bad.

Stratego (dev) wrote: Tue Sep 07, 2021 3:56 pm btw i put in the Android version too this:
Power: unit.power little x unit.actionCount / unit.maxActionCount

in this form:
Power: 8 x 2/2
Power: 8 x 1/2
Power: 8 x 0/2
Nice!
Already seen it.
Age of Strategy design leader
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

range 3->8 + 2/20%-5%*
Exactly.
Although I wonder if + here shouldn't be changed to some other character.
But I have no good idea, right now.
Anyone?

actually this one is looking too complex.
i think we need to figure out something else to show that.
eg. i would only put in the powerRange vvalue not the percentages - those can be still checked in normal statsheet
also separator ... yes... maybe a imageicon for that?
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

also this
Power: 8 x 0/2
Nice!
Already seen it.
i think the Power: 8 x 0/2 seems too crowdy too maybe like this?
Power: 8 (x0/2)

still not good...

maybe this is looking good,
Power: 8 (x2)
but i can not put there the remaining ones to be nice, maybe simply showing the remaining one?

like a 3 action units as they shoot:
Power: 8 (x3)
Power: 8 (x2)
Power: 8
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

Better idea on power combining the icon with the actions:

Eg. 3 action arrowed unit

Power: 8 arrow arrow arrow

After one shot

Power: 8 arrow arrow grayed-arrow
User avatar
Endru1241
Posts: 2717
Joined: Fri Sep 11, 2015 8:43 am
Location: Poland

Re: Unity version - bottom left mini unit statsheet

Post by Endru1241 »

Stratego (dev) wrote: Tue Sep 07, 2021 5:50 pm Better idea on power combining the icon with the actions:

Eg. 3 action arrowed unit

Power: 8 arrow arrow arrow

After one shot

Power: 8 arrow arrow grayed-arrow
It seems great!
I only hope no variant have grey icons as regular ones.
Stratego (dev) wrote: Tue Sep 07, 2021 5:42 pm
range 3->8 + 2/20%-5%*
Exactly.
Although I wonder if + here shouldn't be changed to some other character.
But I have no good idea, right now.
Anyone?

actually this one is looking too complex.
i think we need to figure out something else to show that.
eg. i would only put in the powerRange vvalue not the percentages - those can be still checked in normal statsheet
also separator ... yes... maybe a imageicon for that?
Something like attached?
Attachments
100percent.png
100percent.png (280 Bytes) Viewed 1899 times
75percent.png
75percent.png (275 Bytes) Viewed 1899 times
50percent.png
50percent.png (270 Bytes) Viewed 1899 times
25percent.png
25percent.png (256 Bytes) Viewed 1899 times
Age of Strategy design leader
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

i ment not the percent - i think we can not show that so it will nto be complex
i thought the powerrange value itself - the + sign is not so intuitive.
User avatar
Endru1241
Posts: 2717
Joined: Fri Sep 11, 2015 8:43 am
Location: Poland

Re: Unity version - bottom left mini unit statsheet

Post by Endru1241 »

I meant to construct something like attached file.
With 4 power range, 100% on powerRangePenaltyPercent and with drop of 0.29 it becomes: 50% on 2nd tile, 35% on 3rd, 25% on 4th.
So we take images if >=100% 100percent.png, >=75% 75percent.png, etc.


Of course values and images are only quick idea.
Attachments
4range100percent029drop.png
4range100percent029drop.png (495 Bytes) Viewed 1895 times
Age of Strategy design leader
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

i am notsure we can find a good intuitive one , the numner of images is good to symbolize area-range maybe but what image should show percentage... (?) maybe BARs? those show nicely the percent but but bars not a area-range looking thing...
User avatar
Endru1241
Posts: 2717
Joined: Fri Sep 11, 2015 8:43 am
Location: Poland

Re: Unity version - bottom left mini unit statsheet

Post by Endru1241 »

Maybe transparency percent?

I know it's not super precise, but textual information can be checked in propsheet.
All it needs to give is some feel if this unit has strong or weak damage on power range (or almost non-existant).
Age of Strategy design leader
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

lol here are my dumb images
the number of circles are the range - the fading is the weakening
Attachments
powerrange2.png
powerrange2.png (4.15 KiB) Viewed 1889 times
powerrange1.png
powerrange1.png (5.58 KiB) Viewed 1889 times
User avatar
Endru1241
Posts: 2717
Joined: Fri Sep 11, 2015 8:43 am
Location: Poland

Re: Unity version - bottom left mini unit statsheet

Post by Endru1241 »

I'd opt for full one.
Only maybe color changed to red (more fit to represent attack).

Are circles code generated?
Or there is main image being copied and resized?
Age of Strategy design leader
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

Should be code generated imho.
This sample made by gimp.
Red, yes.

But i dont really like it but i hope it gives idea for a nicer solution :)
User avatar
makazuwr32
Posts: 7830
Joined: Tue Oct 17, 2017 9:29 am
Location: Moscow, Russia

Re: Unity version - bottom left mini unit statsheet

Post by makazuwr32 »

Why won't we change this into full sized side in-game hud?
Like this one on the left:
Image
Ingame hud as i see:
1. Top: 4 current middle top buttons + menu — full stat sheet of unit, stop unit, waypoint, delete and menu
2. Below them: Mini map. We do not need for now some specific icons for various units, just differentiate ground, enemies and allies. May add icon to change minimap colors into: Blue — own units, Red — enemies, Green — allies, Yellow — neutrals (and ofc back to normal one).
3. Below is Unit Hud divided into 2 parts:
3.1. Unit stat sheet
Endru1241 wrote: Tue Sep 07, 2021 1:58 pm Unit name
indicators
HP: unit.hp / unit.hpMax
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
Range: (unit.rangeAttackMin ->) unit.rangeAttack (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )
Armor: unit.armorNormal / unit.armorPierce
3.2. Unit abilities
makazuwr32 wrote: Mon Sep 16, 2019 7:54 amWhen you ask to change something argument why...
Put some numbers, compare to what other races have and so on...
© by Makazuwr32™.
AoF Dev Co-Leader
Image
User avatar
Hyuhjhih
Posts: 1301
Joined: Sat Sep 19, 2020 4:22 am
Location: Earth, (the part of blue ball and is named India for some reasons)

Re: Unity version - bottom left mini unit statsheet

Post by Hyuhjhih »

Goodlooking and compact. But, its more sophisticated and would be an annoyance for the gameplay imho.

And even if we could follow such a scheme, it should be made optional by using a pop up button or drag (or something like our current three dots) to not interrupt the gameplay.
LIE = Love Is Eternal.

Design leader of the variants Age of Gods and Age Of Civilization, and live heartedly contributing to AoS.

AoC discord server is up AoC
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

makazuwr32 wrote: Wed Sep 08, 2021 9:44 am Why won't we change this into full sized side in-game hud?
Like this one on the left:
Image
Ingame hud as i see:
1. Top: 4 current middle top buttons + menu — full stat sheet of unit, stop unit, waypoint, delete and menu
2. Below them: Mini map. We do not need for now some specific icons for various units, just differentiate ground, enemies and allies. May add icon to change minimap colors into: Blue — own units, Red — enemies, Green — allies, Yellow — neutrals (and ofc back to normal one).
3. Below is Unit Hud divided into 2 parts:
3.1. Unit stat sheet
Endru1241 wrote: Tue Sep 07, 2021 1:58 pm Unit name
indicators
HP: unit.hp / unit.hpMax
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
Range: (unit.rangeAttackMin ->) unit.rangeAttack (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )
Armor: unit.armorNormal / unit.armorPierce
3.2. Unit abilities
i think took too much space on mobile devices - it can be good on PC version though.
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Unity version - bottom left mini unit statsheet

Post by Stratego (dev) »

Stratego (dev) wrote: Tue Sep 07, 2021 5:50 pm Better idea on power combining the icon with the actions:

Eg. 3 action arrowed unit

Power: 8 arrow arrow arrow

After one shot

Power: 8 arrow arrow grayed-arrow
this one is ready in Android version already.
if u like i will port this to unity version this way.
User avatar
makazuwr32
Posts: 7830
Joined: Tue Oct 17, 2017 9:29 am
Location: Moscow, Russia

Re: Unity version - bottom left mini unit statsheet

Post by makazuwr32 »

Stratego (dev) wrote: Wed Sep 08, 2021 11:09 am
makazuwr32 wrote: Wed Sep 08, 2021 9:44 am ....
i think took too much space on mobile devices - it can be good on PC version though.
But we can decide by ourselves amount of space for this variant of hud.
makazuwr32 wrote: Mon Sep 16, 2019 7:54 amWhen you ask to change something argument why...
Put some numbers, compare to what other races have and so on...
© by Makazuwr32™.
AoF Dev Co-Leader
Image
User avatar
makazuwr32
Posts: 7830
Joined: Tue Oct 17, 2017 9:29 am
Location: Moscow, Russia

Re: Unity version - bottom left mini unit statsheet

Post by makazuwr32 »

Here is my idea size-wise:

Here is basic current hud
Image

And here is hud when you select unit and my idea for this hud placement (base).
Image

If you want i can show you also a bit more detailed hud idea on last screenshot later.
makazuwr32 wrote: Mon Sep 16, 2019 7:54 amWhen you ask to change something argument why...
Put some numbers, compare to what other races have and so on...
© by Makazuwr32™.
AoF Dev Co-Leader
Image
User avatar
L4cus
Posts: 2358
Joined: Fri Jan 31, 2020 7:51 pm
Location: Perú

Re: Unity version - bottom left mini unit statsheet

Post by L4cus »

shouldnt ability power added into ui? at least some variants will find it very usefull...and after the gunpowder units change (gun attack as ability instead of normal attack) even aos would se benefits from it...
Extra ecclesiam nulla salus...
AOD, a new variant...
viewforum.php?f=230
Post Reply

Return to “Unity version workbench”