Deleted5242598User Posted March 1, 2013 Share Posted March 1, 2013 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 More sharing options...
Lywin Posted March 1, 2013 Share Posted March 1, 2013 DId Dawnguard remove it specifically? I guess what I'm asking is if Dawnguard is not enabled and you are a vampire at stage 4 do you still get attacked? Link to comment Share on other sites More sharing options...
Deleted5242598User Posted March 2, 2013 Author Share Posted March 2, 2013 Hi,as far as i know yes. I need to test it, but i havent heared otherwise. Link to comment Share on other sites More sharing options...
Lywin Posted March 2, 2013 Share Posted March 2, 2013 Well that would be the best place, because if Dawnguard changed it, it might be easier to find. Although it also might have been changed in the Update.esm Link to comment Share on other sites More sharing options...
Lywin Posted March 2, 2013 Share Posted March 2, 2013 (edited) 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 March 2, 2013 by Lywin Link to comment Share on other sites More sharing options...
Deleted5242598User Posted March 2, 2013 Author Share Posted March 2, 2013 (edited) @ 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 March 2, 2013 by Guest Link to comment Share on other sites More sharing options...
Lywin Posted March 3, 2013 Share Posted March 3, 2013 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 More sharing options...
Deleted5242598User Posted March 3, 2013 Author Share Posted March 3, 2013 Hmm i cant find it there. All i have in the Dawnguard folder is: DLC1PlayerVampireChangeScriptDLC1PlayerVampireScriptDLC1_QF_DLC1PlayerVampireQues_010071D0 Link to comment Share on other sites More sharing options...
Lywin Posted March 4, 2013 Share Posted March 4, 2013 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 getall the meshes, textures, interface files, and scripts. Go to the scripts folder and source and they shouldbe 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 withany BSA file. Link to comment Share on other sites More sharing options...
Deleted5242598User Posted March 5, 2013 Author Share Posted March 5, 2013 The DLC1PlayerVampireChangeScript seems to contain just what you mentioned in point 5. 5. In the second, DLC1PlayerVampireQuestScript lines 640-646 you shouldsee 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 More sharing options...
Recommended Posts