View Full Version : capute point trouble and hud display
poopster101
02-09-2008, 11:59 AM
watch my problem here
http://www.youtube.com/watch?v=xx6xEOdX3ek
my cap points are shown at the bottom in the hud
and i can only capture one point but all were made in a similiar fasion
Wiebbe
02-09-2008, 01:05 PM
Did you add a Team_control_point_master (http://developer.valvesoftware.com/wiki/Team_control_point_master)?
You need one of these to setup the CP gameplay properly with the hud and all.
spaceweasels
02-09-2008, 01:25 PM
Beside a control_point_master, make sure each control point has a unique index.
MacNetron
02-09-2008, 03:18 PM
I am working on a tutorial for CPs and gravelpit-style maps. Seems like I have to hurry.
But for this one:
team_control_point should have an unique index (0, 1, ...)
then add a team_control_point_master and edit "Cap Layout". Look at the Help at the right side.
EDIT: till my guide is finished, check out: http://developer.valvesoftware.com/wiki/TF2/Creating_a_Capture_Point
sonance
02-16-2008, 04:08 PM
thanks guys that capture_point_master thing help me out. my map is working fine now but i ran into this problem
http://img402.imageshack.us/img402/6371/cappointav2.th.jpg (http://img402.imageshack.us/my.php?image=cappointav2.jpg)
<4,1 2 3> <3, 2 1> <2,1> <2,3> <1,2 3> <0, 1 2 3> this is what is set my cap point master too.
DrHaphazard
02-16-2008, 04:38 PM
<4,1 2 3> <3, 2 1> <2,1> <2,3> <1,2 3> <0, 1 2 3> this is what is set my cap point master too.
Uh whoa, you wrote all that into the cap point master? OR are those the variations youve been attempting? You should only have one set of numbers.
And you should have 5 numbers if you have five points. If you tell us waht configuration you want we can help you. Oh and don't forget to start with 0, so whatever your first cap point is give that one an index of 0.
So say i wanted mine in a cross formation, i would do: <0,1 2 3,4>
If you want 2 on the top, 1 middle and 2 bottom: <0 1,2,3 4>
sonance
02-16-2008, 06:03 PM
ah i get it, i original kinda of thought that in order to capture 3 you need 1 and 2 ex. <3,1 2> thanks for the help
vBulletin® v3.7.0 Release Candidate 2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.