Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
John Smith

Boom key linedef types

Recommended Posts

EDIT: I should know the answer to this but does boom treat the skull keys and keycards as the same for door opening purposes.

Share this post


Link to post

EDIT: There are no stupid questions - only stupid answers. :)

Using generalized actions, you can define locks that'll accept one or both types of keys.

Share this post


Link to post

Please set better titles for your threads. It wasn't so much a "stupid thread" as a "stupid thread title".

The answer to your question can be found in boomref.txt:

There are two generalized door linedef types, Generalized Door, and
Generalized Locked Door. The following tables show the possibilities
for each parameter, any combination of parameters is allowed:

Slow and Fast represent the same speeds as slow and fast regular doors. Normal
is twice as fast as slow, Fast is twice normal, Turbo is twice Fast.

Generalized Door Types
---------------------------------------------------------------
#        Class   Trig   Lock   Speed    Wait  Monst    Function

3C00H-   Gen     P1/PR  No     Slow     1s    Yes      Open, Wait, Then Close
4000H            S1/SR         Normal   4s    No       Open and Stay Open
                 W1/WR         Fast     9s             Close and Stay Closed
                 G1/GR         Turbo    30s            Close, Wait, Then Open
                        

Generalized Locked Door Types
---------------------------------------------------------------
#        Class   Trig   Lock   Speed    Wait  Monst    Function

3800H-   Gen     P1/PR  Any    Slow     1s    No       Open, Wait, Then Close
3C00H            S1/SR  Blue   Normal   4s             Open and Stay Open
                 W1/WR  Red    Fast     9s             Close and Stay Closed
                 G1/GR  Yell   Turbo    30s            Close, Wait, Then Open
                        BlueC
                        RedC
                        YellC
                        BlueS
                        RedS
                        YellS
                        All3
                        All6                        
So you can make doors that take either (card or skull key), a specific type (ONLY card or ONLY skull key), all three keys (red, blue and yellow, type doesn't matter), or all six keys (BOTH card and skull)

Share this post


Link to post
fraggle said:

Please set better titles for your threads. It wasn't so much a "stupid thread" as a "stupid thread title".

fraggle my darling just be glad I didnt keep the original thread title :P

And thanks for answering my question, both of you. That'll be helpful for something later on :)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×