pikles
Account Details
SteamID64 76561198054383867
SteamID3 [U:1:94118139]
SteamID32 STEAM_0:1:47059069
Country United States
Signed Up August 1, 2013
Last Posted July 30, 2015 at 6:51 PM
Posts 16 (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
#1668 HUD editing: short questions, quick answers in Customization
smvnsmvnhttp://puu.sh/iAGhV/12e79e3c1b.jpg
how do i make the name of items smaller in the weapon selection menu?

any help?

try messing with "ItemFontNameSmallest," "ItemFontNameSmall" and "ItemFontNameLarge" in your clientscheme

posted about 8 years ago
#1654 HUD editing: short questions, quick answers in Customization
rage1How can I disable health bars that show up when you're spectating? I've found a command to disable/enable those, but it's server sided. Maybe there's a way I can hide this HUD element via hudlayout?

try disabling "spectator_extras" in spectator.res and/or spectatortournament.res depending on what you're going for

posted about 8 years ago
#1507 HUD editing: short questions, quick answers in Customization
booyah-For some reason I can get the spectator health bars to show up, but not the player names like they do in the default hud. In spectator.res I've copied over the "spectator_extras" property from the new files, but I don't think that's what controls the names. Does anyone know the file or properties to play around with for this?

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

try adding this font to your clientscheme

"SpectatorVerySmall"
		{
			"1"
			{
				"name"		"Verdana"
				"tall"		"7"
				"weight"	"400"
				"additive"	"0"
				"antialias" "1"
			}
		}
posted about 8 years ago
#3168 Show your HUD modifications! in Customization
collycatI moved the health/ammo closer to the center, changed the edges/gradients, and added a more csgo inspired killstreak. Anyone have an idea as to where I should put meters?

maybe put them to the right, like where your weapons are in csgo

posted about 9 years ago
#174 HUD editing: short questions, quick answers in Customization

Does anyone know how to change the text color for partially full backpack pages? (Look at this image cause I suck at explaining stuff) Changing TanDark in clientscheme doesn't seem to do anything, but the full page numbers seem to be controlled by TanLight and the empty ones by TanDarker if that helps at all.

Vectri - If you're talking about weapon menu controlled by hud_fastswitch:

Background - "TFFatLineBorder" (it'll probably affect some other stuff too though)
Weapon Number - "SelectionNumberFg"
Weapon Name - "White"
(all in clientscheme)

posted about 9 years ago
#349 post your desktop in Off Topic

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

posted about 10 years ago
#273 post your desktop in Off Topic

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

posted about 10 years ago
#547 Show your HUD modifications! in Customization

Trying a new thing for the sticky count. The font is kind of buggy though.

http://i.imgur.com/EXHPUJm.jpg

http://i.imgur.com/OdueEHR.jpg

posted about 10 years ago
#5 Help with damage crosshair! in Customization
event DamagedPlayer
{
	RunEvent KonrWingsHit 0.0
}

event KonrWingsHit
{
	Animate KonrWings FgColor "255 0 0 120" Linear 0.0 0.0
	Animate KonrWings FgColor "255 255 255 120" Linear 0.2 0.0
}

Not sure if that will actually change anything, but you could try it...

posted about 10 years ago
#15 flashing bar on damage in Q/A Help

same way, just replace fgcolor with alpha

event DamagedPlayer
{
	RunEvent HitIndicatorHit 0.0
}

event HitIndicatorHit 
{
	Animate HitIndicator Alpha "128" Linear 0.0 0.0
	Animate HitIndicator Alpha "0" Linear 0.2 0.0
}
posted about 10 years ago
#13 flashing bar on damage in Q/A Help

Doing this with a font is significantly harder than with image panels because you have to deal with font type, height and weight. Image panels can be used to simply create a rectangle with defined dimensions.

Put something like

HitIndicator
{
"controlName" "ImagePanel"
"fieldName"	 "HitIndicator"
"visible"	 "1"
"enabled"	 "1"
"zpos"	 "2"
"xpos"	 "c-150"
"ypos"	 "c-130"
"wide"	 "300"
"tall"	 "4"
"fillcolor"	 "255 0 0"
"alpha" "0"
}

in hudlayout,
then just animate the alpha to 255 in hudanimations

I suggest reading through

posted about 10 years ago
#530 Show your HUD modifications! in Customization
david100234I dont get why people are complaining that "things look similar omg!!!" it is afterall a HUD modifications thread, godamn get the fuck over it.

Sorry; didn't mean for that to have a negative connotation... I was trying to appreciate similar (good) taste, as a large number of custom huds don't use the TF2 font.

posted about 10 years ago
#519 Show your HUD modifications! in Customization
diplodicusI mashed together the tunnel vision of KBNHUD and the stock tf2 style of (my own :3) dipHUD. This is the retard baby of that combination: [IMG]http://i.imgur.com/fLb0zOJ.jpg[/IMG]

http://i.imgur.com/y3k3GfW.jpg

[misinterpreted text]

posted about 10 years ago
#10 Easy way to open Hershey kiss? in Off Topic

pulling down on the paper thing should pull off the foil

posted about 10 years ago
#41 dipHUD is now complete! in Customization
Camusnice edited community hud :3

same font doesn't equal same hud...

posted about 10 years ago
1 2