combo door

combo door

Hammer Mapping — Page [1]
luke

2006 Aug 29 • 112
16 ₧
at the end of surf__ninja theres a door and theres a key pad nd u have to put in the combo to open door how can i make a keypade thing like that?


thanks
 
 
 
2006 Sep 18 at 14:53 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Please link the map.
 
 
 
2006 Sep 18 at 16:54 PDT
luke

2006 Aug 29 • 112
16 ₧
http://www.fpsbanana.com/maps/5434


im thinking for this is need to do like button trigger on the buttons that are the combo... but lol i dont know how to do that, or if it would work lol
 
 
 
2006 Sep 18 at 18:07 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Are you sure that thing even works?

It looks like the code is supposed to be

0 (right)
2
0 (left)
9
8
6

But it doesn't do anything, and looking at it in Hammer, it's not set up to do anything.... am I missing something?
 
 
 
2006 Sep 19 at 01:40 PDT
luke

2006 Aug 29 • 112
16 ₧
uhhh i dont know lol is there anyway that i can just like use numbers from decal.wad or something , make a number pag and like set the combo to like a button etity thing somehow?

yeah and it worked for me.. do the 0 2 0 9 8 6 thing then hit use on the welcome mat and if it mnot work do it again and hit the biohazard sigh thing on the keypad
 
 
 
2006 Sep 19 at 03:55 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Oooooooohhhhhhh.

I didn't notice the welcome mat...

The biohazard sign doesn't do anything.

Here's how you make a chain of buttons work:

Create a func_button called button1 and have it target a multisource called master2. It doesn't matter where you put the multisource.

Create another func_button called button2 and have it target another multisource called master3. Set button2's master to master2. Buttons with a master will only work if the master is triggered first.

Then Create button3 targetting master4. button3's master should be master3.

You can go on and on like this...

Eventually create button6 which targets your func_door. button6 should have master master6.
 
 
 
2006 Sep 19 at 11:15 PDT
luke

2006 Aug 29 • 112
16 ₧
ooooooooooo k thanks!
 
 
 
2006 Sep 19 at 12:39 PDT
Page [1]