Hypnotize
Account Details
SteamID64 76561198058754493
SteamID3 [U:1:98488765]
SteamID32 STEAM_0:1:49244382
Country Italy
Signed Up January 11, 2014
Last Posted March 14, 2023 at 6:58 AM
Posts 583 (0.2 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 G403
Keyboard Fnatic Rush G1 (Cherry Red)
Mousepad SteelSeries QCK
Headphones  
Monitor  
1 2 3 4 ⋅⋅ 39
#1299 Wut hud/crosshair/cfg thread in Customization
b0ubleniicgougdoes anyone have old ahud? pre 11-11-2020.Tell me if it's this one.
https://www.mediafire.com/file/fg3jknjeu9hk4q5/ahud+pre+2020.zip/file
Does somebody still have old ahud? The link doesn't work

You can get older versions from github by browsing the commits, you can simply click on the <> button on the commit you want to download and then code > download zip.
This one is probably the one you are looking for.

posted 1 week ago
#7 Small damage indicators with default HUD in Customization

Make sure you include an info.vdf file, without it the HUD won't be loaded by the game at all. Follow this.

posted 2 months ago
#1210 Wut hud/crosshair/cfg thread in Customization
flashhhdoes anyone have the first version of hypnotize hudd?

I have a branch on github here dedicated to the pre-redesign version, if you want an even older version you can simply browse the commits and go back to the start, you can then press the <> button to and download any of the versions.

stackore39hello what hud is this ? https://www.youtube.com/watch?v=2Np9qK8MjPo&t=9s&ab_channel=N%C3%A9o6K

Sayo 3 in the megalist

posted 5 months ago
#12 speedometer in any hud in Customization

I assume the main problem comes from pasting the element inside HudPlayerHealth.res, in many HUDs that panel is not set to cover the whole screen so the speedometer could very easily endup off screen, I would suggest pasting it inside HudPlayerClass.res instead as it is basically the same thing but in 99% of the HUDs it covers the whole screen.

posted 9 months ago
#3 Teammate respawn timer location inconsistent in Customization

You can also disable that animation entirely so you don't have to worry about it ever again, if you ever want to change the positioning in the future for example, all you have to do is leave the brackets empty for both event lines, something like that works

posted about a year ago
#20 current/favourite huds in Customization

No disrespect but... building a menu can take months, scrolling through half a page takes what? Two seconds?

posted about a year ago
#6820 HUD editing: short questions, quick answers in Customization
casual_m8where is "huddamage_medium_shadow.res"? cant seem to find it in the hud files anywhere

If you don't have it then you might be using an older version, you want to do the same but inside resource/ui/HudDamageAccount.res instead

posted about a year ago
#6818 HUD editing: short questions, quick answers in Customization
zherncasual_m8Is there any way to remove the + and - signs in combat text like in the HUD optivex uses?

example in this reddit post here

https://www.reddit.com/r/tf2/comments/salmfq/how_do_i_remove_the_or_signs_in_combat_text_like/?utm_source=share&utm_medium=web2x&context=3

current hud i use (hypnotize hud 1.0) : https://drive.google.com/drive/folders/1Pph0jJ6P1Gcrs8beKVq4rfgV4VrUtiNS?usp=sharing
im pretty sure this is based on the font that controls the damage nums; you'd have to edit the font itself to get rid of the minus/plus
if you're using some sort of m0rehud there are customizations that let you remove it (or you could just use the hud merger)

There is already a minusless version of Rubik in my HUD that you can use, you would have to make a new font definition for it iniside resource/scheme/fonts.res like:

"DamageFont"
{
"1"
{
"name" "Rubik Numbers"
"tall" "22"
"antialias" "1"
"dropshadow" "1"
}
}

And then inside huddamage_medium_shadow.res (assuming you are not using any customization for it) edit the font used for "delta_item_font" and "delta_item_font_big" to be "DamageFont"

posted about a year ago
#6795 HUD editing: short questions, quick answers in Customization
mello_My spy disguise image in the disguise animation is literally a white block. Any clues on how to fix this? https://imgur.com/4Eqw8dgmorIn the hud default when you change your disguise this silhouette appears right?
https://i.imgur.com/TpEB1hn.jpeg

But when I use my hud this silhouette becomes a very annoying white square...
https://i.imgur.com/iANnu6T.jpeg

Is there a way to fix it?

Same answer for both, this happens when resource/ui/hudplayerclass.res > "PlayerStatusSpyOutlineImage" doesn't have an image path, you can bring that element back to it's original values to fix it, you can grab them HERE

posted about a year ago
#4 how old is tense1983 in CSGO General Discussion

I would be more interested in knowing how old his desk and keyboard are, they see tons of action.

posted about a year ago
#6785 HUD editing: short questions, quick answers in Customization
ninahttps://gyazo.com/ea4d88993454bd804da322688794fd77

how can i invert red team in the spectator hud?

You can take any HUD that does it like flamehud and learn how to do it by counter engineering it, shouldn't be too hard.
Thats what it actually should look like plus a short explanation (did it in literally 2 minutes so it kinda sucks lol)

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

posted about a year ago
#4 worst/cursed huds in TF2 General Discussion
LukAEhttps://huds.tf/site/s-ShrekHUD--2618?page=3

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

posted about a year ago
#1285 I've updated some huds in Customization
sagem0rehud doesn't let you see the uber meter of the medic who heals you properly, idk if it has to do with having the game in spanish

Spanish makes the medigun names quite longer so it does increase the chances of the name wrapping around. I would suggest downloading the last m0rehud version which now makes it so no matter how long the medigun name is it will still display at least the percentage correctly.

posted about a year ago
#6744 HUD editing: short questions, quick answers in Customization
SorexTFHello!
I'm looking to change / remove the small bg panel in my hud (hudmatchstatus.res) and no matter what I do, it's just doesn't change or remove.

Do I need to change something in another files?

Thank you and have a great day.
(Sorry for my bad english tho.)

I assume you mean the background behind the players (?) if so that's HudMatchStatus.res > "BGFrame" you can just "xpos" "9999" it, if you meant the bg behind the timer alone than you can do the same with "RoundCounter"

MofuIs there any template to modify quickly certain words ?
Ie. A file where I can just modify domination, revenge, words such as "team" and "dead", "healer", "healing" etc...
And then drop into any HUD

You can do that with TF_English.txt but what I would suggest to do is to finding the line you are looking for inside TF_English and then add it to Chat_English as this file gets updated way less making it safer keeping it in your HUD's resource folder, basically you will never have to worry about future updates this way.

You can find TF_English inside tf\resource and Chat_English inside hl2\resource.

posted about a year ago
#7 HExHUD in Customization

As if he actually posts that LOL, respect.

posted about a year ago
1 2 3 4 ⋅⋅ 39