MofoMojo Posted February 21, 2012 Share Posted February 21, 2012 (edited) Does anyone know how to rebuild the VampireFeed perk Fragment? Feeding suddenly stopped working. I get the option to feed, but nothing happens afterwards. Debug.MessageBox in the VampireFeed function inside PlayerVampireQuest doesn't trigger so I imagine it's something wrong with the way the fragment linking works. I used SkyEdit 0.6 to clean up some errant forms I no longer needed, the latest version seems to support some level of scripting. About an hour or two later after adding some additional forms to my mod I started Skyrim to test and the Feed function no longer triggers. Not sure if SkyEdit was the issue. I have a backup of the .ESP for those modifications but don't really want to lose the workI invested in the additional effects. If anyone can give me some pointers, I'd be grateful. Never worked with Fragments before.Also, I get the following error on Papyrus Fragment tab in the Perk Entry for VampireFeed ;WARNING: Unable to load fragment source from function Fragment_0 in script PRKF_VampireFeedBeds_000CF02C ;Source NOT loadedT Thanks, -MM Edited February 21, 2012 by MofoMojo Link to comment Share on other sites More sharing options...
MofoMojo Posted February 21, 2012 Author Share Posted February 21, 2012 I think I worked it out.... I edited the original script and saw that the fragment had the following code: Game.GetPlayer().StartVampireFeed(aktargetRef as actor) PlayerVampireQuest.VampireFeed(aktargetRef as actor) So I deleted the existing script from the perk, modified the perk entry, I deleted the fragment on the Advanced tab...in the fragment tab, I added the above code, compiled, went into the fragment properties and auto-filled. Seems to be working... now I'm back to debugging. -MM Link to comment Share on other sites More sharing options...
Recommended Posts