TF2/Setting the cap point layout: Difference between revisions
Brandished (talk | contribs) (alternate layout idea) |
Brandished (talk | contribs) (hmmm) |
||
Line 1: | Line 1: | ||
'''From the Hammer editor:''' Cap Layout, A string that tells the HUD how to lay out the cap points. It should be a string with indexes of cap points seperated by commas to denote a new line. So <2,0 1> would create a pyramid, with cap point 2 on the top and cap points 0 & 1 on the bottom. | '''From the Hammer editor:''' Cap Layout, A string that tells the HUD how to lay out the cap points. It should be a string with indexes of cap points seperated by commas to denote a new line. So <2,0 1> would create a pyramid, with cap point 2 on the top and cap points 0 & 1 on the bottom. | ||
{{Note| | {{Note|Do not include the "<" and ">" characters in the caplayout box, they are only listed above to denote the index values.}} | ||
== Setting the Cap Point Layout == | == Setting the Cap Point Layout == | ||
Line 10: | Line 10: | ||
2 = Blue's Final Control Point | 2 = Blue's Final Control Point | ||
By leaving the caplayout box blank, the Control points will be laid out on the HUD in a line from left to right by order of their assigned index values. For example: | |||
:[[image:Cp_guide_01.jpg]] | :[[image:Cp_guide_01.jpg]] | ||
You can rearrange the order in the HUD by simply by altering then index values in the caplayout box. | |||
for | {| | ||
| Using: | |||
| | |||
2 0 1 | |||
| for your caplayout box would give you this instead of the above: | |||
|} | |||
:[[image:Cp_guide_01.jpg]] | |||
:[[image: | |||
You can also arrange the control points vertical layout in the HUD by separating the index values with commas, all values to the right of the comma would lie underneath the values to the left of the comma. | |||
{| | |||
| Something like | |||
| | |||
0,1,2 | |||
| would give you this in-game: | |||
|} | |||
:[[image:Cp_guide_02.jpg]] | |||
Some more examples are below. | |||
{| Border="1" | {| Border="1" | ||
! Caplayout setting | |||
! In-game appearence | |||
|- | |||
|align=center valign=top | | |||
0 1 2 | |||
|align=center | | |align=center | | ||
[[image:Cp_guide_01.jpg]] | [[image:Cp_guide_01.jpg]] | ||
|- | |- | ||
|align=center | | |align=center valign=top | | ||
0 2,1 | |||
|align=center | | |align=center | | ||
[[image:Cp_guide_02.jpg]] | [[image:Cp_guide_02.jpg]] | ||
|- | |- | ||
|align=center | | |align=center valign=top | | ||
1,0 2 | |||
|align=center | | |align=center | | ||
[[image:Cp_guide_03.jpg]] | [[image:Cp_guide_03.jpg]] | ||
|} | |} | ||
Revision as of 23:49, 26 October 2008
From the Hammer editor: Cap Layout, A string that tells the HUD how to lay out the cap points. It should be a string with indexes of cap points seperated by commas to denote a new line. So <2,0 1> would create a pyramid, with cap point 2 on the top and cap points 0 & 1 on the bottom.

Setting the Cap Point Layout
For the cap layout section in the team_control_point_master entity, if these were the index settings for the team_control_point entities in your map:
0 = Red's Final Control Point 1 = Neutral Center Control Point 2 = Blue's Final Control Point
By leaving the caplayout box blank, the Control points will be laid out on the HUD in a line from left to right by order of their assigned index values. For example:
You can rearrange the order in the HUD by simply by altering then index values in the caplayout box.
Using: |
2 0 1 |
for your caplayout box would give you this instead of the above: |
You can also arrange the control points vertical layout in the HUD by separating the index values with commas, all values to the right of the comma would lie underneath the values to the left of the comma.
Something like |
0,1,2 |
would give you this in-game: |
Some more examples are below.
Caplayout setting | In-game appearence |
---|---|
0 1 2 |
|
0 2,1 |
|
1,0 2 |