Talk:Logic gate: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I just realized that it isn't necessary to use logic portals on the cube/player buttons. But it probably all depends on your style. --[[User:Nathaniel|Nathaniel]] 23:55, 27 September 2010 (UTC)
I just realized that it isn't necessary to use logic portals on the cube/player buttons. But it probably all depends on your style. --[[User:Nathaniel|Nathaniel]] 23:55, 27 September 2010 (UTC)
:Not too difficult to do it with a math_counter. Each button adds 1 to the counter, OnHitMax opens the door, and either button closing closes the door. This gets much more complicated if you add other ways to open and close the door though. EDIT: I'm not reading this article carefully because it's a mess, but I'm pretty sure math_counters and logic_relays are a much simpler and better solution to the problem proposed at the beginning of the article. [[User:Thelonesoldier|Thelonesoldier]] 00:05, 28 September 2010 (UTC)
:Not too difficult to do it with a math_counter. Each button adds 1 to the counter, OnHitMax opens the door, and either button closing closes the door. This gets much more complicated if you add other ways to open and close the door though. EDIT: I'm not reading this article carefully because it's a mess, but I'm pretty sure math_counters and logic_relays are a much simpler and better solution to the problem proposed at the beginning of the article. [[User:Thelonesoldier|Thelonesoldier]] 00:05, 28 September 2010 (UTC)
::Yeah, it probably <strong>is</strong> a simpler solution to the above problem. --[[User:Nathaniel|Nathaniel]] 22:20, 8 October 2010 (UTC)

Revision as of 17:02, 5 November 2010

I just realized that it isn't necessary to use logic portals on the cube/player buttons. But it probably all depends on your style. --Nathaniel 23:55, 27 September 2010 (UTC)

Not too difficult to do it with a math_counter. Each button adds 1 to the counter, OnHitMax opens the door, and either button closing closes the door. This gets much more complicated if you add other ways to open and close the door though. EDIT: I'm not reading this article carefully because it's a mess, but I'm pretty sure math_counters and logic_relays are a much simpler and better solution to the problem proposed at the beginning of the article. Thelonesoldier 00:05, 28 September 2010 (UTC)