Upvote Upvoted 4 Downvote Downvoted
Insert picture into HUD
posted in Customization
1
#1
0 Frags +

I was modifying my rayshud (which is sort of modified already), and I wanted to add this picture near the killstreak counter:

http://i.imgur.com/ZcMXi5k.png

I want it about here:

http://i.imgur.com/95islEH.jpg

All i've been able to do was sort of broken in every way (no alpha channel, streched and distorted etc.)
I know you need to put it in effectitemkillstreaksomething.res
I made it a vmt AND vtf file
I went over the settings on vtfedit

How can I insert this into my hud?

I was modifying my rayshud (which is sort of modified already), and I wanted to add this picture near the killstreak counter:
[img]http://i.imgur.com/ZcMXi5k.png[/img]

I want it about here:
[img]http://i.imgur.com/95islEH.jpg
[/img]
All i've been able to do was sort of broken in every way (no alpha channel, streched and distorted etc.)
I know you need to put it in effectitemkillstreaksomething.res
I made it a vmt AND vtf file
I went over the settings on vtfedit

How can I insert this into my hud?
2
#2
4 Frags +

There's no need to create any vtf/vmt files as the killstreak icon is already in the default HUD. All you need to edit is "KillStreakIcon" in "HudItemEffectMeter_KillStreak"

This is what it looks like in flame's HUD:

	"KillStreakIcon"
	{
		"ControlName"	"ImagePanel"
		"fieldName"		"KillStreakIcon"
		"xpos"			"89"
		"ypos"			"14"
		"zpos"			"14"
		"wide"			"17"
		"tall"			"17"
		"visible"		"1"
		"enabled"		"1"
		"image"			"../hud/leaderboard_streak"
		"scaleImage"	"1"
	}
There's no need to create any vtf/vmt files as the killstreak icon is already in the default HUD. All you need to edit is "KillStreakIcon" in "HudItemEffectMeter_KillStreak"

This is what it looks like in flame's HUD:
[code] "KillStreakIcon"
{
"ControlName" "ImagePanel"
"fieldName" "KillStreakIcon"
"xpos" "89"
"ypos" "14"
"zpos" "14"
"wide" "17"
"tall" "17"
"visible" "1"
"enabled" "1"
"image" "../hud/leaderboard_streak"
"scaleImage" "1"
}[/code]
3
#3
1 Frags +

oh.. thanks!

oh.. thanks!
4
#4
2 Frags +

I managed to do this:

http://i.imgur.com/0aLBm2c.png

I managed to do this:

[img]http://i.imgur.com/0aLBm2c.png[/img]
Please sign in through STEAM to post a comment.