Hypnotize
Account Details
SteamID64 76561198058754493
SteamID3 [U:1:98488765]
SteamID32 STEAM_0:1:49244382
Country Italy
Signed Up January 11, 2014
Last Posted March 7, 2024 at 5:12 PM
Posts 590 (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 Zowie S1
Keyboard Fnatic Rush G1 (Cherry Red)
Mousepad SteelSeries QCK
Headphones  
Monitor  
1 2 3 4 5 ⋅⋅ 40
#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 2 years 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 2 years 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 2 years 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 2 years 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 2 years 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 2 years ago
#7 HExHUD in Customization

As if he actually posts that LOL, respect.

posted about 2 years ago
#1 HExHUD in Customization

https://i.imgur.com/4U68WtV.png

TF2 HUD with a couple of hexagons here and there.
It's only compatible with 16:9 aspect ratios for now, I could add support for other rations later on even tho is unlikely!

GITHUB
SCREENSHOTS
HUD WIKI

Download From:
HUDS.TF
GameBanana
Direct DOWNLOAD

posted about 2 years ago
#4 Hud Crosshair Issue in Customization

You can actually move the HUD crosshair to HudPlayerClass.res or HudPlayerHealth.res for example and the crosshair will not be visible when you are dead, spectating, the scoreboard is open etc... making it somewhat behave like a default TF2 crosshair.

posted about 2 years ago
#5874 Show your HUD modifications! in Customization

Old scrapped menu idea

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

https://i.imgur.com/76PAjz7.png

posted about 2 years ago
#58 Sunset Hud in Customization
kittyWith "tf_hud_target_id_disable_floating_health 0" the health bonus/dying cross on the target's health cuts off at the top. This can be fixed by opening healthiconpanel.res and adding the attribute "HealthBonusPosAdj" into "SpectatorGUIHealth" found in that file, like so:
Show Content
"SpectatorGUIHealth"
{
"ControlName" "EditablePanel"
"fieldName" "SpectatorGUIHealth"
"xpos" "0"
"ypos" "0"
"wide" "128"
"tall" "128"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "11"
"TFFont" "HudFontSmall"
"TextColor" "HudOffWhite"
"autoResize" "1"
}

Not sure if this problem was just for me but in case anyone else has it too here you go.

I added this now thank you, I never use the floating health so I didn't even know about that cut off.

posted about 2 years ago
#6652 HUD editing: short questions, quick answers in Customization
NUTSHey, edited the match hud of ql hud a bit, sometimes the respawn timers show up, sometimes they don't show up. anyone know how to fix the respawn timers?

"respawntime"
{
"ControlName" "CExLabel"
"fieldName" "respawntime"
"font" "Garm3nFontSmallest"
"xpos" "cs-0.5"
"ypos" "0"
"zpos" "10"
"wide" "f0"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"labelText" "%respawntime%"
"textAlignment" "center"
"proportionaltoparent" "1"
"fgcolor_override" "255 255 0 255"
}
Hud Download:
https://cdn.discordapp.com/attachments/782715832761057340/809554152652144681/Garm3n-QL-master_match_hud.zip

Add this animation to your HudAnimations_QL.txt

posted about 3 years ago
#6620 HUD editing: short questions, quick answers in Customization
ScarthPosting this for a friend that is paranoid about people knowing his identity.
He's having trouble getting the scoreboard to show all 12 players (he only plays casual, no competitive) with the m0rehud download from huds.tf. I suggested he replaces the scoreboard.res file with one from a HUD he liked the scoreboard from, so he used one from an old version of rayshud he was using - not sure what version. It works, however the player stats don't display. I'm not sure how to fix this myself or what could be causing it unless it's a font issue or something. Sorry if this has already been answered but I don't know how to search a thread.

https://imgur.com/a/ZTwwEV3

The stats are missing because you are missinge the font for it so you might want to import it from the rayshud clientscheme to the m0rehud clientscheme.
But to be fair you can just turn off the minmode and the m0rehud scoreboard will fit 12+ players on each team.

posted about 3 years ago
#5836 Show your HUD modifications! in Customization

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

posted about 3 years ago
#3 PSA: Old m0re hud replace footsteps with metal in Customization

It was shipped with m0rehud by mistake and reverted as soon as someone told me but since this summer I wasn't online very often it stayed unfixed for a bit too long. I was testing out this old version of surfaceproperties.txt in question, to get some more knowledge on the file, as I was also working on a new version of m0rehud and while adding the hud changes to github the file slipped through unchecked.

I wasn't aware it would break the etf2l rules and I apologize if anyone got in trouble for this, it wasn't intentional in any way!

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