raphaeLx
Account Details
SteamID64 76561198045784323
SteamID3 [U:1:85518595]
SteamID32 STEAM_0:1:42759297
Country United States
Signed Up November 9, 2013
Last Posted December 2, 2013 at 10:32 AM
Posts 10 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#7 Damage text outline in Customization
f_blueBenroadsI wouldn't recommend using the default hud font files as they're often used a lot in other places. Maybe take his code and rename the font to damageNumbers or something along those lines so you don't risk having random places in your hud have outlined text.Exactly, that's why you should go into your clientscheme.res and simply add HudFontMediumBigBoldOutline below the original font:

"HudFontMediumBigBold"
{
"1"
{
"name" "TF2 Build"
"tall" "30"
"weight" "500"
"additive" "0"
"antialias" "1"
}
}
"HudFontMediumBigBoldOutline"
{
"1"
{
"name" "TF2 Build"
"tall" "30"
"weight" "500"
"additive" "0"
"antialias" "1"
"outline" "1"
}
}

Then you can use HudFontMediumBigBoldOutline in your HudDamageAccount file as the delta_item_font and delta_item_font_big value.

hey. i dont got a clientscheme.res file in my hud

i just created a new notepad with the code for the damage text, can you explain to me how to do that?

posted about 10 years ago
#3 Damage text outline in Customization
heraquacyan color: 0 255 255 255

Edit: For the outline you'll have to find your font in clientscheme and add a line like this
"HudFontMediumBig"
{
"1"
{
"name" "TF2"
"tall" "30"
"weight" "500"
"additive" "0"
"antialias" "1"
"outline" "1"

}
}

I didnt actually used a font so i dont know what to do, btw thanks for the color

posted about 10 years ago
#1 Damage text outline in Customization

So i made my self a more comfortable text damage with only this code :

"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "20 255 20 255"
"NegativeColor" "255 165 0 255"
"delta_lifetime" "2"
"delta_item_font" "HudFontMediumBigBold"
"delta_item_font_big" "HudFontMediumBigBold"
}
}

Its works perfect but id like to add for it a black outline.
does anyone know how to do that?

P.S does someone knows what the numbers of the color cyan for my text damage? thanks

posted about 10 years ago
#9 EveHUD Problem in Customization
SetsulI think it's WaveCompleteSummaryPanel.res
Delete it and you should be able to start tf2 again.

Thanks man it works :)

posted about 10 years ago
#4 EveHUD Problem in Customization
SpikyCactusNothing to do with EveHUD, it's just the new TF2 update. New (big) updates usually break most, if not all, custom HUDs. Just wait for a fix.

tf2 had an update today??

posted about 10 years ago
#1 EveHUD Problem in Customization

So I installed the EveHUD and it works fine but when i edit some things in the Updater settings and then i saved those settings. when i start tf2 after the valve logo the game crashes without a warning or something.

posted about 10 years ago
#7 [WIP] Fog's Crosshairs v3 in Customization
FogbrizzDo you already have pt/vile's fighter pilot lines? If not, could ask him? Those are not a font, but in fact lines.
raphaeLxThe Sniper rifle and the Knife crosshair its looks like this:

---|---
Already working on that with the default TF2 crosshairs

well let me notice when if you doing this crosshair cuz i really need that crosshair.

thank u :3

posted about 10 years ago
#3 [WIP] Fog's Crosshairs v3 in Customization

The Sniper rifle and the Knife crosshair its looks like this:

---|---

posted about 10 years ago
#1 Tf2 Custom crosshair in Customization

Hey there ;3

i really want a custom crosshair like the sniper rifle have

its something like that :

--|--

Its the crosshair of the sniper rifle.

someone here got that crosshair as custom one and can give me DL for it?

Thanks.

posted about 10 years ago
#1 Kill feed [Original hud] in Customization

Hey,

I wonder how i can change just my Kill feed on the original tf2 hud because mine got a wide font and its not comfortable for me.

i tried to open a new Hudlayout.res and i wrote in the code for DeathNotice but its not working and i cant see my ammo and health.

can someone please help me ? :)

posted about 10 years ago