4
Fork 0

Fixed possible music disappearing after The Voice from the Water

english-generic-dialogue
Eddoursul 3 years ago
parent 497bf9859e
commit 2832b5dc55
  1. BIN
      NQ15 silence fix.esp
  2. BIN
      scripts/_00e_nq15functions.pex
  3. BIN
      scripts/_00e_playersetupscript.pex
  4. 4
      source/scripts/_00e_nq15functions.psc
  5. 5
      source/scripts/_00e_playersetupscript.psc

Binary file not shown.

Binary file not shown.

@ -127,7 +127,7 @@ Function PortWoman()
_00E_TeleportReappearShader.Play(NQ15Woman)
; SE: The shader is short, 2 seconds is too long
Wait(0.5)
Wait(1.0)
NQ15Woman.SetAlpha(1)
EndFunction
@ -179,6 +179,7 @@ Function DespawnWoman()
_00E_TeleportVanishShader.Play(NQ15Woman)
Wait(3)
NQ15Woman.Disable()
Levelsystem.RemoveSilence()
EndFunction
@ -186,6 +187,7 @@ Function EnableContainerAndGiveKey()
NQ15Container.Enable()
PlayerREF.AddItem(_00E_NQ15ContainerKey, 1)
Levelsystem.RemoveSilence()
EndFunction

@ -195,6 +195,9 @@ Function Update_209()
_ResetPerk(perkBloodlust)
_00E_PlayerhousingMaster.GetMaster().Update_209()
; Previous versions may have silence tracks stuck
Levelsystem.RemoveSilence()
EndFunction
@ -441,3 +444,5 @@ GlobalVariable Property KillMove Auto
Perk Property _00E_Class_Keeper_P05_C_Conditioning Auto
Perk Property _00E_Class_Vagrant_P05_B_Lightweight Auto
_00E_QuestFunctions Property Levelsystem Auto

Loading…
Cancel
Save