Thespikedballofdoom
Account Details
SteamID64 76561198128793141
SteamID3 [U:1:168527413]
SteamID32 STEAM_0:1:84263706
Country United States
Signed Up April 30, 2018
Last Posted May 26, 2024 at 5:19 PM
Posts 244 (0.1 per day)
Game Settings
In-game Sensitivity 3.01
Windows Sensitivity 5/11
Raw Input 1
DPI
1000
Resolution
1920 x 1080
Refresh Rate
144
Hardware Peripherals
Mouse Razer Basilisk
Keyboard Logitech G710+
Mousepad Glorious XL 16"x18" 5-6mm
Headphones Generic Sony IDK
Monitor Acer XFA240
1 ⋅⋅ 13 14 15 16
#5535 HUD editing: short questions, quick answers in Customization

Need help with changing the font of the party chat, the one in the menu. It doesn't even seem to exist within the code, but someone managed to change its font.
Vgui_drawtree spits out a lie and tells me that it's in mainmenuoverride, but it isn't, or my text editor isnt smart enough to find it.

posted about 5 years ago
#5534 HUD editing: short questions, quick answers in Customization
DimmyI wanna move the stickie counter from the bottom right, but if I move it too much, I'll disappear .
Here's the code
Show Content
"Resource/UI/HudDemomanPipes.res"
{
"background"
{
"ControlName" "CTFImagePanel"
"fieldName" "background"
"xpos" "12"
"ypos" "6"
"zpos" "0"
"wide" "76"
"wide_minmode" "56"
"tall" "38"
"visible" "0"
"visible_minmode" "0"
"enabled" "1"
"image" "../hud/misc_ammo_area_blue"
"scaleImage" "1"
"teambg_2" "../hud/misc_ammo_area_red"
"teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
"teambg_3" "../hud/misc_ammo_area_blue"
"teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
}

"ChargeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"xpos" "25"
"ypos" "27"
"zpos" "2"
"wide" "41"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"visible_minmode" "0"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Charge"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "TFFontSmall"
}

"ChargeMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ChargeMeter"
"font" "Default"
"xpos" "25"
"ypos" "23"
"ypos_minmode" "0"
"xpos_minmode" "0"
"zpos" "2"
"wide" "40"
"wide_minmode" "50"
"tall" "6"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}

"PipesPresentPanel"
{
"ControlName" "EditablePanel"
"fieldName" "PipesPresentPanel"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "900"
"tall" "450"
"visible" "1"

"PipeIcon"
{
"ControlName" "CTFImagePanel"
"fieldName" "PipeIcon"
"xpos" "26"
"ypos" "5"
"ypos_minmode" "12"
"wide" "20"
"wide_minmode" "14"
"tall" "20"
"tall_minmode" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/ico_stickybomb_red"
"scaleImage" "1"
"teambg_2" "../hud/ico_stickybomb_red"
"teambg_3" "../hud/ico_stickybomb_blue"
}

"NumPipesLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabel"
"xpos" "50"
"xpos_minmode" "42"
"ypos" "-85"
"ypos_minmode" "12"
"zpos" "2"
"wide" "305"
"tall" "200"
"tall_lodef" "28"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "M0refont36"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontMediumBig"
}
"NumPipesLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabelDropshadow"
"xpos" "51"
"xpos_minmode" "43"
"ypos" "-84"
"ypos_minmode" "13"
"zpos" "2"
"wide" "305"
"tall" "200"
"tall_lodef" "28"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "M0refont36"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontMediumBig"
"fgcolor" "black"
}
}

"NoPipesPresentPanel"
{
"ControlName" "EditablePanel"
"fieldName" "NoPipesPresentPanel"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "0"
"tall" "0"
"visible" "0"

"PipeIcon"
{
"ControlName" "CTFImagePanel"
"fieldName" "PipeIcon"
"xpos" "26"
"ypos" "16"
"ypos_minmode" "12"
"wide" "20"
"wide_minmode" "14"
"tall" "20"
"tall_minmode" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/ico_stickybomb_red_faded"
"scaleImage" "1"
"teambg_2" "../hud/ico_stickybomb_red_faded"
"teambg_3" "../hud/ico_stickybomb_blue_faded"
}

"NumPipesLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabel"
"xpos" "50"
"xpos_minmode" "42"
"ypos" "18"
"ypos_minmode" "12"
"zpos" "2"
"wide" "35"
"tall" "20"
"tall_lodef" "28"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "west"
"dulltext" "1"
"brighttext" "0"
"font" "M0refont46"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontMediumBig"
}
"NumPipesLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabelDropshadow"
"xpos" "51"
"xpos_minmode" "43"
"ypos" "19"
"ypos_minmode" "13"
"zpos" "2"
"wide" "35"
"tall" "20"
"tall_lodef" "28"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "west"
"dulltext" "1"
"brighttext" "0"
"font" "M0refont4"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontMediumBig"
"fgcolor" "black"
}
}
}
this is huddemomanpipes

Its probably going outside of a panel, check hudlayout.res

posted about 5 years ago
#5533 HUD editing: short questions, quick answers in Customization

matchstatus.res

CubiNeed some help with a HUD. How do I customize the team status that's on top of the screen?
posted about 5 years ago
#7 Ascent.EU builds up some steam in News

LETS GO DRACKK

posted about 5 years ago
#7 Happy Video Games Day in Other Games

I can't help but notice its after sep 11th

posted about 5 years ago
#4 essentialstf "music" in TF2 General Discussion

thanks!

posted about 5 years ago
#1 essentialstf "music" in TF2 General Discussion

Im looking for the music they played at i63 for their interview/large scenery change transitions. It was a sound similar to imax, with their logo repeatedly shrinking in. Does anyone have a standalone clip? or just the name of it

posted about 5 years ago
#27 What team do you like watching? in TF2 General Discussion

Both teams @ i32. They were the best.

https://www.youtube.com/watch?v=1itn8XNo5d8

posted about 5 years ago
#38 FROYO BLACK comes to light in News
14thEagleTitle should be "FROYO Black is FROYO Back."

:WutFace:

posted about 5 years ago
#92 what do Y'ALL DRINK when GAMING in TF2 General Discussion

milkMen

posted about 5 years ago
#9 lft im in Recruitment (looking for team)

If this guy gets picked up invite will get a froyo rival no joke

posted about 5 years ago
#25 FROYO BLACK comes to light in News

Shade BETRAYAL

posted about 5 years ago
#73 REALTALK.TF in TF2 General Discussion

I can't seem to see any comments. Am I disabled?

posted about 5 years ago
#10 Is Rewind 3 in trouble? in LAN Discussion
MakyAlso this drama with Getawhale and Essentials.tf

This is news to me. What did i miss?

posted about 5 years ago
#9 lagbots in TF2 General Discussion

Now that's just fucking wimpy. This is a new low for these viruses of human beings.

posted about 6 years ago
1 ⋅⋅ 13 14 15 16