Scoutman
Account Details
SteamID64 76561198067784058
SteamID3 [U:1:107518330]
SteamID32 STEAM_0:0:53759165
Country France
Signed Up July 7, 2018
Last Posted August 6, 2022 at 8:41 AM
Posts 131 (0.1 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 3 4 5 6 7 8 9
#507 Wut hud/crosshair/cfg thread in Customization
crazybeaniegroovenhttps://www.youtube.com/watch?v=gjFVMvlnS6g

does anyone know what hud this is?

Wiethud

https://www.teamfortress.tv/31482/wiethud

posted about 4 years ago
#6331 HUD editing: short questions, quick answers in Customization
untamedHow do I change my health cross to the one I want in the image? It’s for a different hud. https://imgur.com/mXMGuiI

copy hudplayerhealth.res from m0rehud black
and paste it to m0rehud black 2.0

posted about 4 years ago
#2016 mastercomfig - fps/customization config in Customization

In mastercomfig low, is it possible to have good texture on the sniper scope (when you zoom) ?

posted about 4 years ago
#6328 HUD editing: short questions, quick answers in Customization
zandaif I wanted to find what the fonts were in a hud where would I look?

clientsheme.res

posted about 4 years ago
#5770 Show your HUD modifications! in Customization
buudedited broesel old, might change font to tf2build too

pic

looks like tf2hud+

posted about 4 years ago
#1281 I've updated some huds in Customization

By any chance does someone have any versions of medieval hud made by garm3n ?

https://www.youtube.com/watch?v=Pm0HXcny9_c

posted about 4 years ago
#6321 HUD editing: short questions, quick answers in Customization
untamedCould someone tell me how to put grapes m0rehud dmg numbers on any hud? https://imgur.com/PZQ2Own

first you need to copy Surface-Uber.otf and put it where other font are in your hud, then go into grape m0rehud ClientScheme.res then search

M0refont24NumbersOL
		{
			"1"
			{
				"name"		"Surface-Uber"
				"tall"		"24"
				"additive"	"0"
				"antialias" 	"1"
				"outline"	"1"
			}
		}

copy this then go to your actual ClientScheme.res and go at the font section,at the beginning or after another font then paste it

//
	//////////////////////// FONTS /////////////////////////////
	//
	// describes all the fonts
	Fonts
	{
		// fonts are used in order that they are listed
		// fonts listed later in the order will only be used if they fulfill a range not already filled
		// if a font fails to load then the subsequent fonts will replace

M0refont24NumbersOL
		{
			"1"
			{
				"name"		"Surface-Uber"
				"tall"		"24"
				"additive"	"0"
				"antialias" 	"1"
				"outline"	"1"
			}
		}

Last thing go at the end of grape m0rehud ClientScheme and copy this at the end of your clienscheme

"17" // you may need to increase or decrease the value depend how many fonts you have in your hud
		{
			"font" "resource/Surface-Uber.otf" // where the font is located
			"name" "Surface-Uber"
		}
	} //before that
}//before that

Now the final touch, go in resource/ui/huddamageaccount.res and change the delta_item_font and delta_item_font_big value to this

"delta_item_font"	"M0refont24NumbersOL"
"delta_item_font_big"	"M0refont24NumbersOL"
posted about 4 years ago
#5767 Show your HUD modifications! in Customization
buudI edited star'shud by changing the font, removing buff cross, importing some other match hud and making buff and low hp colors same as base hp color
only thing is the round timer doesn't show up (match timer does), i'm also planning on importing control points from another hud and fixing the round timer clock thing when i found out how

pic

https://github.com/Hypnootize/Huds-Update-Guide/blob/master/Updates/Fixing%20the%20MatchStatus%20and%20Timer.md

posted about 4 years ago
#2008 mastercomfig - fps/customization config in Customization

In mastercomfig medium if i put characters=high in modules.cfg only the eye movement is working but not the facial animations, any help ?

posted about 4 years ago
#6310 HUD editing: short questions, quick answers in Customization

How can i move the overtime label in koth ?

https://imgur.com/a/zoaSASA

posted about 4 years ago
#487 Wut hud/crosshair/cfg thread in Customization
-ASTRA-https://imgur.com/2M2YVcH
What hud is this? I used it in 2015 and now i can't remember what it's called :-(

https://huds.tf/forum/showthread.php?tid=286

posted about 4 years ago
#2 how to disable names in spectator mode? in Customization

i may be wrong but i think it's located in FreezePanel_Basic.res, in FreezeLabelKiller section try change wide and tall values to 0

posted about 4 years ago
#6304 HUD editing: short questions, quick answers in Customization
untamedhttps://imgur.com/a/JUg2mAu Where do I go specifically to change heal numbers?

huddamageaccount.res

"Resource/UI/HudDamageAccount.res"
{
	"CDamageAccountPanel"
	{
		"fieldName"				"CDamageAccountPanel"
		"text_x"				"0"
		"text_y"				"0"
		"delta_item_end_y"		"0"
		"PositiveColor"			"0 255 0 255" //heal numbers color
		"NegativeColor"			"255 0 0 255"
		"delta_lifetime"		"1.5"
		"delta_item_font"		"HudFontSmall"
		"delta_item_font_big"	"HudFontMedium"
	}
}
posted about 4 years ago
#6301 HUD editing: short questions, quick answers in Customization
patchwerkI am currently creating my own HUD with using Broesel-Blue as a base, but i would like to add the rank to the main menu but it looks like it's not included in MainMenuOverride, help?

sorry 2 days late but it's RankModelPanel, RankPanel and CycleRankTypeButton in mainmenuoverrides.res and PvPRankPanel.res, for more details take a look at Hypnotize guide

juniorUnable to change text color of charge meter's label?
HudItemEffectMeter.res > ItemEffectMeterLabel
I remember huds doing this but it doesn't seem to be possible anymore.
Looking around and it looks like it's broken where it once worked.
2017
2020

EDIT
the meter itself also seems to have fgColor locked

you have to set enabled to 0 and visible to 1 for ItemEffectMeterLabel and it will be black

posted about 4 years ago
#10 "Console" button for default hud in Customization

it perfectly work with me, but glad you found another solution

posted about 4 years ago
1 ⋅⋅ 3 4 5 6 7 8 9