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 2 3 4 5 ⋅⋅ 9
#652 Wut hud/crosshair/cfg thread in Customization
iodine

go to resource/clientsheme.res

#base "scheme/clientscheme_fonts_tf.res" // Remove the _tf suffix to use Code Pro fonts
posted about 3 years ago
#649 Wut hud/crosshair/cfg thread in Customization
iodineone more sorry, https://imgur.com/8KuQhy5

flawhud

posted about 3 years ago
#6523 HUD editing: short questions, quick answers in Customization
cheri

taken from https://github.com/bakkerthehacker/BSPlusHUD

HudVoiceStatus
	{
		"fieldName" "HudVoiceStatus"
		"visible" "1"
		"enabled" "1"
		"xpos" "r145" 
                "ypos" "0"
	        "wide" "145"
		"tall" "400"

		"item_wide"	"135"

		"show_avatar" "1"

		"avatar_xpos" "0"
		"avatar_ypos" "0"
		"avatar_wide" "16"
		"avatar_tall" "16"

		"show_dead_icon"	"1"
		"dead_xpos"			"28"
		"dead_ypos"			"0"
		"dead_wide"			"16"
		"dead_tall"			"16"

		"show_voice_icon"	"1"
		"icon_ypos"			"0"
		"icon_xpos"			"42"
		"icon_tall"			"16"
		"icon_wide"			"16"

		"text_xpos"			"60"
	}

copy and paste it to hudlayout.res (replace the default HudVoiceStatus)
https://imgur.com/yxlAiPX

posted about 3 years ago
#642 Wut hud/crosshair/cfg thread in Customization

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

customization/style - nobox

to remove the health cross: resource/ui/hudplayerhealth.res, search PlayerStatusHealthBonusImage change xpos to 9999

posted about 3 years ago
#6513 HUD editing: short questions, quick answers in Customization
dipp_https://youtu.be/YjauaHJ1GfY?t=1127

What hud is sigh using here, I want to get the same Advanced Spectator hud thing that he has. Also how do I edit Advanced Spectator thing?

https://github.com/Hypnootize/Broesel-Old
spectatortournament.res
spectatortournamentguihealth.res

kronhow do I add in shortcuts bound to certain keys?

I'm switching to an older hud which doesn't have shortcut keys for example

Continue (E)

Back (Q)

1-9 to different class loadouts

I can't think of any others atm but it would be nice to know how to add shortcuts for these.

change the labeltext, add the parenthesis, ampersand and the shortcut key:
"labelText" "Back (&Q)"

example:
charinfopanel.res, BackButton section

for the class selection (taken from m0rehud):

"ScoutSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"ScoutSelectNumber"
		"xpos"				"9999"
		"labelText"			"&1"
		"Command"			"loadout scout"
		"visible"				"1"
	}
	"SoldierSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"SoldierSelectNumber"
		"xpos"				"9999"
		"labelText"			"&2"
		"Command"			"loadout soldier"
		"visible"				"1"
	}
	"PyroSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"PyroSelectNumber"
		"xpos"				"9999"
		"labelText"			"&3"
		"Command"			"loadout pyro"
		"visible"				"1"
	}
	"DemomanSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"DemomanSelectNumber"
		"xpos"				"9999"
		"labelText"			"&4"
		"Command"			"loadout demoman"
		"visible"				"1"
	}
	"HeavySelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"HeavySelectNumber"
		"xpos"				"9999"
		"labelText"			"&5"
		"Command"			"loadout heavy"
		"visible"				"1"
	}
	"EngineerSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"EngineerSelectNumber"
		"xpos"				"9999"
		"labelText"			"&6"
		"Command"			"loadout engineer"
		"visible"				"1"
	}
	"MedicSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"MedicSelectNumber"
		"xpos"				"9999"
		"labelText"			"&7"
		"Command"			"loadout medic"
		"visible"				"1"
	}
	"SniperSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"SniperSelectNumber"
		"xpos"				"9999"
		"labelText"			"&8"
		"Command"			"loadout sniper"
		"visible"				"1"
	}
	"SpySelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"SpySelectNumber"
		"xpos"				"9999"
		"labelText"			"&9"
		"Command"			"loadout spy"
		"visible"				"1"
	}
	"BackpackSelectNumber"
	{
		"ControlName"			"CExButton"
		"fieldName"			"BackpackSelectNumber"
		"xpos"				"9999"
		"labelText"			"&0"
		"Command"			"backpack"
		"visible"				"1"
	}

