Ferdux
Account Details
SteamID64 76561198027131771
SteamID3 [U:1:66866043]
SteamID32 STEAM_0:1:33433021
Country Pirate
Signed Up October 16, 2013
Last Posted July 8, 2015 at 4:30 PM
Posts 44 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 1
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 2 3
#2 HUD editing: short questions, quick answers in Customization
f_blueI noticed that a lot of new threads only contain one short question so I thought we could use an "aggregate thread" for that instead.

Post your question here, ideally add a screenshot, and hope for a quick answer.

I'm gonna start: How do I edit this? http://puu.sh/alTaj/16aaf984cd.jpg

I'm almost certain it is located in MvMScoreboard.res, could be wrong.

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

you can use this:

"16x9dark_left"
{
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"xpos" "0"
"xpos_lodef" "279"
"xpos_hidef" "309"
"ypos" "r99"
"zpos" "-5"
"wide" "1000"
"tall" "1"
"tall_lodef" "206"
"tall_hidef" "212"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "255 255 255 255"
"alpha" "100"
}

if you put that in your hudlayout.res, it basically draws a line across your screen, which you can move and adjust by messing with the xpos and ypos. Looks like this:

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

posted about 9 years ago
#31 ImagineHUD [Incomplete] in Customization

Looks great! Glad to know you are still working on this HUD.

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

I have had this bug with the 3d player class image for a while. When the spy disguises, the model goes out of frame and disappears when you put down the disguise. Anyone have a fix?

It starts like this:

http://i.imgur.com/3iQ7w9J.png

and ends up like this when disguised:

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

I have found the fix. If you go into your hudanimations_tf.txt in scripts, find the spy disguise stuff. There can sometimes be a command that changes the position of the class image. Delete those and it will be fixed.

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

I switched to Noborder with no changes what so ever with the button. Should the ImagePanel be in the textwindow.res or somewhere else? Cause there isn't an Imagepanel for the button in textwindow.res

posted about 9 years ago
#2581 Show your HUD modifications! in Customization
VoloderFerduxSorry for my barrage of questions to this thread, but does anyone know how to get rid of the background on buttons so there is only text displayed?It's hard to know without the code. It could be an imagepanel, paintbackgroundtype, or a border. Please post the relevant code for the "ok" button from textwindow.res
"ok"
	{
		"ControlName"		"CTFButton"
		"fieldName"		"ok"
		"xpos"			"c-153"
		"ypos"			"r178"
		"zpos"			"3"
		"wide"			"306"
		"tall"			"20"
		"autoResize"	"0"
		"pinCorner"		"2"
		"visible"		"1"
		"enabled"		"1"
		"tabPosition"		"0"
		"labelText"		"CONTINUE"
		"textAlignment"		"center"
		"dulltext"		"0"
		"brighttext"		"0"
		"wrap"		"0"
		"command"		"okay"
		"default"		"1"
		"border_default"		""
		"border_armed"		""
		"paintbackground"	"0"
		"font"			"Museo14"
		"fgcolor"		"32 32 32 255"
		"defaultFgColor_override" "32 32 32 255"
		"armedFgColor_override" "62 62 62 255"
		"depressedFgColor_override" "32 32 32 255"
	}
posted about 9 years ago
#2579 Show your HUD modifications! in Customization

http://i.imgur.com/1VrJelh.png

Sorry for my barrage of questions to this thread, but does anyone know how to get rid of the background on buttons so there is only text displayed?

posted about 9 years ago
#2559 Show your HUD modifications! in Customization
flatlineThey're located in the tfhudrobotdestruction_ files in resource/ui. The bar is the "bar_kv" section inside hudobjectiverobotdestruction.res

http://i.imgur.com/88IEbpg.png

I can't seem to move them without them getting cutoff. Is there like a hudlayout thing for this? There is "BlueScoreContainer", which I changed the wide value to cause the blue points and the robot thing to move. But otherwise I have been unable to move the whole thing.

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

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

Has anyone been able to move the robot cap point circle thingies yet? I can't seem to move them.

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

Anyone know how to change the borders so that they are not curved? I can't seem to find it in HudTournament.res.

Isn't it "HudTournamentBG"? I haven't touched that file in a long time, but I believe it's that. Change "draw_corner_width" and "draw_corner_height" to "0"

It isn't, changing HudTournamentBG doesn't affect the borders.

To change this I went into clientscheme and removed every border basically from the game.

Go into clientscheme and look for TFThinLineBorder, I'm not sure which one it is but I just changed
"draw_corner_width" "0"
"draw_corner_height" "0"

from their default values to 0. The greybox ones above the one I used as an example is the tournament spec hud boxes that show when people are dead. It's not the best approach but it worked.

Found the fix, it wasn't TFThinLineBorder, it was TFFatLineBorderRedBG. Thanks Omni and Kermit for your help though!

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

Anyone know how to change the borders so that they are not curved? I can't seem to find it in HudTournament.res.

Isn't it "HudTournamentBG"? I haven't touched that file in a long time, but I believe it's that. Change "draw_corner_width" and "draw_corner_height" to "0"

It isn't, changing HudTournamentBG doesn't affect the borders.

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

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

Anyone know how to change the borders so that they are not curved? I can't seem to find it in HudTournament.res.

EDIT: Found the fix, it wasn't TFThinLineBorder, it was TFFatLineBorderRedBG. Thanks Omni and Kermit for your help though!

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

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

What file controls the player ready up box for mvm?
EDIT: Found it, it is located in HudTournament.res

posted about 9 years ago
#2 Default HUD Download in Customization

http://teamfortress.tv/thread/14102/github-repo-for-tf2s-base-hud

posted about 9 years ago
#2 Hud 3d bug in Q/A Help

Could you possibly post the solution to the spy bug? I have had this problem for a while and never decided to find a fix until recently.
FIX FOUND. If you go into your hudanimations_tf.txt and search for spy disguise stuff, there will sometimes be a line that changes the position of the class image. Just delete that line and it will not move.

posted about 9 years ago
1 2 3