Hidden perk editing.

Post » Mon Jun 18, 2012 5:23 am

Hi all. I hope I am able to explain my problem correctly...



What I'm trying to do is edit the Werewolf hidden perk that allows the character to feed on dead NPCs to include animals. I get that editing perks is done via the character tab and selecting actor values, this perk however is not showing up. I then tried to edit the perk itself 'PlayerWerewolffeed' from the object window by adding the condition :


haskeyword keword: 'Actortypeanimal == 1.00 AND



I basicly copied every condition that was for ActortypeNPC and changed the copy to animals. When I did that I was unable to activate feed on either group. So, as a test, rather then add animals I simply changed the condition for NPCs to animals. Doing that alllows feeding on the animal group but obviously not NPCs. A work around would be to simply add the keywrord ActortypeNPC to every race I wanted to allow feeding from but then I run into the problem of any mods I download that change a races stats would wipe out the tag I added.

Any ides?
User avatar
Harry-James Payne
 
Posts: 3464
Joined: Wed May 09, 2007 6:58 am

Post » Mon Jun 18, 2012 6:44 pm

It's not working because you changed the conditions to require keywords ActorTypeNPC AND ActorTypeAnimal, meaning both must be present at the same time which is never true. Change the conditions to ActorTypeNPC OR ActorTypeAnimal and it should work (there's a checkbox for it).
User avatar
Del Arte
 
Posts: 3543
Joined: Tue Aug 01, 2006 8:40 pm

Post » Mon Jun 18, 2012 4:42 am

Cool thanks. I'll give that a try :biggrin:
User avatar
Kill Bill
 
Posts: 3355
Joined: Wed Aug 30, 2006 2:22 am


Return to V - Skyrim