neeko_How do I lower the number of stickies placed on m0res hud? im trying to get the number right above the meter but the number is alot higher
Is HudDemomanPipes change the X and Y value of NumPipesLabel and NumPipesLabelDropshadow
Account Details | |
---|---|
SteamID64 | 76561198058754493 |
SteamID3 | [U:1:98488765] |
SteamID32 | STEAM_0:1:49244382 |
Country | Italy |
Signed Up | January 11, 2014 |
Last Posted | April 18, 2025 at 1:34 PM |
Posts | 594 (0.1 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 1.3 (20cm/360) |
Windows Sensitivity | 6 |
Raw Input | 1 |
DPI |
1600 |
Resolution |
1920x1080 |
Refresh Rate |
60hz |
Hardware Peripherals | |
---|---|
Mouse | Zowie S1 |
Keyboard | Fnatic Rush G1 (Cherry Red) |
Mousepad | SteelSeries QCK |
Headphones | |
Monitor |
neeko_How do I lower the number of stickies placed on m0res hud? im trying to get the number right above the meter but the number is alot higher
Is HudDemomanPipes change the X and Y value of NumPipesLabel and NumPipesLabelDropshadow
CoolMaxSUpremeHow to change size of health and ammo?
HudAmmoWeapons and HudPlayerHealth and also HudMedicCharge change the fonts with a bigger one.
Just check the actual font in the clientscheme, copy and past it changing the name and the tall value, and then replace the new font name in the health and ammo files
_KermitFozzlmI'm having no luck at all in trying to remove this box under the round-timer; if anyone could tell me how to get rid of it, it would be greatly appreciated.
I'm not 100% on the name of it but I'm sure that visible 0 does nothing to it, you've just gotta put it's xpos or ypos at 9999 or w/e to "remove" it.
It should be under HudObjectiveTimePanel - TimePanelBG
DrJeremy1) Does anyone know the .res file that controls the taunt menu? I wanna make it look flat or shorter.
2) Is it possible to display the current weapon / slot in place of playermodel? Ex. showing "Grenade Launcher" instead of a 2D or 3D playermodel. I know people use crosshair switcher-esque scripts to show or hide viewmodels, but that's not what I'm looking for.
Thanks in advance.
the taunt menu .res file is HudMenuTauntSelection
TwitchHypnotizeput it in your custom hud folder (hud folder name/materials/console)
rename the backgrounds background_upward and background_upward_widescreen
you don't need to edit the mainmenuoverride file if i'm not wrong, at least this work for me
what wound up working for me was putting the vtfs in a tf\custom\my_custom_stuff\materials\console directory, and renaming them like you said.
The only issue I'm having now is that when I very first launch the game, the custom image looks perfect, but then after all the menu options and stuff load it becomes rather pixelated, any idea what would cause this? do I have to set some special settings when I convert it in vtfedit?
Is related to the "mat_picmip" command i think so if you have set it to 2 the image will be pixelated.
in the vtfedit after that you select the image, you have to uncheck the "generate mipmaps" box
And if you want the same image even when the background changes just create a text file called "chapterbackgrounds" with this inside:
"chapters"
{
1 "background_upward"
2 "background_upward"
3 "background_upward"
4 "background_upward"
}
"BackgroundMaps"
{
1 "background_upward"
2 "background_upward"
3 "background_upward"
4 "background_upward"
}
and put it in your hud scipt folder. I don't know if the CMYK hud already have it
put it in your custom hud folder (hud folder name/materials/console)
rename the backgrounds background_upward and background_upward_widescreen
you don't need to edit the mainmenuoverride file if i'm not wrong, at least this work for me
TakkuHey, is it about that this is unupdated, or how could I fix that when I put the cross on teammate, it sometimes shows health, sometimes something "%%" and when it shows the health, the third number isn't seen entirely and it's missing like fourth of it. Great hud anyways.
The health shown as "%" is a tf2 bug i think, is the same with every hud updated or not, and you can fix the third number adding the "HealthIconPanel" file and changing the wide value under "HealthIcon"
or just use tf_hud_target_id_disable_floating_health 1
if you are playing on fullscreen try the windowed mode