4
Fork 0
english-generic-dialogue
Eddoursul 3 years ago
parent 1b4a5d967e
commit ff427737c7
  1. BIN
      Enderal - Forgotten Stories.esm
  2. 4
      Enderal - Forgotten Stories.ini
  3. BIN
      meshes/enderal/armor/heavy leather armor/1stpersonleathermedf_1.nif
  4. BIN
      meshes/enderal/dungeons/crystals/crystalbase01blue.nif
  5. BIN
      meshes/enderal/dungeons/crystals/crystalbase01green.nif
  6. BIN
      meshes/enderal/dungeons/crystals/crystalbase01greentest.nif
  7. BIN
      meshes/enderal/dungeons/crystals/crystalbase01pink.nif
  8. BIN
      meshes/enderal/dungeons/crystals/crystalbase01red.nif
  9. BIN
      scripts/_00e_movetoeditorlocationonload.pex
  10. BIN
      scripts/_00e_mq16_functions.pex
  11. BIN
      scripts/_00e_mqp02_functions.pex
  12. 7
      scripts/source/_00e_movetoeditorlocationonload.psc
  13. 17
      scripts/source/_00e_mq16_functions.psc
  14. 2
      scripts/source/_00e_mqp02_functions.psc
  15. 1
      scripts/source/tif__0007b861.psc
  16. BIN
      scripts/tif__0007b861.pex
  17. BIN
      strings/enderal - forgotten stories_chinese.dlstrings
  18. BIN
      strings/enderal - forgotten stories_chinese.ilstrings
  19. BIN
      strings/enderal - forgotten stories_chinese.strings
  20. BIN
      strings/enderal - forgotten stories_english.dlstrings
  21. BIN
      strings/enderal - forgotten stories_english.ilstrings
  22. BIN
      strings/enderal - forgotten stories_english.strings
  23. BIN
      strings/enderal - forgotten stories_french.dlstrings
  24. BIN
      strings/enderal - forgotten stories_french.ilstrings
  25. BIN
      strings/enderal - forgotten stories_french.strings
  26. BIN
      strings/enderal - forgotten stories_german.dlstrings
  27. BIN
      strings/enderal - forgotten stories_german.ilstrings
  28. BIN
      strings/enderal - forgotten stories_german.strings
  29. BIN
      strings/enderal - forgotten stories_italian.dlstrings
  30. BIN
      strings/enderal - forgotten stories_italian.ilstrings
  31. BIN
      strings/enderal - forgotten stories_italian.strings
  32. BIN
      strings/enderal - forgotten stories_japanese.dlstrings
  33. BIN
      strings/enderal - forgotten stories_japanese.ilstrings
  34. BIN
      strings/enderal - forgotten stories_japanese.strings
  35. BIN
      strings/enderal - forgotten stories_korean.dlstrings
  36. BIN
      strings/enderal - forgotten stories_korean.ilstrings
  37. BIN
      strings/enderal - forgotten stories_korean.strings
  38. BIN
      strings/enderal - forgotten stories_russian.dlstrings
  39. BIN
      strings/enderal - forgotten stories_russian.ilstrings
  40. BIN
      strings/enderal - forgotten stories_russian.strings
  41. BIN
      strings/enderal - forgotten stories_spanish.dlstrings
  42. BIN
      strings/enderal - forgotten stories_spanish.ilstrings
  43. BIN
      strings/enderal - forgotten stories_spanish.strings

Binary file not shown.