add this to charinfoloadoutsubpanel.res

posted about 3 years ago
#628 Wut hud/crosshair/cfg thread in Customization
Xynhttps://www.twitch.tv/videos/84385556
what hud is that&

https://github.com/Hypnootize/Wavesui-Hud

posted about 3 years ago
#6504 HUD editing: short questions, quick answers in Customization
dalaDoes anyone know how to edit the vote menu? I wanna make the background transparent or something because its huge on 4:3 and every pub i play its a lot of votekicks happening

votehud.res

posted about 3 years ago
#315 m0re hud in Customization
melky_hi, I love the new m0rehud update but I can't find anywhere the smaller fonts customization folder like there used to be, is it now either minimode or not ? or did I miss the smaller fonts somewhere ?

m0rehud/customizations/Health Ammo Uber Style/[Health - Ammo - Uber] Default Style, Small Font/

posted about 3 years ago
#6485 HUD editing: short questions, quick answers in Customization
Brockfor medic, how exactly can I remove the building rate that is attached with my cross hair? and I am in fact using 7hud

https://i.imgur.com/4LYvkSr.jpg

also idk if it is just 7hud, but I did notice that recently in match demos that the ready-up bar would stick around after the game starts, I could not figure out how to get rid of it for the life of me, this would only happen after in the demos. I wasn't sure if the last hud update posted a few days ago fixed this?

go to resource/ui open hudmediccharge.res, search ChargeLabelTiny set visible to 0

Loltrollhttps://youtu.be/Y5VjKe2gK2I
what hud is this

modified pvhud

posted about 3 years ago
#6482 HUD editing: short questions, quick answers in Customization
eliso the parachute icon when you hit space in mid air with the base jumper - how would i make that bigger? anyone know what file that is?

resource/ui/hudplayerhealth.res search for PlayerStatus_Parachute, increase wide and tall values

posted about 3 years ago
#6480 HUD editing: short questions, quick answers in Customization
CaDDyhttps://steamcommunity.com/sharedfiles/filedetails/?id=2206655929
Is it possible to add health cross in the left of health ? I tried putting "hudplayerhealth-brosel" and "hudplayerhealth-cross" to the ui folder, but barrely something happens.

if you are using the latest version, go to resource/ui/ open hudplayerhealth.res
remove the // before #base "../../customizations/player_health/hudplayerhealth-cross.res"

posted about 3 years ago
#6470 HUD editing: short questions, quick answers in Customization

can someone explain to me what this is to suppose to do ?

//remove dimmer
wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1
posted about 3 years ago
#6467 HUD editing: short questions, quick answers in Customization
Wiethoofdthe hudanimations.txt is loaded from /hl2/hl2_misc_dir.vpk > scripts

Just make sure you don't have a hudanimations_tf in your hud's scripts folder if you are using the _manifest to load custom animations.

the only animations files present in the hud are hudanimations_custom, hitmarkers, crosshairs_animations
and typing hud_reloadscheme in the console fix the problem when i finish another casual match (and i have to do it every time i restart the game), but why is this happening in the first place?

posted about 3 years ago
#6462 HUD editing: short questions, quick answers in Customization
_KermitScoutman
Make sure your hud has an up-to-date version of hudanimations.txt, there may some animations relating to the matchmaking scoreboard missing.

my hudanimations_manifest file look like this:

hudanimations_manifest
{
	"file" "scripts/hudanimations.txt"
	"file" "scripts/hudanimations_custom.txt"
	"file" "customizations/crosshair/crosshairs_animations.txt"
	"file" "scripts/hitmarkers.txt"
	"file" "scripts/hudanimations_tf.txt"
}

and hudanimations.txt is not present in the hud

posted about 3 years ago
#6460 HUD editing: short questions, quick answers in Customization

Does anyone know why the scoreboard at the end of a casual match is super weird ? is there any other solution than hud_reloadscheme ?

https://imgur.com/a/vjDxQlu

posted about 3 years ago
1 2 3 4 5 ⋅⋅ 9