lavanineSniper zoom fix is this
zoom_sensitivity_ratio "0.7"
Are you sure it's not closer to 0.82?
Account Details | |
---|---|
SteamID64 | 76561197990121837 |
SteamID3 | [U:1:29856109] |
SteamID32 | STEAM_0:1:14928054 |
Country | Netherlands |
Signed Up | June 22, 2013 |
Last Posted | September 29, 2025 at 11:31 PM |
Posts | 974 (0.2 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 4 |
Windows Sensitivity | 5 |
Raw Input | 1 |
DPI |
3200 |
Resolution |
2560*1080 |
Refresh Rate |
60 |
Hardware Peripherals | |
---|---|
Mouse | Roccat Kone XTD |
Keyboard | Ducky Shine 2 (Yellow) + Brown Cherry Switches |
Mousepad | Roccat Taito |
Headphones | Roccat Kave |
Monitor | Dell U2711 |
lavanineSniper zoom fix is this
zoom_sensitivity_ratio "0.7"
Are you sure it's not closer to 0.82?
The default font for the overhead playernames is SpecatorVerySmall
Instead you could change/add the following to 'HudSpectatorExtras' in your hudlayout.res:
HudSpectatorExtras
{
"player_name_font" "Default"
}
Also the right place for this question would have been here.
yttriumWhitelist.tf, for some reason, always enables weapon skins and action items. I've disabled those manually, along with some reskins (pans).
you can manually disable all reskins, but weapon skins and certain action items are enabled by default because they don't affect the game unless certain convars are set or map types are loaded.
yttriumThe following non-stock weapons are currently unbanned:Show Content
- Kritzkrieg
- Original
- Gunboats
- Ubersaw
- Sandvich
- Flare Gun
- Cloak and Dagger
- L'Etranger
So this is the whitelist (takes care of every stock reskin (botkiller/festive/skins)
How are you enforcing this whitelist? TFTrue?
astrin_file that contains all the medic stuff?
HudMedicCharge?
Wouldn't be too hard to figure out by looking at this list and guessing what names of files might represent ingame.
Make sure the following is set:
engine_no_focus_sleep 0
For sound while tabbed out snd_mute_losefocus 0
Launch options? Quality configs? Renamed custom and tried launching with -default?
murjeIs it possible to hide all stats from the scoreboard? I'd only like to see who is alive and dead and no other information.
LocalPlayerStatsPanel { "tall" "0" }
It would be nice if the sound field was optional and the description box a textfield.
This looks cool! I'll set this up and give it a try.
Does scrap.tf take a cut or it just acts as the trading service, or will there be additional features if you donate?
Impossible afaik, someone got lucky with the %ammo% to have it static in the hud, can't be the batched combattext value.
hoXyyTo have the HUD work on Linux systems you NEED to make all files have lowercase letters ALONG with the folder name, otherwise the game won't even load the hud. And what I'm seeing from GitHub, you do have uppercase letter in the files. That's also the reason why Valve themselves made default HUD's files lowercase for the Linux release of the game.
Thanks for mentioning this! I will have a look at making a bash script that makes all the filenames lowercase, because having them camelcase makes it so much easier to find files when editing them!
wtzHow would I remove the circle bit that points to where the intel is. Also, how would I shorten/remove the ctf bars?
read my post on how to figure out what is what in hud elements for future reference
CTF related files are: HudObjectiveFlagPanel, FlagCalloutPanel & FlagStatus.res
Sevin- separated 7hud animations from hudanimations_tf so it can't go out of date (thanks wiethoofd)
Glad I can help keep huds easier to update :D