Hypnotize
Account Details
SteamID64 76561198058754493
SteamID3 [U:1:98488765]
SteamID32 STEAM_0:1:49244382
Country Italy
Signed Up January 11, 2014
Last Posted April 19, 2024 at 3:28 PM
Posts 591 (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  
1 ⋅⋅ 10 11 12 13 14 15 16 ⋅⋅ 40
#4937 HUD editing: short questions, quick answers in Customization
bLaIn the main menu, how do I edit the "Find a game" button and the "Queued for casual" panel?
Thanks in advance

Both the Find a game button and Queue for casual panel are inside the MatchmakingDashboard file

bLa Additionally, what elements control the dialogues that pop up when you click the "disconnect/quit" button, as well as the XP bar at the end of a casual game?

i think its ConfirmDialog.res and the xp bar is PvPRankPanel (the if_mini stuff)

check this if you don't need how to get the confirm file:

omniYou need to put these 2 files into resource/ui/econ. They're not in the standard tf folders, they're actually in the hl2 folders.

confirmdialog.res
messageboxdialog.res

I think the one you're specifically after is confirmdialog.res, but having messageboxdialog.res is just as useful because they're basically the same.
posted about 6 years ago
#9 Eleague Boston Major in CS2 General Discussion

Virtus pro on majors

https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/1x

I kinda want to see c9 get the legendary status at least. Also is SK still playing with felps stand in?

posted about 6 years ago
#1043 I've updated some huds in Customization
KraytSkinned weapon icons in medHUD are broken
https://i.imgur.com/gv4LVDA.jpg

It should be fixed, I don't have a skin rn so I hope it is actually fixed.

sagein yayahud teammate nametags dont show up properly in 4:3, i guess its only for widescreen
https://imgur.com/a/jzHQZ

I checked I can't do much about it, even if I fix it then the whole target id would look garbage, using tf_hud_target_id_disable_floating_health "1" is probably the best option.

Mitarsueven though its just replacing some things from the normal hud but eh whateva

I wish but its not.

posted about 6 years ago
#201 m0re hud in Customization
faultyfiveIs there a way to make the server timelimit show up on the HUD? I've added tf_hud_showservertimelimit 1 to my autoexec but it still does not work

You are not the only one to report this but I've tried and seems to work for me so I guess its a random bug? I have no idea really

PapaSoulzuneHow do I change the font for to the old one

What do you mean old? I think its been surface medium since 2009 and still is

posted about 6 years ago
#1035 I've updated some huds in Customization

New stuff

Well I ended up having no net for more than a week so I updated some more.

UPDATED MY GUIDE:

- Jungle Inferno ONLY Guide
- Full Hud Update Guide (idk 2011(?)-2018)

I made some small corrections and added a bunch of stuff!

is now on GitHub as well

DOWNLOAD HERE

ADDED HUDS:

- bx-m0rehud
- Flat Hud
- kA_Hud
- MedHUD
- OMP Hud Redux
- QTC Hud
- Yahud Black
- yayahud

I might remove some of these if the developers update them.

- Updated my m0re hud

- Fixed the minmode problems for evans & metro huds

if any other hud has the same problem let me know please!

DOWNLOADS
SCREENSHOT ALBUMS

posted about 6 years ago
#4927 HUD editing: short questions, quick answers in Customization
hoXyyhttps://puu.sh/yTBgg/cd8594d6fd.png

Any idea on how to get rid of that image behind the store?

Add StoreHome_Premium.res and then set the "MannCoImage" to wide 0

posted about 6 years ago
#5538 Show your HUD modifications! in Customization
Krempaskyi know this thread is about posting your hud modifications,
but does anyone know where this hud is and if its still up to date?

https://www.youtube.com/watch?v=aDrbyiW4tg0

I'm pretty sure I have that exact same hud saved somewhere in my dropbox, I'll update it if I ever find it and if my internet wants to collaborate :/

posted about 6 years ago
#4900 HUD editing: short questions, quick answers in Customization
AlannyI have this problem where whenever I take damage, a small duplicate number of my health appears. Sorry if this has been asked before, does anyone know how to fix this?
http://steamcommunity.com/sharedfiles/filedetails/?id=1239007364
it only happens when i take damage

That number tells you what your max (non buffed) health can be, if you want to remove it do:
resource/ui/HudPlayerHealth.res > PlayerStatusMaxHealthValue > wide 0

posted about 6 years ago
#4882 HUD editing: short questions, quick answers in Customization
Kraytthanks, but how would I add such a button? never used a hud that had one
Show Content
"ReloadScheme"
{
"ControlName" "CExButton"
"fieldName" "TReloadScheme"
"xpos" "10"
"ypos" "10"
"zpos" "250"
"wide" "20"
"tall" "20"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "RS"
"font" "Default"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "reloadscheme"
}

Add this at the start of the file, works with the backpack, stats panel, loadout, crafting etc as long as you have vgui_cache_res_files set to 0.
Is really useful and and saves you a lot of time!

Doesn't work with the main menu, but you can still refresh it by using toggle mat_antialias in console.

posted about 6 years ago
#4880 HUD editing: short questions, quick answers in Customization
KraytHow, and where, do I modify the stats screen, prefer having it match with the rest of the background
https://i.imgur.com/0rqjuNd.jpg

StatSummary_Embedded is the normal stat page (the one in your screen) and StatSummary is the file that controls the loading map one

You can change the bg to be something like this

Show Content
"Background"
{
"ControlName" "ImagePanel"
"fieldName" "Background"
"xpos" "0"
"ypos" "0"
"zpos" "90"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 60"
}

Also I recomend adding a reloadscheme button to that page so you don't have to restart the game every time.

https://static-cdn.jtvnw.net/emoticons/v1/64138/2.0

posted about 6 years ago
#4874 HUD editing: short questions, quick answers in Customization
SentinelHow do I shrink the tournament mode bar? I want it to only be around the ready/not ready text and not the entire width of the screen. Idc about moving the team names.

https://i.imgur.com/FFqo5NZ.jpg?1

HudTournament.res and set wide to 0 for:

- TournamentWhiteBar
- HudTournamentBLUEBG
- HudTournamentREDBG

Team names are TournamentBLUELabel and TournamentREDLabel if you ever want to move them

posted about 6 years ago
#4871 HUD editing: short questions, quick answers in Customization
driftahttps://steamuserimages-a.akamaihd.net/ugc/903400215519447581/F508AE4FB108739ACCB23722542A94FF3D2B0F24/

where is the hud element for the ctf notifications? (e.g. "The ENEMY INTELLIGENCE was dropped!")

resource/ui/notifications/Base_Notification.res

Kraytsachikosnip
removing menu characters is done on the mainmenuoverride.res, just search for "TFCharacter" and change all values to 0

also, those materials/console folders should be stuck in with your hud, and the .txt needs to be in your hud's scripts folder

Actually doesn't matter if you split the materials like you can have the background in a folder called background with the materials and scripts folder inside it and then a separate folder for the actual hud.

So that shouldn't be a problem as long as you don't have other files interfering with the bg ones.

btw you can get a solid backgroud from the mainmenuoverride as well with a code like this:

Show Content
"BackgroundCustom"
{
"ControlName" "ImagePanel"
"fieldName" "BackgroundCustom"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "f0"
"tall" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "Background" //change this to whatever color you want to use
}
posted about 6 years ago
#3 m0rehud's hp and damage numbers in Customization

Well if you mean the font being different just go to:

- C:\Windows\Fonts
- Delete Surface Medium
- Re-install the hud fonts

Done! yeee

posted about 6 years ago
#197 m0re hud in Customization
PuoskariHypnotizePuoskarifont and menu problem....
Try to download the version i just uploaded here and install the fonts again as well (right click on the fonts files and select install!). I think it was a error on my part :\

The Menu problem is unfixable, is like that in every hud and only valve can fix it but I don't think they are going to sadly.
Ye no worries appreciate it, I doubt it's on your part this literally happened overnight, they had been just fine for over a month or something. I installed that version, the font files are Blocks, COOLVETI, Icons and Surface_Medium located in resource right? I did reinstall them but it didn't fix it, weird shit. I'm not sure if I'm just being dumb rn,
edit: I tried verifying the game cache as well, I think it's just valve fucking with me, just like my internet only dying in tf2 fairly frequently around scrim times

Yeah the fonts are the right ones, try this one more thing if it doesn't work then i have no idea sorry.
Go to C:\Windows\Fonts and delete every surface font you can find especially surface numbers if you have it! once you did that try re-installing the fonts.

posted about 6 years ago
#195 m0re hud in Customization
Puoskarifont and menu problem....

Try to download the version i just uploaded here and install the fonts again as well (right click on the fonts files and select install!). I think it was a error on my part :\

The Menu problem is unfixable, is like that in every hud and only valve can fix it but I don't think they are going to sadly.

posted about 6 years ago
1 ⋅⋅ 10 11 12 13 14 15 16 ⋅⋅ 40