Upvote Upvoted 2 Downvote Downvoted
moving ServerTimeLimit
posted in Q/A Help
1
#1
1 Frags +

So, I want to move ServerTimeLimit to right below my crosshair for medic, but after y 136 it disappears. How do I move it down more and bypass that boundary?
EDIT: got it!

http://cloud-2.steampowered.com/ugc/884120402266082130/72823627A8E876BE0484E2F0BDEC410E983535F0/

So, I want to move ServerTimeLimit to right below my crosshair for medic, but after y 136 it disappears. How do I move it down more and bypass that boundary?
EDIT: got it!
[img]http://cloud-2.steampowered.com/ugc/884120402266082130/72823627A8E876BE0484E2F0BDEC410E983535F0/[/img]
2
#2
0 Frags +

Hudlayout.res handled how much room each element is given. Look around for servertimelimit in hudlayout.res and expand the x/y values so it has more room.

Hudlayout.res handled how much room each element is given. Look around for servertimelimit in hudlayout.res and expand the x/y values so it has more room.
3
#3
1 Frags +
BenroadsHudlayout.res handled how much room each element is given. Look around for servertimelimit in hudlayout.res and expand the x/y values so it has more room.

Not true in this case unfortunately.

"Resource/UI/HudObjectiveStatus.res"
{
"ObjectiveStatusTimePanel"
...
}

Change the tall value in this section to 480.

Also be sure to go into HudObjectiveTimePanel.res and move the ServerTimeLimitLabelBG off-screen, like this for example:

"ServerTimeLimitLabelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "999"
"ypos" "999"
"zpos" "1"
"wide" "78"
"tall" "20"
"visible" "0"
"enabled" "0"
"image" "../hud/objectives_timepanel_suddendeath"
"scaleImage" "1"
}

[quote=Benroads]Hudlayout.res handled how much room each element is given. Look around for servertimelimit in hudlayout.res and expand the x/y values so it has more room.[/quote]
Not true in this case unfortunately.

"Resource/UI/HudObjectiveStatus.res"
{
"ObjectiveStatusTimePanel"
...
}

Change the tall value in this section to 480.

Also be sure to go into HudObjectiveTimePanel.res and move the ServerTimeLimitLabelBG off-screen, like this for example:

"ServerTimeLimitLabelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "999"
"ypos" "999"
"zpos" "1"
"wide" "78"
"tall" "20"
"visible" "0"
"enabled" "0"
"image" "../hud/objectives_timepanel_suddendeath"
"scaleImage" "1"
}
4
#4
0 Frags +

Hm was kinda confused where that was handled. Thanks for clearing it up

Hm was kinda confused where that was handled. Thanks for clearing it up
Please sign in through STEAM to post a comment.