[Prefab] Keypad with Password

[Prefab] Keypad with Password v2

Midlou

L5: Dapper Member
Jan 12, 2016
208
238
[prefab] Keypad with Password - 4-digit password keypad

Features
4-digits
Reset button
Bullet-proof
Explosion-proof​

Demonstration

Setting...

Put outputs in the "keypad_number_x_1" according to the desired password...

examples:
Password: 1234
keypad_number_1_1
Output -> OnPressed -> keypad_password_s1_1 -> Trigger
keypad_number_2_1
Output -> OnPressed -> keypad_password_s2_1 -> Trigger
keypad_number_3_1
Output -> OnPressed -> keypad_password_s3_1 -> Trigger
keypad_number_4_1
Output -> OnPressed -> keypad_password_s4_1 -> Trigger

Password: 7218
keypad_number_7_1

Output -> OnPressed -> keypad_password_s1_1 -> Trigger
keypad_number_2_1
Output -> OnPressed -> keypad_password_s2_1 -> Trigger
keypad_number_1_1
Output -> OnPressed -> keypad_password_s3_1 -> Trigger
keypad_number_8_1
Output -> OnPressed -> keypad_password_s4_1 -> Trigger

Password: 1122
keypad_number_1_1

Output -> OnPressed -> keypad_password_s1_1 -> Trigger
Output -> OnPressed -> keypad_password_s2_1 -> Trigger
keypad_number_2_1
Output -> OnPressed -> keypad_password_s3_1 -> Trigger
Output -> OnPressed -> keypad_password_s4_1 -> Trigger


ZIP content:

keypad_password_demo_v2.bsp
keypad_password_demo_v2.vmf
keypad_password_v2.vmf

Feel free to use it as you want. Do not forget to credit me. :D
 
Last edited:

Nethy

L1: Registered
Jan 19, 2018
25
15
Would it be possible to use this model as a payload transition? I.e Barnblitz's 2nd point track rotation but more akin to Steele's door but instead the code lock would be self inputting the code over i/e 5 secs-10 secs instead of the player with the result being the door opening.

Basically is it possible for the payload to trigger an animation in which the code unlocks itself over a period of time.
 

SeVeN7

L1: Registered
Jan 30, 2019
3
0
Nice keypad man, i will use in my trade_plaza_a6 thanks for posting this