Tutorial: Simple Fake Locked Door. Last edited 5 years ago2018-06-20 16:46:27 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.

Fake Locked Door

In this tutorial you will learn how to create fake locked doors.
I mean doors that you were never supposed to open but you can hear a sound of locked latch or something.
And this is the easiest and cleanest way to do it.

Steps:

1. Create a door and multisource

-Create a func_door
-Create a multisource

2. Change propterties.

-In multisource properties change both it's name and target to same value e.g. "ms_fake"
-In door properties change Master value to multisource's name e.g. "ms_fake"

3. Change door locked sound so you can see effects.

Change func_door's locked sound and make sure that your fake door is not making a leak,
because you need to remember that func_door's are not sealing your map from void like normal brushes.

1 Comment

Commented 2 years ago2021-07-31 08:51:43 UTC Comment #103638
An alternative is to set the master to a multisource, and to make sure at least one entity (e.g. func_button) in an unreachable area targets the multisource. This way you don't have to name the doors. And you can see/sort/mark the locked doors in the entity report by filtering the master property to the name of the multisource.

You must log in to post a comment. You can login or register a new account.