suikahttp://i.imgur.com/nDbDpuZ.jpg?1
Updated a font edit of m0rehud I made a while back.
DL: https://www.dropbox.com/sh/980qjrc6wrwz004/AADVdPMlxYdWI3XKNiOw0bY_a?dl=0
das b00tiful.
suikahttp://i.imgur.com/nDbDpuZ.jpg?1
Updated a font edit of m0rehud I made a while back.
DL: https://www.dropbox.com/sh/980qjrc6wrwz004/AADVdPMlxYdWI3XKNiOw0bY_a?dl=0
das b00tiful.
started working on a dota source 2 inspired main menu
startup: https://dl.dropboxusercontent.com/u/149728952/TF2/Dota/startup.png
menu so far: https://dl.dropboxusercontent.com/u/149728952/TF2/Dota/main-menu.png (bg for menu will be replaced by a hd one soon)
particles around the logo are also animated: https://www.youtube.com/watch?v=NVm2-mese1U
(i cant for the life of me figure out how to not have it look so pixelated in obs)
Idk
http://prntscr.com/7uygxd
http://prntscr.com/7uyf43
http://prntscr.com/7uyfre
http://prntscr.com/7uyg1p
Demo:
http://prntscr.com/7uyg8g
http://prntscr.com/7uygki
Medic:
http://prntscr.com/7uyi7g (Rainbow Charge when full)
http://prntscr.com/7uyicn
Combined a bunch of stuff and thought it looked okay.
Been jumping around with this Omp edit and that Mario HUD.
(Inspired by VetiHUD)
http://i.imgur.com/0v8a4rD.jpg - Regular HUD
http://i.imgur.com/lQbytHe.jpg - Buffed
http://i.imgur.com/ZNk8EcY.jpg - Low Health + Low Ammo
http://i.imgur.com/2SwJtTm.jpg - Target ID's
http://i.imgur.com/XEe5nwM.jpg - Damage (Damage numbers above health flash red when dealing damage)
http://i.imgur.com/cPh9P57.jpg - Medic + Secondary Target ID's
http://i.imgur.com/Th8HrJ5.jpg - Full Uber (Working on fixing)
MubbyBeen jumping around with this Omp edit and that Mario HUD.
(Inspired by VetiHUD)
http://i.imgur.com/0v8a4rD.jpg - Regular HUD
http://i.imgur.com/lQbytHe.jpg - Buffed
http://i.imgur.com/ZNk8EcY.jpg - Low Health + Low Ammo
http://i.imgur.com/2SwJtTm.jpg - Target ID's
http://i.imgur.com/XEe5nwM.jpg - Damage (Damage numbers above health flash red when dealing damage)
http://i.imgur.com/cPh9P57.jpg - Medic + Secondary Target ID's
http://i.imgur.com/Th8HrJ5.jpg - Full Uber (Working on fixing)
reminds me of ells hud. a lot.
janedoereminds me of ells hud. a lot.
that is an insult to ellshud
Ericjanedoereminds me of ells hud. a lot.that is an insult to ellshud
I MEANT THE FONT.
i don't know if it's your config but the font on that looks godawful
The problem is the way TF2 does outlines. That is to say, poorly. If you want good looking outlined characters you have to do it gmang style. Start with the white foreground character, then put the same character in black behind it but one pixel to the left. Then repeat with three more black characters, one each to the right, up, and down. And you get what basically looks like an outline but is really four separate drop shadows.
danaThe problem is the way TF2 does outlines. That is to say, poorly. If you want good looking outlined characters you have to do it gmang style. Start with the white foreground character, then put the same character in black behind it but one pixel to the left. Then repeat with three more black characters, one each to the right, up, and down. And you get what basically looks like an outline but is really four separate drop shadows.
Isn't it simpler to do a font in the same place but a couple sizes bigger, black, and with a smaller zpos? I've seen that implemented in some huds
Some pretty old stuff i have never finished, what you see is pretty much everything that's made, but maybe someone can get something from it or whatever.
WholegraindanaThe problem is the way TF2 does outlines.
Isn't it simpler to do a font in the same place but a couple sizes bigger, black, and with a smaller zpos? I've seen that implemented in some huds
I'm pretty sure thats the way I did it with the HUD I shown.
y'all remember this hud from grape?
http://www.teamfortress.tv/thread/8247/show-your-hud-modifications/?page=40#262893
http://puu.sh/j7SUT/6869f9a99f.jpg
i remembered it and fixed it.
here ya go
http://puu.sh/j7T7E/5a6ad8dedc.7z
edit: YO I'M UPDATING THIS FURTHER GET YA ASS READY
WholegrainIsn't it simpler to do a font in the same place but a couple sizes bigger, black, and with a smaller zpos? I've seen that implemented in some huds
that is garbage. the tracking (spacing between characters) also increases as the font size increases, so the outline might not match across the characters in a given string.
EricWholegrainIsn't it simpler to do a font in the same place but a couple sizes bigger, black, and with a smaller zpos? I've seen that implemented in some hudsthat is garbage. the tracking (spacing between characters) also increases as the font size increases, so the outline might not match across the characters in a given string.
I think what he meant was having two font files, one with more weight but still with the same glyph size, not just changing the clientscheme size.
JarateKingI think what he meant was having two font files, one with more weight but still with the same glyph size, not just changing the clientscheme size.
I think "weight" just increases stroke width, which would also not work in making a complete outline around a glyph (I could be mistaken).
danaThe problem is the way TF2 does outlines. That is to say, poorly. If you want good looking outlined characters you have to do it gmang style. Start with the white foreground character, then put the same character in black behind it but one pixel to the left. Then repeat with three more black characters, one each to the right, up, and down. And you get what basically looks like an outline but is really four separate drop shadows.
Could this potentially be used to create better Crosshair Outlines?
EricJarateKingI think what he meant was having two font files, one with more weight but still with the same glyph size, not just changing the clientscheme size.I think "weight" just increases stroke width, which would also not work in making a complete outline around a glyph (I could be mistaken).
The font maker decides the difference between higher/lower weights, it's not some unified thing. And I mean if you're the one making the font, you may as well make it work for outlines. I know from experience that fontforge can do it the way that would make outlines work, like in http://fontforge.github.io/Styles.html#Embolden
MightydanaThe problem is the way TF2 does outlines. That is to say, poorly. If you want good looking outlined characters you have to do it gmang style. Start with the white foreground character, then put the same character in black behind it but one pixel to the left. Then repeat with three more black characters, one each to the right, up, and down. And you get what basically looks like an outline but is really four separate drop shadows.
Could this potentially be used to create better Crosshair Outlines?
Some crosshairs are too thin to work/look good that way, but it'll still work with some and other methods like creating a second heavier font as the outline still work fine for all.
JarateKingThe font maker decides the difference between higher/lower weights, it's not some unified thing. And I mean if you're the one making the font, you may as well make it work for outlines. I know from experience that fontforge can do it the way that would make outlines work, like in http://fontforge.github.io/Styles.html#Embolden
i was referring to the "weight" property when making font definitions in clientscheme.res; i believe this property artificially adds stroke width, without affecting glyph height. most typeface makers also follow this practice when creating separate weights, although you can certainly modify a font yourself to achieve your needs.
MightyCould this potentially be used to create better Crosshair Outlines?
this has already been done, although the results will vary based on the glyph used, whereas the "outline" property has consistent (if ugly) results.
NoobKhttp://imgur.com/a/aj5TU
Some pretty old stuff i have never finished, what you see is pretty much everything that's made, but maybe someone can get something from it or whatever.
https://github.com/noobk/globalhud/
that looks super cool, kinda like colly's csgo hud imo
http://i.imgur.com/o45mLDZ.jpg
just another shitty attempt to recreate skappa's hud
https://www.dropbox.com/s/ojfotyc76lz74cz/userstuff.rar?dl=0
i combined features from a few different huds to make my own blend
Main Menu (One of the garmen huds + hudas iscariote background)
Health and Ammo (notohud with colors changed)
Scoreboard (egg hud scoreboard)
id like to make my own hud one day, but this was a good starting point to get me familiar with hud editing
dtnjkeehttp://i.imgur.com/o45mLDZ.jpg
just another shitty attempt to recreate skappa's hud
if it's functional for 6s can i get a dl?
marqueei like grapes edit of the default hud so i fittied to my own likings using the target id's from collys default hud edit
http://imgur.com/a/5xWUQ
woah <:
_KermitI've updated a few huds in the last couple days and figured I'd link them here.
aHUD.
FlameHUD.
Garmen OLX.
An edited version of broesel 2.5
Garmen VIP-BeaVerN.
Apologies if I've left any hitsounds in the huds.
:o can't wait to try ahud when I get home
Intellectualy'all remember this hud from grape?
http://www.teamfortress.tv/thread/8247/show-your-hud-modifications/?page=40#262893
http://puu.sh/j7SUT/6869f9a99f.jpg
i remembered it and fixed it.
here ya go
http://puu.sh/j7T7E/5a6ad8dedc.7z
edit: YO I'M UPDATING THIS FURTHER GET YA ASS READY
Clean default?
NoobKhttp://imgur.com/a/aj5TU
Some pretty old stuff i have never finished, what you see is pretty much everything that's made, but maybe someone can get something from it or whatever.
https://github.com/noobk/globalhud/
Sorta resembles CS:GO
normally im all about people sharing their opinions but you gotta stop sharing your opinions