daisy8 Posted October 27, 2016 Share Posted October 27, 2016 Hi all Does anyone know how to place a vault gear door in a mod and make the animation work ? All I need is for a gear door to operate from a gear door activate panel. I don't need the pipboy animation or any others. Just the door to open and close. Cheersdaisy Link to comment Share on other sites More sharing options...
HuzzahBritain Posted October 27, 2016 Share Posted October 27, 2016 Yeah, I could only find static. Have you tried doors? Link to comment Share on other sites More sharing options...
montky Posted October 27, 2016 Share Posted October 27, 2016 an excellent question!there were several misc mods on Nexus,one of which allow you to 'build your own vault'"NB not compatible fully with Vault Workshop DLC"it was either by DarthWayne,or by the title of 'Vault 96 components mod" the 1:1 vault door had to be no-clipped to be placed correctly,and had a power-connector sadly under the ground part... a pain to connect hehehe.though, in theory...you connect the power to the door to a terminal.it takes 30 power.the terminal or button, when pressed, will open the vault door. Petard and Tyrannicon solved this,by no-clipping a regular button switch inside ofthe existing entry-way panel.quick, easy... you can even have the lazer-trip sensor or decontamination shower sensorbe the button to open or close the vault. I hope that offers you some options for a work around!good luck building awesome FO4 settlements! Link to comment Share on other sites More sharing options...
daisy8 Posted October 27, 2016 Author Share Posted October 27, 2016 Hi montky Thanks for the answer. I have played with a couple of mods for settlements like those you mentioned but I want to place a gear door in the creation kit for my own mod. Cheersdaisy Link to comment Share on other sites More sharing options...
shavkacagarikia Posted October 27, 2016 Share Posted October 27, 2016 Look under activator objects for vltGearDoo01, in preview window under script events you can see the name of animations you can call on that object from papyrus.(Like GearDoorProperty.Playanimation("stage2")). stage2 looks like the open animation, I don't know which is for close, you have to test them to find out ... Link to comment Share on other sites More sharing options...
daisy8 Posted October 28, 2016 Author Share Posted October 28, 2016 OK cool. Yeah I saw that too. Just wondering if there is one already set up. Scripting is not really my strong suit ! Cheers Link to comment Share on other sites More sharing options...
shavkacagarikia Posted October 28, 2016 Share Posted October 28, 2016 I think there is no set up one.You wont need much scripting, you will need to write Event OnActivate(objectreference akactionref) GearDoorProperty.Playanimation("stage2")Endevent In the script which will be attached on your activate panel. Just contact me if you decide to do this way and I will explain in more details. Link to comment Share on other sites More sharing options...
VIitS Posted October 28, 2016 Share Posted October 28, 2016 The vanilla vault gear door does not have a close animation. The mod author for the mod montky mentions had to reverse the open animation (probably in 3ds max, it's really simple there) and add it to the mesh as a close animation. If you have 3ds max, it really is pretty easy (in fact, importing, exporting, and copying it to the original nif so you don't lose things like collision takes longer than it does to actually reverse the animation). shows you exactly what you need to do, and you just need to make sure that when you are importing and exporting it keeps the animation (both myself and the aformentioned MA used nifskope and the nifskope 3ds max plugin, as the CK wasn't even out at this point, let alone Bethesda's plguin that only works with old versions of the software). Obviously, if you want to tweak things a bit it'll take a little longer (in the version I made for personal use, I fiddled with some of the smaller details that are just a little off when reversed, like the swinging motion of the arm), but just reversing an animation is quite easy. Once you get that working, it is as shavkacagarikia said (with the "stage" dependent on what you end up setting it as when making the nif). You could also add the switch to the main mesh, but then it could be activated on any part of the door with collision, not just at the panel. Link to comment Share on other sites More sharing options...
daisy8 Posted October 29, 2016 Author Share Posted October 29, 2016 Thanks Vlits. It is annoying that there isnt an easier way to it. Cheers Link to comment Share on other sites More sharing options...
LordPuggy Posted June 20, 2018 Share Posted June 20, 2018 Hello, has anyone found a good solution to this problem i'm too having a problem of getting a working vault gear door, anyone got a soloution? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts