Upvote Upvoted 0 Downvote Downvoted
Hud Chatbox
posted in Q/A Help
1
#1
0 Frags +

So I started playing tf2 for the first time in months and decided to change my hud but the hud I have has the chatbox in the upper left. I tried google and it seemed I could just change the "ypos" in the hudlayout file but it doesn't seem to work. If anybody knows how to put it back in the bottom left, it would be much appreciated.

So I started playing tf2 for the first time in months and decided to change my hud but the hud I have has the chatbox in the upper left. I tried google and it seemed I could just change the "ypos" in the hudlayout file but it doesn't seem to work. If anybody knows how to put it back in the bottom left, it would be much appreciated.
2
#2
1 Frags +

tf/resource/ui/BaseChat

change the ypos for "HudChat"

tf/resource/ui/BaseChat

change the ypos for "HudChat"
3
#3
0 Frags +

changed the ypos from 10 to 2 and it didn't do anything. Any other ideas?

changed the ypos from 10 to 2 and it didn't do anything. Any other ideas?
4
#4
0 Frags +

my ypos is 267

my ypos is 267
5
#5
0 Frags +

alright that worked. Thanks!

alright that worked. Thanks!
6
#6
-1 Frags +

"Resource/UI/BaseChat.res"
{
"HudChat"
{
"ControlName" "EditablePanel"
"fieldName" "HudChat"
"visible" "1"
"enabled" "1"
"xpos" "2"
"ypos" "360"
"wide" "210"
"tall" "120"
"PaintBackgroundType" "2"
}

ChatInputLine
{
"ControlName" "EditablePanel"
"fieldName" "ChatInputLine"
"visible" "1"
"enabled" "1"
"xpos" "5"
"ypos" "395"
"wide" "200"
"tall" "2"
"PaintBackgroundType" "0"
}

"ChatFiltersButton"
{
"ControlName" "Button"
"fieldName" "ChatFiltersButton"
"xpos" "160"
"ypos" "0"
"wide" "30"
"tall" "5"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "#chat_filterbutton"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}

"HudChatHistory"
{
"ControlName" "RichText"
"fieldName" "HudChatHistory"
"xpos" "5"
"ypos" "5"
"wide" "200"
"tall" "75"
"wrap" "1"
"autoResize" "1"
"pinCorner" "1"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "south-west"
"font" "ChatFont"
"maxchars" "-1"
}
}

this is what my basechat is its small in the bottom left corner

"Resource/UI/BaseChat.res"
{
"HudChat"
{
"ControlName" "EditablePanel"
"fieldName" "HudChat"
"visible" "1"
"enabled" "1"
"xpos" "2"
"ypos" "360"
"wide" "210"
"tall" "120"
"PaintBackgroundType" "2"
}

ChatInputLine
{
"ControlName" "EditablePanel"
"fieldName" "ChatInputLine"
"visible" "1"
"enabled" "1"
"xpos" "5"
"ypos" "395"
"wide" "200"
"tall" "2"
"PaintBackgroundType" "0"
}

"ChatFiltersButton"
{
"ControlName" "Button"
"fieldName" "ChatFiltersButton"
"xpos" "160"
"ypos" "0"
"wide" "30"
"tall" "5"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "#chat_filterbutton"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}

"HudChatHistory"
{
"ControlName" "RichText"
"fieldName" "HudChatHistory"
"xpos" "5"
"ypos" "5"
"wide" "200"
"tall" "75"
"wrap" "1"
"autoResize" "1"
"pinCorner" "1"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "south-west"
"font" "ChatFont"
"maxchars" "-1"
}
}

this is what my basechat is its small in the bottom left corner
7
#7
-1 Frags +

I'm trying to edit 7Hud but there isn't a scrollbar for the chat box. Is there a way to add one?

I'm trying to edit 7Hud but there isn't a scrollbar for the chat box. Is there a way to add one?
8
#8
2 Frags +

in the future ask questions here: http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

in the future ask questions here: http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
Please sign in through STEAM to post a comment.