Jump to content

Dawnguard Vampire Hatred at Stage 4


Deleted5242598User

Recommended Posts

Hi,

 

I always liked the idea of having everyone attack you at stage 4, since dawnguard removed that id like to make a small mod which is introducing it again.

 

I know there are mods like better vampire out there, but i dont like all the additions those mods add.

 

I am very new to the creation kit ( only watched a few tutorials and made a few test spells so far).

 

Anyone here who might me so nice to point me into the right direction on how to change the stage 4 hostilitiy ?

 

Thanks

 

Wax

Link to comment
Share on other sites

Hey Waxfire,

 

I did a bit of digging in the CK and through some of the scripts they were using for vampires before the DLC and after Dawnguard was released. I think I found out what you need to know.

 

1. Load up the CK with Dawnguard/Skyrim esm's and in the object reference window search bar type "PlayerVampire" no quotes.

2. You should notice at least 2 quests one named "PlayerVampireQuest" and the other "DLC1PlayerVampireQuest" if you open these quests and head to the scripts tab you will find the scripts

PlayerVampireQuestScript and DLC1PlayerVampireChangeScript respectively.

 

3. Open these in an editor of your choice.

4. In the first, PlayerVampireQuestScript lines 59-68 show how they had the player being attacked when progressing to stage four.

5. In the second, DLC1PlayerVampireQuestScript lines 640-646 you should see a comment saying that they won't hate you at stage four and that the

SetAttackActorOnSight is = false and they don't even check for stage 4 vampirism any longer.

 

Hope this helps and let me know if you get it working!

Edited by Lywin
Link to comment
Share on other sites

@ Lywin

 

Ahh thanks i had found the "PlayerVampireQuest" and the stage 4 line already but didnt think to look for a new quest added with Dawnguard.

 

Thanks alot for the tip, will test it as soon as i am back from work :smile:

 

[Edit]

 

Hmm i am able to open the PlayerVampireQuestScript with an external editor, but i am not albe to open the DLC1PlayerVampireQuestScript one.

 

Any idea why ? (most likely forgott some setting ? )

Edited by Guest
Link to comment
Share on other sites

If you navigate to the Data/Scripts/Source folder you will notice that the DLC1PlayerVampireQuestScript is actually in the Dawnguard subfolder, so if you want to just open it from there you can, or you can move it into the parent folder and it will be accessible when you open it through the Creation Kit

Link to comment
Share on other sites

Hmmm... you might have to get them from the Dawnguard.bsa file.

Have you used BSAopt before?

 

http://skyrim.nexusmods.com/mods/247

 

download this guy and run either the 32bit or 64bit version depending on your operating system.

Then browse for the Dawnguard.bsa and extract the contents to a folder somewhere. You will get

all the meshes, textures, interface files, and scripts. Go to the scripts folder and source and they should

be in there.

 

I can't recall having to do this myself, but it is a perfectly legitimate way of getting them. You can do this with

any BSA file.

Link to comment
Share on other sites

The DLC1PlayerVampireChangeScript seems to contain just what you mentioned in point 5.

 

 

5. In the second, DLC1PlayerVampireQuestScript lines 640-646 you should
see a comment saying that they won't hate you at stage four and that the

SetAttackActorOnSight is = false and they don't even check for stage 4 vampirism any longer.

 

By the way i started a new game ... seems i am getting hatred at stage 4 even thought the rest seems to work just as it should .... ( meaning resists at stage 4 = 50% ) hmmm

Link to comment
Share on other sites

  • Recently Browsing   0 members

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