Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 213 214 215 216 217 218 219 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
6451
#6451
1 Frags +
reakohow do i change the part of my hud affected by tf_use_match_hud 1?

hudmatchstatus.res
hudroundcounter.res
hudobjectivetimepanel.res (if_match)
hudobjectivekothtimepanel.res (if_match)

[quote=reako]how do i change the part of my hud affected by tf_use_match_hud 1?[/quote]
hudmatchstatus.res
hudroundcounter.res
hudobjectivetimepanel.res (if_match)
hudobjectivekothtimepanel.res (if_match)
6452
#6452
0 Frags +

How do you edit the little killstreak counter?

How do you edit the little killstreak counter?
6453
#6453
1 Frags +
d4nnyHow do you edit the little killstreak counter?

huditemeffectmeter_killstreak.res

[quote=d4nny]How do you edit the little killstreak counter?[/quote]
huditemeffectmeter_killstreak.res
6454
#6454
0 Frags +

where do you change the colour of health and ammo?

where do you change the colour of health and ammo?
6455
#6455
1 Frags +
zandawhere do you change the colour of health and ammo?

PlayerStatusHealthValue in Hudplayerhealth.res and there's a bunch of entries in hudammoweapons.

Also hudanimations.txt or hudanimations_custom, if your HUD has it set out that way, for the buff/low health and ammo animations.

[quote=zanda]where do you change the colour of health and ammo?[/quote]

PlayerStatusHealthValue in Hudplayerhealth.res and there's a bunch of entries in hudammoweapons.

Also hudanimations.txt or hudanimations_custom, if your HUD has it set out that way, for the buff/low health and ammo animations.
6456
#6456
0 Frags +

when i do hud_reloadscheme, nothing moves, depite having done the proper changes and saving said changes. does anyone know why this happens and how to fix it?

when i do hud_reloadscheme, nothing moves, depite having done the proper changes and saving said changes. does anyone know why this happens and how to fix it?
6457
#6457
0 Frags +
Dox246when i do hud_reloadscheme, nothing moves, depite having done the proper changes and saving said changes. does anyone know why this happens and how to fix it?

if the changes you make only take effect upon restarting your game, try setting `vgui_cache_res_files` to 0

[quote=Dox246]when i do hud_reloadscheme, nothing moves, depite having done the proper changes and saving said changes. does anyone know why this happens and how to fix it?[/quote]
if the changes you make only take effect upon restarting your game, try setting `vgui_cache_res_files` to 0
6458
#6458
1 Frags +
Dox246when i do hud_reloadscheme, nothing moves, depite having done the proper changes and saving said changes. does anyone know why this happens and how to fix it?

This may be a stupid question but I ask from a palce of experiencing it multiple times, are you actually editing the files in the /tf/custom directory, or the ones in the download folder by accident.

Also if you/anyone else reading didn't alreayd know, clientscheme changes only change on restart, regardless of commands in the console.

[quote=Dox246]when i do hud_reloadscheme, nothing moves, depite having done the proper changes and saving said changes. does anyone know why this happens and how to fix it?[/quote]

This may be a stupid question but I ask from a palce of experiencing it multiple times, are you actually editing the files in the /tf/custom directory, or the ones in the download folder by accident.

Also if you/anyone else reading didn't alreayd know, clientscheme changes only change on restart, regardless of commands in the console.
6459
#6459
0 Frags +

https://imgur.com/a/4oVT6ok

