Tyep
Account Details
SteamID64 76561198089267125
SteamID3 [U:1:129001397]
SteamID32 STEAM_0:1:64500698
Country Poland
Signed Up April 12, 2014
Last Posted March 25, 2016 at 2:09 AM
Posts 28 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 0 
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 2
#2373 Show your HUD modifications! in Customization
eeehttp://puu.sh/91zIT.jpg
im not alone :)

dl?

posted about 9 years ago
#7 Font Help in Customization

thx for the help guys i fixed it :D! p.s i am noob to hud making sorry!

posted about 9 years ago
#1 Font Help in Customization

i was wondering why the font i am using is pixelated when it looks like this: http://imgur.com/5PYRDMb
and the font in game looks like this http://imgur.com/jMBuOcK

posted about 9 years ago
#1 Help With PlusHealth in Customization

What file is this?
http://imgur.com/BirIPhv

posted about 9 years ago
#27 Cant Jump and crouch in Q/A Help
MR_SLINkeyboard ghosting
http://www.microsoft.com/appliedsciences/antighostingexplained.mspx

thx for help

posted about 9 years ago
#1 Cant Jump and crouch in Q/A Help

does anyone know why i cant jump and crouch?

posted about 9 years ago
#3 Help With Notifications! in Customization
omni"closecaption 0" in console

thank you :D

posted about 9 years ago
#1 Help With Notifications! in Customization

how do i get rid of this notification? http://imgur.com/U2JpcC3

posted about 9 years ago
#1 Main Menu Help in Customization

i need help customizing the main menu text and buttons and stuff but i cant find the file so help plz
http://imgur.com/EEcRx8h

posted about 9 years ago
#3 Inventory Switching in Customization

[/quote] but its in rayshud, and other huds?

posted about 9 years ago
#1 Inventory Switching in Customization

How am i able to create these switching buttons?
http://imgur.com/cZOAeZn

posted about 9 years ago
#3 Help With Icons in Customization
MagmaThe files you need to edit are named GameMenu.res (located in the resource folder of your hud), and MainMenuOverride.res (located in the resource/ui directory of your hud). The icons next to the buttons are called subimages. So to get ride of the icon next to the training button for example, navigate to the GameMenu.res file, find TrainingButton and delete its subimage. It should look something like this:
"TrainingButton"
	{
		"label" "#TF_TRAINING"
		"command" "offlinepractice"
		"subimage" "glyph_practice" //<-- DELETE THIS LINE
		"OnlyAtMenu" "1"
	}

Then navigate to the MainMenuOverride.res file and delete the area that has the subimage attributes for the training button at the bottom. It should look something like this:
"TrainingButton"
	{
		"ControlName"	"EditablePanel"
		"fieldname"		"TrainingButton"
		"xpos"			"c-307" //c-300
		"ypos"			"r304"
		"zpos"			"11"
		"wide"			"94" //87
		"tall"			"26"
		"visible"		"1"
		"PaintBackgroundType"	"2"
		"SubButton"
		{
			"ControlName"	"CExImageButton"
			"fieldName"		"SubButton"
			"xpos"			"0"
			"ypos"			"0"
			"wide"			"230" //250
			"tall"			"25" //26
			"autoResize"	"0"
			"pinCorner"		"3"
			"visible"		"1"
			"enabled"		"1"
			"tabPosition"	"0"
			"textinsetx"	"25"
			"use_proportional_insets" "1"
			"font"			 "Russo16"
			"textAlignment"	"west"
			"dulltext"		"0"
			"brighttext"	"0"
			"default"		"1"
			"sound_depressed"	"UI/buttonclick.wav"
			"sound_released"	"UI/buttonclickrelease.wav"

			"border_default"	""
			"border_armed"		""
			"paintbackground"	"0"

			"defaultFgColor_override" "255 255 255 255"
			"armedFgColor_override" "227 108 28 255"
			"depressedFgColor_override" "46 43 42 255"

			"image_drawcolor"	"227 108 28 255"
			"image_armedcolor"	"255 255 255 255"
			"SubImage" //<--- ****DELETE FROM HERE****...
			{
				"ControlName"	"ImagePanel"
				"fieldName"		"SubImage"
				"xpos"			"6"
				"ypos"			"6"
				"zpos"			"1"
				"wide"			"14"
				"tall"			"14"
				"visible"		"1"
				"enabled"		"1"
				"scaleImage"	"1"
			} //<--- ****DOWN TO HERE****		
		}
	}

Edit: I'll list the names of the other buttons here in case you don't know them:

Play Multiplayer = QuickplayButton
Play Co-op = PlayPVEButton
Shop = GeneralStoreButton
Items = CharacterSetupButton
Replays = ReplayBrowserButton
Workshop = SteamWorkshopButton

Thank you :D

posted about 9 years ago
#1 Help With Icons in Customization

Hi i was wondering how i could get rid of these icons next to the text http://imgur.com/u5DfTCl

posted about 9 years ago
1 2