Upvote Upvoted 2 Downvote Downvoted
Question about SK HUD
1
#1
0 Frags +

How do I change SK HUD to look like this:

http://www.youtube.com/watch?v=RtGWZe3W14A

By default it comes looking very similar to this:

http://www.youtube.com/watch?v=QCCgQONvdSY

How do I change SK HUD to look like this:

http://www.youtube.com/watch?v=RtGWZe3W14A

By default it comes looking very similar to this:

http://www.youtube.com/watch?v=QCCgQONvdSY
2
#2
1 Frags +

turn on minimal mode in advanced options

turn on minimal mode in advanced options
3
#3
0 Frags +
Roololturn on minimal mode in advanced options

Worked. Thank you very much. One more thing, would you know how to enable damage color flash, like in the first vid?

[quote=Roolol]turn on minimal mode in advanced options[/quote]
Worked. Thank you very much. One more thing, would you know how to enable damage color flash, like in the first vid?
4
#4
0 Frags +

sorry I don't know how to do that

sorry I don't know how to do that
5
#5
0 Frags +

you have to do something in hudanimation.txt but i dont know what to do in there exactly

you have to do something in hudanimation.txt but i dont know what to do in there exactly
6
#6
1 Frags +

Oh hey that's my video :3

So to get the pulsing crosshair, go to HudAnimations_tf in your scripts folder. Ctrl+F "Animate" and you'll find a section with a bunch of crosshairs that are commented. Uncomment the crosshair of your choice and make sure the crosshair is also enabled in your hudlayout.

Hope this helps!

Oh hey that's my video :3

So to get the pulsing crosshair, go to HudAnimations_tf in your scripts folder. Ctrl+F "Animate" and you'll find a section with a bunch of crosshairs that are commented. Uncomment the crosshair of your choice and make sure the crosshair is also enabled in your hudlayout.

Hope this helps!
7
#7
0 Frags +
starry-Oh hey that's my video :3

So to get the pulsing crosshair, go to HudAnimations_tf in your scripts folder. Ctrl+F "Animate" and you'll find a section with a bunch of crosshairs that are commented. Uncomment the crosshair of your choice and make sure the crosshair is also enabled in your hudlayout.

Hope this helps!

I did this but nothing happened :(

Nice frags btw :3

[quote=starry-]Oh hey that's my video :3

So to get the pulsing crosshair, go to HudAnimations_tf in your scripts folder. Ctrl+F "Animate" and you'll find a section with a bunch of crosshairs that are commented. Uncomment the crosshair of your choice and make sure the crosshair is also enabled in your hudlayout.

Hope this helps![/quote]
I did this but nothing happened :(

Nice frags btw :3
8
#8
0 Frags +
Lightningstarry-Oh hey that's my video :3

So to get the pulsing crosshair, go to HudAnimations_tf in your scripts folder. Ctrl+F "Animate" and you'll find a section with a bunch of crosshairs that are commented. Uncomment the crosshair of your choice and make sure the crosshair is also enabled in your hudlayout.

Hope this helps!
I did this but nothing happened :(

Nice frags btw :3

I think I remembered that I actually had to edit it a bit myself. This is what's written in mine.

//==============================DAMAGE COLOUR CROSS==================================
Animate	xHairCrossDMGCLR FgColor "255 0 0 255" 		Linear 0.0 0.00001
Animate	xHairCrossDMGCLR FgColor "255 255 255 255" 	Linear 0.15 0.1
[quote=Lightning][quote=starry-]Oh hey that's my video :3

So to get the pulsing crosshair, go to HudAnimations_tf in your scripts folder. Ctrl+F "Animate" and you'll find a section with a bunch of crosshairs that are commented. Uncomment the crosshair of your choice and make sure the crosshair is also enabled in your hudlayout.

Hope this helps![/quote]
I did this but nothing happened :(

Nice frags btw :3[/quote]

I think I remembered that I actually had to edit it a bit myself. This is what's written in mine.

[code]//==============================DAMAGE COLOUR CROSS==================================
Animate xHairCrossDMGCLR FgColor "255 0 0 255" Linear 0.0 0.00001
Animate xHairCrossDMGCLR FgColor "255 255 255 255" Linear 0.15 0.1
[/code]
9
#9
1 Frags +

Is this HUD still being actively updated? It looks nice.

Is this HUD still being actively updated? It looks nice.
10
#10
0 Frags +

It is still not working :(

Here is my xhair scripts.

"xHairDotDMGCLR"
{
"xpos" "c-12"
"ypos" "c-14"
"wide" "26"
"tall" "24"
"fgcolor" "255 255 255 255"
"controlName" "ceXLabel"
"fieldName" "xHairDotDMGCLR"
"visible" "1"
"visible_minmode" "1"
"enabled" "1"
"zpos" "1"
"font" "xHairDot"
"labelText" "."
"textAlignment" "center"

And the animations one.

//==============================DAMAGE COLOUR DOT==================================
Animate xHairCrossDMGCLR FgColor "255 0 0 255" Linear 0.0 0.00001
Animate xHairCrossDMGCLR FgColor "255 255 255 255" Linear 0.15 0.1
It is still not working :(

Here is my xhair scripts.

[quote]"xHairDotDMGCLR"
{
"xpos" "c-12"
"ypos" "c-14"
"wide" "26"
"tall" "24"
"fgcolor" "255 255 255 255"
"controlName" "ceXLabel"
"fieldName" "xHairDotDMGCLR"
"visible" "1"
"visible_minmode" "1"
"enabled" "1"
"zpos" "1"
"font" "xHairDot"
"labelText" "."
"textAlignment" "center"[/quote]

And the animations one.

[quote]//==============================DAMAGE COLOUR DOT==================================
Animate xHairCrossDMGCLR FgColor "255 0 0 255" Linear 0.0 0.00001
Animate xHairCrossDMGCLR FgColor "255 255 255 255" Linear 0.15 0.1
[/quote]
11
#11
0 Frags +
PlatypusIs this HUD still being actively updated? It looks nice.

Yes I believe it is still being updated by Skappa.

[quote=Platypus]Is this HUD still being actively updated? It looks nice.[/quote]
Yes I believe it is still being updated by Skappa.
12
#12
0 Frags +

7.2 is the latest version. I use another hud, so vpk update will not.

7.2 is the latest version. I use another hud, so vpk update will not.
Please sign in through STEAM to post a comment.