Jump to content

[LE] Cannot get secret passage door to open correctly.


javapimp

Recommended Posts

Hi all. I'm trying to get a secret passage door to open with a pull chain (tried a pull bar too). It is linked up correctly however the door does not animate in game. To get it to actually work, I need to go into the console and "disable" then immediately "enable" the door. Then it activates as expected.

 

I posted a video of it here on my Twitter:

 

https://twitter.com/FourthWoods/status/1220529279064297473?s=20

 

I've considered setting up a trigger somewhere near the door but out of sight that will do this in script so the door works when the player gets there but that seems like a hack to me. Has anyone seen this before and what might be the correct way to go about getting it working?

 

Thanks,

Dave.

Link to comment
Share on other sites

Thanks for checking it out. Frustratingly, it's working today. In fact I now cannot get it to not work. lol. :wallbash:

 

The setup is straight forward. Place the door, open the properties, set the reference to the pull chain in the Activate Parents tab.

 

Last night, if I swapped the door out for any other door, like NorPortcullis for instance, it would work. Change that back to the NorSecRmSmDoorSm01 and it would fail like in the video.

 

I don't like when things magically work without me doing anything to fix it. I'm still learning the CK so I'm sure I did something wrong somewhere...

 

Thanks again,

Dave.

Link to comment
Share on other sites

It's probably one of them anims set in the .nif file.

playAnimationandWait(openAnim, openEvent)

playAnimationAndWait("Trigger01","done")

 

OnActivate

Self.PlayGamebryoAnimation("Forward",6.0)

 

few examples, you can find the correct wording if you edit the object on the left hand side.

......................

I looked up that door that one is a GamebryoAnim so ...

OnActivate

Self.PlayGamebryoAnimation("open",6.0) ; open / close are the key words and the 6.0 is the speed

 

Or just use Activate Parent from the door then set it to the pull bar.

Edited by NexusComa
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...