0 of 0

File information

Last updated

Original upload

Created by

Tayace

Uploaded by

Tayace

Virus scan

Safe to use

Tags for this mod

9 comments

  1. chronoflect
    chronoflect
    • supporter
    • 0 kudos
    .
  2. ServalKhajiit217
    ServalKhajiit217
    • member
    • 48 kudos
    Useable for 2024 year?

    And btw, does this fix with quest start including in any another one on nexus? 
  3. MikaelaM
    MikaelaM
    • member
    • 66 kudos
    Thank you. I've pulled over 100 mods trying to figure out this problem. Loaded while inside Dimhollow. Unfortunately, once you get to the castle the mod breaks, with or without the mod installed. There is not the welcoming committee or dialogue with father. Still it is over a year since I've been able to access Dawnguard to this level so I'll keep looking.
  4. Blackread
    Blackread
    • premium
    • 466 kudos
    Installing this mod teleports the player to dimhollow crypt and starts the bloodlines quest on a new game.
    1. Tayace
      Tayace
      • member
      • 0 kudos
      Are you using Alternate Start? I have tested using the vanilla new game starting sequence without a problem. Made it all the way to Riverwood without issues, and without the Bloodlines quest starting.
    2. Blackread
      Blackread
      • premium
      • 466 kudos
      I tested with Alternate Perspective. I tested now again with a vanilla game and you are right, no issues there. I suppose the cart ride prevents it from happening? Installing this on an ongoing save results in Bloodline starting immediately when loading the save, even with an otherwise vanilla setup.

      Btw, the Bloodline stage 0 is a debug stage meant for developers to use to quickly test the quest. Bethesda implemented similar ones to all the main quests at least. Stage 0 for Bloodline moves the player to Dimhollow Crypt and places Serana next to them.
      Spoiler:  
      Show

      ;Move the player to the vampire castle door
      Game.GetPlayer().MoveTo(DLC1VQ02PlayerStart)
      ;Move Serana to be next to the player at the vampire castle door
      Alias_Serana.GetReference().MoveTo(DLC1VQ02SeranaStart)
      ;Set Stage 5, the normal quest start stage
      SetStage(5)
      The comment says vampire castle door, but the marker dlc1VQ02PlayerStart is actually placed in Dimhollow Crypt, as is the serana marker.
      The normal startup stage for the quest that happens in gameplay is stage 5. When the previous quest Awakening hits stage 200 the script for that stage sets Bloodline to stage 5, starting the quest. Hard to say exactly why it didn't work for you though.
      Spoiler:  
      Show
      ;Completion stage
      SetObjectiveCompleted(40,1)
      Game.AddAchievement(51)
      VQ02.SetStage(5)

      DLC1VQ01RNPC.Stop()

      Stop()

      I'm guessing it could be a required alias being disabled, deleted or reserved by another quest, that's usually the reason when quests fail to start even with the console.
    3. Tayace
      Tayace
      • member
      • 0 kudos
      Interesting, for the time being I would not recommend using this mod unless applying to a save in which you are experiencing the stated problem and are using a save in which you are inside Dimhollow and ready to open the crypt. 
  5. xayany
    xayany
    • supporter
    • 45 kudos
    I can assure you that it's a load order error or a specific mod, I've never seen this error in skyrim, in all these years.
  6. lancegeis
    lancegeis
    • premium
    • 107 kudos
    very weird that it is so broken for you, but many mods can break it in the save.