trying to shrink the health and ammo fonts from m0rehud black and arrek hud but this keeps happening
pls help i know nothing about huds :(

[img]https://imgur.com/a/4oVT6ok[/img]
trying to shrink the health and ammo fonts from m0rehud black and arrek hud but this keeps happening
pls help i know nothing about huds :(
6460
#6460
1 Frags +

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

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
6461
#6461
0 Frags +
ScoutmanDoes 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

Make sure your hud has an up-to-date version of hudanimations.txt, there may some animations relating to the matchmaking scoreboard missing.

[quote=Scoutman]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[/quote]

Make sure your hud has an up-to-date version of hudanimations.txt, there may some animations relating to the matchmaking scoreboard missing.
6462
#6462
1 Frags +
_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

[quote=_Kermit][quote=Scoutman][/quote]

Make sure your hud has an up-to-date version of hudanimations.txt, there may some animations relating to the matchmaking scoreboard missing.[/quote]
my hudanimations_manifest file look like this:
[code]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"
}[/code]

and hudanimations.txt is not present in the hud
6463
#6463
whitelist.tf
2 Frags +

the 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 hudanimations.txt is loaded from [i]/hl2/hl2_misc_dir.vpk > scripts[/i]

Just make sure you don't have a hudanimations[b]_tf[/b] in your hud's scripts folder if you are using the _manifest to load custom animations.
6464
#6464
0 Frags +

What is "mouseoveritempanel" ?

What is "mouseoveritempanel" ?
6465
#6465
0 Frags +

what is this and how do i move it down near my health

https://i.imgur.com/HwHRYLh.png

what is this and how do i move it down near my health [img]https://i.imgur.com/HwHRYLh.png[/img]
6466
#6466
2 Frags +
hooliwhat is this and how do i move it down near my health https://i.imgur.com/HwHRYLh.png

TeamStatus inside HudMatchStatus.res, make the ypos something like 300 or more to move it down a bunch.

[quote=hooli]what is this and how do i move it down near my health [img]https://i.imgur.com/HwHRYLh.png[/img][/quote]

TeamStatus inside HudMatchStatus.res, make the ypos something like 300 or more to move it down a bunch.
6467
#6467
0 Frags +
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?

[quote=Wiethoofd]the hudanimations.txt is loaded from [i]/hl2/hl2_misc_dir.vpk > scripts[/i]

Just make sure you don't have a hudanimations[b]_tf[/b] in your hud's scripts folder if you are using the _manifest to load custom animations.[/quote]
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?
6468
#6468
0 Frags +

recently i started using DeliHUD and I noticed how the outline of the numbers on the targetID is very distorted so it kind of annoys me as i main medic, what should i edit to change it?
https://i.imgur.com/R1GMaHA.jpg

recently i started using DeliHUD and I noticed how the outline of the numbers on the targetID is very distorted so it kind of annoys me as i main medic, what should i edit to change it?
https://i.imgur.com/R1GMaHA.jpg
6469
#6469
1 Frags +
shinsorecently i started using DeliHUD and I noticed how the outline of the numbers on the targetID is very distorted so it kind of annoys me as i main medic, what should i edit to change it?
https://i.imgur.com/R1GMaHA.jpg

You could get rid of the outline from Resource/UI/SpectatorGUIHealth.res > "PlayerStatusHealthValueTarget" > "font" and instead of an outlined font use one without it like "M0refont15"

Also do the same for "PlayerStatusHealthValueTargetShadow"

[quote=shinso]recently i started using DeliHUD and I noticed how the outline of the numbers on the targetID is very distorted so it kind of annoys me as i main medic, what should i edit to change it?
https://i.imgur.com/R1GMaHA.jpg[/quote]

You could get rid of the outline from Resource/UI/SpectatorGUIHealth.res > "PlayerStatusHealthValueTarget" > "font" and instead of an outlined font use one without it like "M0refont15"

Also do the same for "PlayerStatusHealthValueTargetShadow"
6470
#6470
0 Frags +

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
can someone explain to me what this is to suppose to do ?

[code]//remove dimmer
wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1[/code]
6471
#6471
2 Frags +
Scoutmancan 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

Its used to hide the dashboard dimmer, its the only known way that seems to work currently even tho it still fails sometimes

What it does is:
Opens the console > puts in the command to change the antialias (incrementvar mat_antialias -100 100 1) so that the mainmenu where the dashboard dimmer code is can be reloaded > reverts the changes to the antialias and closes the console.

The main pin of all of this is that the dashboard dimmer changes in order to take effect need to be loaded manually with a menu reaload and thats what this script is mainly for.

[quote=Scoutman]can someone explain to me what this is to suppose to do ?

[code]//remove dimmer
wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1[/code][/quote]


Its used to hide the dashboard dimmer, its the only known way that seems to work currently even tho it still fails sometimes

What it does is:
Opens the console > puts in the command to change the antialias [i](incrementvar mat_antialias -100 100 1)[/i] so that the mainmenu where the dashboard dimmer code is can be reloaded > reverts the changes to the antialias and closes the console.

The main pin of all of this is that the dashboard dimmer changes in order to take effect need to be loaded manually with a menu reaload and thats what this script is mainly for.
6472
#6472
0 Frags +

can someone eli5 how to move chat box after the update?

can someone eli5 how to move chat box after the update?
6473
#6473
3 Frags +

You can add this animation to your animations file (usualy its something like scripts > hudanimations_custom.txt) this makes it so that the positioning of the chat will stay the same as the one set inside BaseChat.res

event CompetitiveGame_LowerChatWindow
{
}
event CompetitiveGame_RestoreChatWindow
{
}
event HudTournament_MoveChatWindow
{
}

You can add this animation to your animations file (usualy its something like scripts > hudanimations_custom.txt) this makes it so that the positioning of the chat will stay the same as the one set inside BaseChat.res

event CompetitiveGame_LowerChatWindow
{
}
event CompetitiveGame_RestoreChatWindow
{
}
event HudTournament_MoveChatWindow
{
}
6474
#6474
0 Frags +
HypnotizeIts used to hide the dashboard dimmer, its the only known way that seems to work currently even tho it still fails sometimes

Are there any circumstances that it reliably fails? I could only get it to fail when I used too small of a wait, I thought 5 would be sufficient but maybe not

[quote=Hypnotize]Its used to hide the dashboard dimmer, its the only known way that seems to work currently even tho it still fails sometimes[/quote]
Are there any circumstances that it reliably fails? I could only get it to fail when I used too small of a wait, I thought 5 would be sufficient but maybe not
6475
#6475
0 Frags +

How do I change chat position to default lower left on hypnotize hud? Editing, or even deleting "basechat.res" doesnt change anything

How do I change chat position to default lower left on hypnotize hud? Editing, or even deleting "basechat.res" doesnt change anything
6476
#6476
0 Frags +
ZeRo5How do I change chat position to default lower left on hypnotize hud? Editing, or even deleting "basechat.res" doesnt change anything

Bro literally two posts above you is the explanation of how to fix this issue.

[quote=ZeRo5]How do I change chat position to default lower left on hypnotize hud? Editing, or even deleting "basechat.res" doesnt change anything[/quote]

Bro literally two posts above you is the explanation of how to fix this issue.
6477
#6477
0 Frags +
_KermitZeRo5How do I change chat position to default lower left on hypnotize hud? Editing, or even deleting "basechat.res" doesnt change anything
Bro literally two posts above you is the explanation of how to fix this issue.

Right, my bad, I was too lazy to read other comments, does this also fix the "smaller damage indicator" thing not applying?

[quote=_Kermit][quote=ZeRo5]How do I change chat position to default lower left on hypnotize hud? Editing, or even deleting "basechat.res" doesnt change anything[/quote]

Bro literally two posts above you is the explanation of how to fix this issue.[/quote]
Right, my bad, I was too lazy to read other comments, does this also fix the "smaller damage indicator" thing not applying?
6478
#6478
0 Frags +

How can I make pv hud font on 1280 x 720 look like the font on 1920 x 1080 so it doesnt take up so much space?

How can I make pv hud font on 1280 x 720 look like the font on 1920 x 1080 so it doesnt take up so much space?
6479
#6479
0 Frags +

https://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.

https://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.
6480
#6480
0 Frags +
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"

[quote=CaDDy]https://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.[/quote]
if you are using the latest version, go to resource/ui/ open hudplayerhealth.res
remove the // before #base "../../customizations/player_health/hudplayerhealth-cross.res"
1 ⋅⋅ 213 214 215 216 217 218 219 ⋅⋅ 232
Please sign in through STEAM to post a comment.