Portal2 SDK Logic multi-button map-example renaFUSED

Avatar
FusedCore
31 Posts
Posted Jun 11, 2011
I made this to show how to use a multi-buttons to preform more then one task and a final task with the use of logic_branch and logic_branch_listener.

P.S. This map also contains animated panels, indicator lights, and auto cube spawners all in action, Oh and it comes with the vmf file so you can see how it was all done. :wink:

Enjoy -FusedCore

Video: http://www.youtube.com/watch?v=S49MO1cyr78

File Name: Portal2_multbutton_mapexample_renaFUSED.rar
File Size: 104.35 KiB

Portal2 Logic multi-button map-example renaFUSED

&

Advertisement
Registered users don’t see ads! Register now!
Avatar
flare03
5 Posts
Posted Jun 11, 2011
Replied 17 minutes later
Thats quite nice ( I have not played it yet, but I saw your video.)
so its basically using a hard light bridge and a panel to bypass a fizzler and get a cube.
nice.
Avatar
FusedCore
31 Posts
Posted Jun 11, 2011
Replied 1 hour later

flare03 wrote:
Thats quite nice ( I have not played it yet, but I saw your video.)
so its basically using a hard light bridge and a panel to bypass a fizzler and get a cube.
nice.

yep that's right :biggrin:

Avatar
Marise
249 Posts
Posted Jun 22, 2011
Replied 10 days later
Thanks, FusedCore. I tried to emulate what you did but mine still isn't working. The only difference is my logic_branch is directly commanding the panels to animate.

I'm not clear on why panel animations need to be run through relays. I have at other times directly commanded panel animations through a laser catcher (in the same map, actually).

Could that be my problem? Otherwise I'm at a loss.

Avatar
Marlovious
111 Posts
Posted Jun 22, 2011
Replied 11 minutes later

Marise wrote:
Thanks, FusedCore. I tried to emulate what you did but mine still isn't working. The only difference is my logic_branch is directly commanding the panels to animate.

I'm not clear on why panel animations need to be run through relays. I have at other times directly commanded panel animations through a laser catcher (in the same map, actually).

Could that be my problem? Otherwise I'm at a loss.

Logic_branches should really only be used to set true/false on logic_branch_listeners, and the listeners should fire the output.

Avatar
FusedCore
31 Posts
Posted Jun 22, 2011
Replied 5 hours later

Marlovious wrote:
Marise wrote:

Thanks, FusedCore. I tried to emulate what you did but mine still isn't working. The only difference is my logic_branch is directly commanding the panels to animate.

I'm not clear on why panel animations need to be run through relays. I have at other times directly commanded panel animations through a laser catcher (in the same map, actually).

Could that be my problem? Otherwise I'm at a loss.

Logic_branches should really only be used to set true/false on logic_branch_listeners, and the listeners should fire the output.

Logic_branches are in coding basically an IF statement and a listener is just a function that calls the if statement to return true or false :wink:

Avatar
FusedCore
31 Posts
Posted Jul 01, 2011
Replied 8 days later
bumped to help others.
Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted Jul 01, 2011
Replied 2 hours later

FusedCore wrote:
bumped to help others.

Why? If someone asks about this again, link them to your example.