@ -5,8 +5,8 @@ sLanguage=ENGLISH
[Archive]
bInvalidateOlderFiles=1
sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes0.bsa, Skyrim - Meshes1.bsa, Skyrim - Sounds.bsa, Skyrim - Textures0.bsa, Skyrim - Textures1.bsa, Skyrim - Textures2.bsa, Skyrim - Textures3.bsa, Skyrim - Textures4.bsa, Skyrim - Textures5.bsa, Skyrim - Textures6.bsa
sResourceArchiveList2=Skyrim - Textures7.bsa, Skyrim - Textures8.bsa, Skyrim - Patch.bsa, Unofficial Skyrim Special Edition Patch.bsa, Unofficial Skyrim Special Edition Patch - Textures.bsa, E - Meshes.bsa, E - Scripts.bsa, E - Sounds.bsa, E - Textures1.bsa, E - Textures2.bsa, E - Textures3.bsa, E - SE.bsa, L - Textures.bsa, L - Voices.bsa
sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes0.bsa, Skyrim - Meshes1.bsa, Skyrim - Sounds.bsa, Skyrim - Textures0.bsa, Skyrim - Textures1.bsa, Skyrim - Textures2.bsa, Skyrim - Textures3.bsa, Skyrim - Textures4.bsa, Skyrim - Textures5.bsa, Skyrim - Textures6.bsa, Skyrim - Textures7.bsa
sResourceArchiveList2=Skyrim - Textures8.bsa, Skyrim - Patch.bsa, Unofficial Skyrim Special Edition Patch.bsa, Unofficial Skyrim Special Edition Patch - Textures.bsa, E - Meshes.bsa, E - Scripts.bsa, E - Sounds.bsa, E - Textures1.bsa, E - Textures2.bsa, E - Textures3.bsa, E - SE.bsa, E - Update.bsa, L - Textures.bsa, L - Voices.bsa
[VATS]
bVATSDisable=1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,7 @@
Scriptname _00E_MoveToEditorLocationOnLoad extends ObjectReference
event OnLoad()
Self.MoveToMyEditorLocation()
endevent

@ -855,6 +855,7 @@ EndFunction
Function TealorGetUp()
akTealor.ResetInventory()
akTealor.SetLookAt(MQ16_SC14_YuslanDeadREF)
akTealor.PlayIdle(IdleExhaustedExit)
_00E_ShatterSoulDarkFlamesShader.Stop(MQ16_SC14_YuslanDeadREF)
@ -896,14 +897,15 @@ Function ResetAnimations()
EndFunction
Function TealorKillYuslan()
Wait(1)
_00E_MC_TealorREF.PlayIdleWithTarget(pa_2HMKillMoveDecapSlash, MQ16_SC14_YuslanDeadREF)
Wait(1)
if _00E_MC_TealorREF.PlayIdleWithTarget(pa_KillMove1HMDecap, MQ16_SC14_YuslanDeadREF)
Utility.Wait(3)
else
; animation failed
endif
Game.TriggerScreenBlood(7)
Wait(3)
Utility.Wait(3)
YuslanDeath()
SetStage(170)
@ -1004,6 +1006,7 @@ Topic Property MQ16_D03_VisionFragmentTopic Auto
Idle Property TG05_Knockout Auto
Idle Property TG05_GetUp Auto
Idle Property pa_2HMKillMoveDecapSlash Auto
Idle Property pa_KillMove1HMDecap Auto
Idle Property _00E_IdleCastMagicTwoHanded Auto
Idle Property IdleMagic_01 Auto
Idle Property IdleExhaustedExit Auto

@ -373,8 +373,6 @@ EndFunction
Function RocioKillSirius()
Sirius.GetActorReference().GetActorBase().SetEssential(False)
Debug.SendAnimationEvent(Sirius.GetActorReference(), "IdleStop")
Utility.Wait(1.5)
Rocio.GetActorReference().PlayIdleWithTarget(pa_1HMKillMoveShortB, Sirius.GetActorReference())
Sirius.GetActorReference().Kill(Rocio.GetActorReference())
Utility.Wait(1)

@ -16,6 +16,7 @@ EndFunction
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
Utility.Wait(1.4)
GetOwningQuest().SetStage(95)
;END CODE
EndFunction

Binary file not shown.
Loading…
Cancel
Save