Jump to content

guy12389

Recommended Posts

Hello Modding forms

 

I am asking for assistance in the creation of a mod and have hit a brick wall of sorts.

 

I am trying to make the player to open a vault using a vault control panel and then going to loading screen and will spawn in a new area.

 

Any help any help would be appreciated

Link to comment
Share on other sites

Find an example of it in the base game and reverse engineer that. A good place to look would be Vault 3, since it doesn't have the vault door play its animation and instead teleports the player, as per your requirements. Find the control panels and look at the scripts attached to them to see what makes them function. The control panels will be connected to the door with linked refs.

Link to comment
Share on other sites

Find an example of it in the base game and reverse engineer that. A good place to look would be Vault 3, since it doesn't have the vault door play its animation and instead teleports the player, as per your requirements. Find the control panels and look at the scripts attached to them to see what makes them function. The control panels will be connected to the door with linked refs.

Um... vault 3 controlled panel both the inside and outside? Can I just copy pasted the door on to the area

Link to comment
Share on other sites

Um... vault 3 controlled panel both the inside and outside?

I'm sorry, I don't understand what you're asking here.

 

Can I just copy pasted the door on to the area

I think you'd be better off creating your own door and panel instead, based on the ones from Vault 3, there might be things in the Vault 3 script that you don't want to run when opening your own door.

Link to comment
Share on other sites

External and internal are different, you could take a look at the outside one. You should create a new door and control panel without duplicating the existing ones. Link the door to the control panel (as in vault 3 door), create a new script for both the door (which you will copy from the vanilla door) and the control panel (which you will copy but you will change the names and vars concerning your mod/mood). It should work...

Link to comment
Share on other sites

External and internal are different, you could take a look at the outside one. You should create a new door and control panel without duplicating the existing ones. Link the door to the control panel (as in vault 3 door), create a new script for both the door (which you will copy from the vanilla door) and the control panel (which you will copy but you will change the names and vars concerning your mod/mood). It should work...

Can you please provide me with the script for the vault panel.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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