Jump to content

Is it possible to apply the Ai from the stealth suit mk 2 to other armor?


Somnium0

Recommended Posts

I think maybe you just add this script to the armor you want ...

NVDLC03AuralStealthSuitObjectSCRIPT

 

Unless there is some other activation needed done , like a quest objective or dialogue choice ?

But the Quest is start game enabled , so looks to just need equipping with that script on it to run stuff.

 

But then also the Quest script "NVDLC03AuralStealthSuitQuestSCRIPT"

Needs some line changes ... anytime you find this ... ( looks to be just 4 spots)

 

If ( Player.GetEquipped NVDLC03AuralStealthsuit == 1 )

 

Add the orange portion to it

 

If ( Player.GetEquipped NVDLC03AuralStealthsuit == 1 || Player.GetEquipped ChineseStealthArmor == 1)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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