Talk:Team control point: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Control Point Capping Progress==
Anybody have any ideas on how to reset the "progress" when a team is capping a node?  I have a map where nodes are capped in a one-way manner (only one team can cap the neutral node) and I've noticed that this prevents the opposite team from "blocking" the node to prevent capture.  Anyone have any ideas for a workaround? --[[User:Hovis|Hovis]] 09:56, 31 Jan 2008 (PST)
Anybody have any ideas on how to reset the "progress" when a team is capping a node?  I have a map where nodes are capped in a one-way manner (only one team can cap the neutral node) and I've noticed that this prevents the opposite team from "blocking" the node to prevent capture.  Anyone have any ideas for a workaround? --[[User:Hovis|Hovis]] 09:56, 31 Jan 2008 (PST)
:Try using a trigger_multiple with a filter set to the team that has to block capture, and have it output OnStartTouch Disable and OnEndtouch Enable to the cap node. [[User:Solokiller|Solokiller]] 10:19, 31 Jan 2008 (PST)
:Try using a trigger_multiple with a filter set to the team that has to block capture, and have it output OnStartTouch Disable and OnEndtouch Enable to the cap node. [[User:Solokiller|Solokiller]] 10:19, 31 Jan 2008 (PST)


::Isn't that how the CP normally work on maps like gravelpit and dustbowl? Therefore you don't need a workaround or use trigger_multiple, just set it up how those maps do it. --[[User:Spacemonkey|Spacemonkey]] 15:52, 18 Jul 2008 (PDT)
::Isn't that how the CP normally work on maps like gravelpit and dustbowl? Therefore you don't need a workaround or use trigger_multiple, just set it up how those maps do it. --[[User:Spacemonkey|Spacemonkey]] 15:52, 18 Jul 2008 (PDT)
==8 CP limit per map?==
I heard someone say something about only having a maximum of 8 CP's per map, I can't find anything about this on the wiki. Is this true? I havn't tested it myself, the most I have in a map is 8. --[[User:Spacemonkey|Spacemonkey]] 15:55, 18 Jul 2008 (PDT)

Revision as of 15:55, 18 July 2008

Control Point Capping Progress

Anybody have any ideas on how to reset the "progress" when a team is capping a node? I have a map where nodes are capped in a one-way manner (only one team can cap the neutral node) and I've noticed that this prevents the opposite team from "blocking" the node to prevent capture. Anyone have any ideas for a workaround? --Hovis 09:56, 31 Jan 2008 (PST)

Try using a trigger_multiple with a filter set to the team that has to block capture, and have it output OnStartTouch Disable and OnEndtouch Enable to the cap node. Solokiller 10:19, 31 Jan 2008 (PST)
Isn't that how the CP normally work on maps like gravelpit and dustbowl? Therefore you don't need a workaround or use trigger_multiple, just set it up how those maps do it. --Spacemonkey 15:52, 18 Jul 2008 (PDT)


8 CP limit per map?

I heard someone say something about only having a maximum of 8 CP's per map, I can't find anything about this on the wiki. Is this true? I havn't tested it myself, the most I have in a map is 8. --Spacemonkey 15:55, 18 Jul 2008 (PDT)