I swear to god there's so many hud I can't even choose one now
Account Details | |
---|---|
SteamID64 | 76561198002990168 |
SteamID3 | [U:1:42724440] |
SteamID32 | STEAM_0:0:21362220 |
Country | Belgium |
Signed Up | February 15, 2015 |
Last Posted | June 5, 2023 at 1:21 PM |
Posts | 30 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Most servers will auto-kick you with
Disconnect:
Your convar mat_dxlevel should be greater than or equal to 80.0 but was set to 70. Please correct this before rejoining.
There's no real points of using this beside for testing purposes
HypnotizeNew Stuff!
Added:
- BW Hud Hex Edit
- Garm3n 8MG
- Grape kn-m0re
- Metro Hud
- TF2Hud+ Old
The minmode for metro hud is broken atm, I will work on it later.
You can find screens and downloads HERE
MAKE HIM STOP
I swear you're doing an amazing work
Can you please add filters aswell as the search function ? That'd be really great
mind trying to update minihud ?
https://code.google.com/archive/p/minihud/
wtf this looks better than expected
why can't we have the mini hud in overwatch aswell
HypnotizeThis is happening because you only installed the resource and scripts folders right?
you need to copy the basefiles folder into your custom folder as well, is fundamental to make the hud work!!
Oh, my excuses then, I didn't knew I had to put in the custom folder aswell
Thanks !
I don't know why, but this is pretty much broken for me
http://image.noelshack.com/fichiers/2016/23/1465473108-20160609135001-1.jpg
http://image.noelshack.com/fichiers/2016/23/1465474703-20160609141653-1.jpg
(no control points either)
any help ?
The health and the control points are completely broken for me, any help ?
edit: nevermind, fixed it by pasting the HudPlayerStatus from the basefiles to the actual hud's one
Eevovealmost done now - http://imgur.com/a/dh1yY
Damn this is so neat
b4stianGODMODEhttp://image.noelshack.com/fichiers/2015/07/1424016854-help.pngIf you want that to happen, you just create 1 other transparent box with a red color and alpha 0 by default, and when you get overhealed you make the alpha of this box 255 and the alpha of the grey box 0.
I would like to animate the background color of theses when overhealed/less than 50% hp
"VerticalLine1" { "ControlName" "ImagePanel" "fieldName" "VerticalLine1" "xpos" "335" "ypos" "20" "zpos" "2" "wide" "88" "tall" "25" "tall_lodef" "206" "tall_hidef" "212" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "fillcolor" "10 10 10 153" "PaintBackgroundType" "0" }
Animate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2 Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.2 0.4
Doesn't seem to work, help ?
I'll try like you said ! Thanks !
_KermitGODMODEYou could also try changing from bgcolor as the variable to fgcolor, might work._KermitGODMODEhttp://image.noelshack.com/fichiers/2015/07/1424016854-help.png
I would like to animate the background color of theses when overhealed/less than 50% hp
Animate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2 Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.2 0.4
Doesn't seem to work, help ?
Well you've got the animation for the BG going to black starting before the first animation finishes, try putting the second part asAnimate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2 Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.3 0.4
The first number is the start time and the second is the duration, so you've got it set up as starting while the first animation is only halfway done.
Doens't work, I think it's not possible, due to the fact that there is no variable for fillcolor.
Thanks anyway
Nope, still not working.
_KermitGODMODEhttp://image.noelshack.com/fichiers/2015/07/1424016854-help.png
I would like to animate the background color of theses when overhealed/less than 50% hp
Animate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2 Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.2 0.4
Doesn't seem to work, help ?
Well you've got the animation for the BG going to black starting before the first animation finishes, try putting the second part asAnimate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2 Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.3 0.4
The first number is the start time and the second is the duration, so you've got it set up as starting while the first animation is only halfway done.
Doens't work, I think it's not possible, due to the fact that there is no variable for fillcolor.
Thanks anyway
http://image.noelshack.com/fichiers/2015/07/1424016854-help.png
I would like to animate the background color of theses when overhealed/less than 50% hp
"VerticalLine1"
{
"ControlName" "ImagePanel"
"fieldName" "VerticalLine1"
"xpos" "335"
"ypos" "20"
"zpos" "2"
"wide" "88"
"tall" "25"
"tall_lodef" "206"
"tall_hidef" "212"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"fillcolor" "10 10 10 153"
"PaintBackgroundType" "0"
}
Animate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2
Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.2 0.4
Doesn't seem to work, help ?