Magma
Account Details
SteamID64 76561198068487764
SteamID3 [U:1:108222036]
SteamID32 STEAM_0:0:54111018
Country United States
Signed Up April 3, 2014
Last Posted July 5, 2015 at 1:07 AM
Posts 72 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 2 3 4 5
#1759 Show your HUD modifications! in Customization

By the way pwny_, I didn't know you can remove that border around the user avatars on the duel stat page when the map is loading. So when I saw that, I added my own white border around it. I think it looks nice so thanks for the idea

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

posted about 9 years ago
#1757 Show your HUD modifications! in Customization
pwny_Magmapwny_Is anybody able to help me make my tournament spectator panels translucent? It's been stumping the hell out of me and I can't figure out why I can't do so. Anybody is welcome to go through my hud files. I will shower admiration and gratitude upon anyone who can figure this out.
You want all of it translucent? The white, red, and dark gray part?

Ideally, yes. But at least the team coloured parts would be enough.

So far the only thing I can think to do is add an alpha value under playerpanels_kv like this:

"playerpanels_kv"
		{
			"visible"		"0"
			"wide"			"150"		//141
			"tall"			"14"
			"zpos"			"-1"

			"paintborder"	"1"
			"alpha"			"100"
			"color_ready"	"0 255 0 220"
			"color_notready"	"0 0 0 220"

http://i.imgur.com/8PJMVJo.png

posted about 9 years ago
#1754 Show your HUD modifications! in Customization
pwny_Is anybody able to help me make my tournament spectator panels translucent? It's been stumping the hell out of me and I can't figure out why I can't do so. Anybody is welcome to go through my hud files. I will shower admiration and gratitude upon anyone who can figure this out.

You want all of it translucent? The white, red, and dark gray part?

posted about 9 years ago
#1742 Show your HUD modifications! in Customization
MoistMelonsMagmaMoistMelonsI have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change. Any ideas? Its random, so when i launch tf2, it could happen, or it could not.
The only time I've seen that happen is when the font is named improperly in the clientscheme.res where it is installed, located at the very bottom of the file. Where do you download that hud anyways?
Yeah but shouldn't that make the hud fonts always not work? My problem happens on occasion.

If you could get me a link to the hud I'll see if I find anything. TrukTruk doesn't have the hud in his Twitch profile description and I can't use his chat for the !hud command.

posted about 9 years ago
#1739 Show your HUD modifications! in Customization

I downloaded goat_hud a few months ago and since I've had the hud I've made my own edits as well as added hud elements from other huds that I liked and felt matched the hud style and theme. Thought I'd post it here in case anyone else wanted to use it.

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

Screenshots
Github

posted about 9 years ago
#1736 Show your HUD modifications! in Customization
MoistMelonsI have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change. Any ideas? Its random, so when i launch tf2, it could happen, or it could not.

The only time I've seen that happen is when the font is named improperly in the clientscheme.res where it is installed, located at the very bottom of the file. Where do you download that hud anyways?

posted about 9 years ago
#238 Goat_HUD in Customization

Would it be alright to post an edited version of goat_hud on this thread? It's a great hud but I thought some people might like the changes.

posted about 9 years ago
#1717 Show your HUD modifications! in Customization
MoistMelonshow do I fix the weapon information not showing up like this?

Change the zpos of the background image panel for when you mouse over to -1 in classloadoutpanel.res. So it would look like this:

"mouseoveritempanel"
	{
	        "ControlName"	        "CItemModelPanel"
		"fieldName"		"mouseoveritempanel"
		"xpos"			"c-70"
		"ypos"			"270"
		"zpos"			"100"
		"wide"			"250"
		"tall"			"300"
		"visible"		"0"
		"bgcolor_override"		"0 0 0 0"
		"noitem_textcolor"		"109 109 109 255"
		"PaintBackgroundType"	"0"
		"paintborder"	"0"

		"text_ypos"			"20"
		"text_center"		"1"
		"model_hide"		"1"
		"resize_to_text"	"1"
		"padding_height"	"15"

		"BG"
    		{
    		"ControlName"			"ImagePanel"
    		"fieldName"			"BG"
    		"xpos"				"0"
    		"ypos"				"0"
    		"zpos"				"-1"
    		"wide"				"f0"
    		"tall"	 			"f0"
    		"visible"			"1"
    		"enabled"			"1"
    		"fillcolor"			"40 40 40 255"
    		}
posted about 9 years ago
#5 Interp in Customization

Interp is basically view lag - how far behind the character is client side vs server side. It is used to make animations look smooth when the character moves. If you want to read more about how Valve's Source Multiplayer Networking works, you can find information here.

posted about 9 years ago
#1632 Show your HUD modifications! in Customization
collycatsome things I've been messing with on my hud
http://i.imgur.com/TPvyzbE.jpg

I dig

posted about 9 years ago
#1588 Show your HUD modifications! in Customization
collycatHey, I'm close to finishing my hud. I was wondering what files I need to edit to changethe on the brightside message, the notifications for dropping the flag, and getting autobalanced/scrambled.

A good site to use for documentation on the TF2 HUD is: http://www.doodlesstuff.com/?tutorial=tf2hud

Also, if you use "vgui_drawtree 1" command and check "highlight selected", you can sort through the list to find HUD elements you are trying to edit as well.

Not sure if this information was posted previously, but it's very useful for those of you who were unaware.

posted about 9 years ago
#1585 Show your HUD modifications! in Customization
omniIf anyone knows how to change the default and mouseover background colors of the item boxes (highlighted below in red)
http://i.imgur.com/0BA5TTi.png
I'll be your best friend

In the clientscheme.res change the color value of EconItemBorder for the default look of the item panel and LoadoutItemMouseOverBorder for the color when you mouse over the panel

posted about 9 years ago
1 2 3 4 5