jacob404 / promod-future

GNU General Public License v3.0
7 stars 1 forks source link

Make an option to use an alternative spec hud with graphical representations of players' health. #165

Open jbzdarkid opened 8 years ago

jbzdarkid commented 8 years ago

Something like this--

Survivors Rochelle: 68HP ███████_| ♥ Nick: 41HP ████___| Coach: 20HP ▒▒____| ♥ ♦ Ellis: 52HP █▒▒▒▒____|

Infected Tank: 4604HP ████████| Jockey: 350HP ██████████| Charger: 331 HP █████___| Boomer: 50HP ██████████|

jbzdarkid commented 8 years ago

If someone's bored, why not. I might do it some day, becuz bored.

rpdelaney commented 8 years ago

Interested to see solutions for how to make this not look like shit with not-monospaced fonts, whatever random insane fonts people have installed locally etc

jbzdarkid commented 8 years ago

▓▒░ are guaranteed to be the same size on any system. They're extended ascii too, so should be always defined.

Tab spacing after the names should make them line up well, too. As opposed to OP, I'd probably use 10 (maybe 20) lines.

rpdelaney commented 8 years ago

▓▒░ are guaranteed to be the same size on any system.

Ah. Ah-haha. Hahahaha. HAHAHAHAHAH :laughing:

jbzdarkid commented 8 years ago

fuck you and your windows bullshit

jbzdarkid commented 8 years ago

Apparently some fonts didn't get the memo that ▒ is medium fill dots and ░ is light fill dots. They are always equally sized though. It's the first one that varies, for reasons.

Attano commented 8 years ago

1:0, fig is leading

jbzdarkid commented 8 years ago

▦ Perm ▥ Temp ▭ Empty

1:1

jbzdarkid commented 8 years ago

Example: Coach: ▦▦▦▦▥▥▭▭▭▭ Ellis: ▦▦▦▦▦▦▦▭▭▭ Rochelle: ▥▥▥▥▥▥▥▥▭▭

jbzdarkid commented 8 years ago

I should mention that there's a whole family of squares that fit this: ▣▤▥▦▧▨▩ I'm using No.4 (SQUARE WITH ORTHOGONAL CROSSHATCH FILL) for perm, and No.3 (SQUARE WITH VERTICAL FILL) for temp.

jbzdarkid commented 8 years ago

☣ or ☢ for Bile ♨ for molotov? I'd be fine with the suits for the items, so Hearts=health pack, Diamonds = Pills, Clubs = Bile, Spades = Molotov

jbzdarkid commented 8 years ago

I don't like the characters above. Although they're monospaced, they look horrible. I'd much rather have a variety of options, and let users choose one.

jbzdarkid commented 8 years ago

Example: Coach: ▣▣▣▣▤▤▭▭▭▭ Ellis: ▣▣▣▣▣▣▣▭▭▭ Rochelle: ▤▤▤▤▤▤▤▤▭▭

actually I like this. (char 1 & char 2) I think the crosshatching didn't look solid enough to me.

jbzdarkid commented 8 years ago

screen shot 2015-10-30 at 2 40 30 am Example: Coach: ▓▓▓▓▒▒░░░░ Ellis: ▓▓▓▓▓▓▓░░░ Rochelle: ▒▒▒▒▒▒▒▒░░

I really like this one, so maybe I'd offer this and the above as alt1 and alt2.