Thespikedballofdoom
Account Details
SteamID64 76561198128793141
SteamID3 [U:1:168527413]
SteamID32 STEAM_0:1:84263706
Country United States
Signed Up April 30, 2018
Last Posted October 21, 2024 at 10:54 PM
Posts 250 (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 17
#1 If TFTV got a dark theme world hunger would end in Customization

no joke

posted about 6 years ago
#2051 Do you like the song above? in Music, Movies, TV

How deep can a song about water really be, it doesn't deserve music

https://www.youtube.com/watch?v=PScmRiaZhwk

posted about 6 years ago
#3 game randomly alt-tabs in Q/A Help

i had this problem too. I'm really sorry i cant give an easy answer but try reinstalling windows. That's the only way it stopped for me.

posted about 6 years ago
#2 esea freemium in TF2 General Discussion

leave

posted about 6 years ago
#16 EU passes Article 11 and Article 13 in World Events

Hmm. Does this mean that I'll get fined for dabbing? IRL? Or just on the internet? Or both?

posted about 6 years ago
#5535 HUD editing: short questions, quick answers in Customization
Rebitelobbypanel.res
ChatTextEntry/ChatLog? I haven't actually checked that though lol
actually probably globalchat.res it has something explicitly called party chat

when a tftv thread is faster and more knowledgable than the entirety of huds.tf

posted about 6 years ago
#5533 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 6 years ago
#5532 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 6 years ago
#5531 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 6 years ago
#7 Ascent.EU builds up some steam in News

LETS GO DRACKK

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

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

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

thanks!

posted about 6 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 6 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 6 years ago
#38 FROYO BLACK comes to light in News
14thEagleTitle should be "FROYO Black is FROYO Back."

:WutFace:

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