Upvote Upvoted 3 Downvote Downvoted
WinPanel issues
posted in Customization
1
#1
2 Frags +

I am working on a HUD and I am having issues with moving things around on the WinPanel (among other things :P). Specifically, I am having trouble moving the win details up.
Here's the desired position of the win details:

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

However, when I change the ypos and tall value for the win details, I only goes so far. I am slowly adjusting the y and the tall so that the details aren't masked, but when I get to a certain point, adjusting it does nothing. Unfortunately, I don't have a picture of mine right now and I can't get one for awhile. When I can, I will put up a picture. For now, here is the code:

Show Content
[code]"WinReasonLabel"
{
"ControlName" "CExLabel"
"fieldName" "WinReasonLabel"
"font" "ScoreboardVerySmall"
"xpos" "0"
"ypos" "-340"
"zpos" "1"
"wide" "292"
"tall" "690"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%WinReasonLabel%"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
}[/code]
I am working on a HUD and I am having issues with moving things around on the WinPanel (among other things :P). Specifically, I am having trouble moving the win details up.
Here's the desired position of the win details:
[img]http://i.imgur.com/MZ4DX8G.jpg[/img]

However, when I change the ypos and tall value for the win details, I only goes so far. I am slowly adjusting the y and the tall so that the details aren't masked, but when I get to a certain point, adjusting it does nothing. Unfortunately, I don't have a picture of mine right now and I can't get one for awhile. When I can, I will put up a picture. For now, here is the code:

[spoiler][code]"WinReasonLabel"
{
"ControlName" "CExLabel"
"fieldName" "WinReasonLabel"
"font" "ScoreboardVerySmall"
"xpos" "0"
"ypos" "-340"
"zpos" "1"
"wide" "292"
"tall" "690"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%WinReasonLabel%"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
}[/code][/spoiler]
2
#2
0 Frags +

If you can't figure it out the right way, you can just move the winpanels up in hudlayout and move the rest of the elements back down the same amount in winpanel.res

If you can't figure it out the right way, you can just move the winpanels up in hudlayout and move the rest of the elements back down the same amount in winpanel.res
3
#3
0 Frags +

If I edit it in hudlayout, can I still separate elements like in m0rehud?

If I edit it in hudlayout, can I still separate elements like in m0rehud?
4
#4
1 Frags +
VoloderSevinIf you can't figure it out the right way, you can just move the winpanels up in hudlayout and move the rest of the elements back down the same amount in winpanel.resIf I edit it in hudlayout, can I still separate elements like in m0rehud?

yes

[quote=Voloder][quote=Sevin]If you can't figure it out the right way, you can just move the winpanels up in hudlayout and move the rest of the elements back down the same amount in winpanel.res[/quote]
If I edit it in hudlayout, can I still separate elements like in m0rehud?[/quote]
yes
5
#5
0 Frags +

Should I move it to the bottom and then move elements up or put it at the top and move things down? I would just try it myself and see but I am not at home.

Should I move it to the bottom and then move elements up or put it at the top and move things down? I would just try it myself and see but I am not at home.
6
#6
1 Frags +

move things up then move down in winpanel.res

move things up then move down in winpanel.res
Please sign in through STEAM to post a comment.