Door

From the CreationKit Wiki
Jump to navigation Jump to search

A door is a special example of an activator. However, it has built in functionality for activation.

  • Animating doors run their animation when activated. Usually this means swinging open.
  • Load doors link to another load door reference somewhere in the game. When activated the actor is teleported to that other reference.

DoorWindow.png

Door Dialog[edit | edit source]

  • ID: Unique identifier for this form.
  • Name: Display name.
  • Model: Displays the model for this object.
  • Add Destruction Data: Sets the damage states if an object is destructible.
  • Open: Selects the opening sound.
  • Close: Selects the closing sound.
  • Loop: Selects the looping sound.
  • Flags:
    • Random Anim Start: If checked, this object kicks off its idle animation at a random start time. This is so you can put a couple of the same animated activators in a scene and they won't be animating in sync.
    • Sliding Door: Door slides open into the walls instead of opening forward or backwards
    • Automatic Door: Door location represents an area in the environment that's activated when the player enters the defined space rather than manually.
    • IsMarker: Determines whether or not the 3D for the door is loaded in game. For example auto-load doors are probably flagged as IsMarker.
    • Hidden: Door does not appear on map.
    • Minimal Use: Quest Targets will avoid using this door when choosing a path for the compass. Also, the door will not be used by NPCs (or followers, or fast travel?) for pathing, if there is any viable alternative. So adding a min use teleport to another city into someone's basement will not cause that basement to replace the highways as the preferred and fastest route for NPC traders to travel between those cities.
    • Do Not Open In Combat Search: While searching for the player, enemies will not open this door to look.
  • Randomly Teleports to these Interiors / Worldspaces only:
    When there are items in this list, the destination for teleporting is left undecided until the player activates the door. At that time, the destination door is decided and saved with the save game. If the player repeatedly enters and exits the door, he will always go to the same location. However, if he restores to a save game from before he activated the door for the first time, it will generate a new random destination.
    To add interiors or world spaces to this list, click and drag the cells/world spaces desired from the appropriate window under the "World" tab, and drop it into the list.
    • Note: As of Creation Kit v1.5.3.0, if you drag and drop a cell/world space into this list, any subsequent attempt to save the mod will result in Creation Kit crashing and corrupting your mod file. Effectively, this functionality is now inaccessible.

Lock Levels[edit | edit source]

Any References to Door or Container objects may specify if they are locked, the difficulty of the lock, and optionally any Keys required for the lock.

Lock Level Skill to Pick Lock
Novice 1
Apprentice 25
Adept 50
Expert 75
Master 100
Requires Key N/A


See Also[edit | edit source]