guy12389 Posted September 16, 2014 Share Posted September 16, 2014 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 More sharing options...
Ladez Posted September 16, 2014 Share Posted September 16, 2014 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 More sharing options...
guy12389 Posted September 16, 2014 Author Share Posted September 16, 2014 Um... vault 3 controlled panel both the inside and outside? Can I just copy pasted the door? Link to comment Share on other sites More sharing options...
guy12389 Posted September 16, 2014 Author Share Posted September 16, 2014 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 More sharing options...
Ladez Posted September 16, 2014 Share Posted September 16, 2014 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 areaI 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 More sharing options...
guy12389 Posted September 16, 2014 Author Share Posted September 16, 2014 I tried creating my own panel and door but it wont work Link to comment Share on other sites More sharing options...
Fallout2AM Posted September 16, 2014 Share Posted September 16, 2014 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 More sharing options...
guy12389 Posted September 16, 2014 Author Share Posted September 16, 2014 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 More sharing options...
Recommended Posts