Doors
From Unofficial QEdit Wiki Guide
Revision as of 01:39, 5 August 2018 by RoySilverblade (Talk | contribs)
Object
All single button doors behave the same if their Switch ID is -1, it's permanently unlocked. If it has a value, then a button or switch with the same Switch ID will unlock it. If the switch is a floor panel, that object can be set so that a player must remain on it for it to remain pressed which would then in turn apply to the door.
For multi-button doors, each switch/button must be activated in order for the door to become unlocked. The switch ID of the door should match the first button of the series and each additional button should increment from that ID (example: 3 Button Door's switch ID 15, it's 3 corresponding buttons would have Switch ID values of 15, 16, and 17).
ID List:
- (128) Forest Door
Parameters
Generic Arguments
- Skin - Value = A value from above ID List, object ID. Defines this object as a door. Do not change.
- Unknown
- Unknown
- ID - Identifying ID for the object, not necessary to change.
- Appear Flag - ID group for hide/unhide.
- All objects with a non 0 value are hidden, when an unhide operation with the provided parameter this object will appear (in addition to all other objects with the same value).
- Map Section - Room ID the enemy is in.
- Unknown
- Position X - X coordinate in reference to the center of the room.
- Position Y - Y coordinate in reference to the center of the room.
- Position Z - Z coordinate in reference to the center of the room.
- Rotation X - Rotation on the X-Axis of the button object (Rotation Values)
- Rotation Y - Rotation on the Y-Axis of the button object (Rotation Values)
- Rotation Z - Rotation on the Z-Axis of the button object (Rotation Values)
Unique Arguments
- (1) Scale X - X-Axis Scaling
- (2) Scale Y - Y-Axis Scaling
- (3) Scale Z - Z-Axis Scaling
- (4) Switch ID - Switch ID of the button, or the first Switch ID in the series.
- (5) Switch Total - Total number of switches/buttons for door.
- (6) Switch Mode - Does door remain unlocked after switches have been pressed.
- -1 = Don't use for single button doors. For multi-button doors, forces door to stay unlocked after all buttons pressed.
- 0 = Use for single button doors. For multi-buttons doors, this door will relock after any associate buttons stops being pressed.