Author Topic: Custom feats not showing up  (Read 339 times)

Legacy_empathic_haze

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
Custom feats not showing up
« on: July 23, 2011, 10:56:12 pm »


               I'm trying to add these custom animations to my module: Vaei Additional Animations. The animations are supposed to appear in-game as a feat you can access from the character's radial menu. I've placed the .hak and .tlk files in the appropriate folders and set the module to use them, and I can directly play the animations using the ActionPlayAnimation function. The problem I'm having is getting the feats for the animations to show up. When I make a new character they don't have the feats, and if I go to the Creature Properties window to see the list of available feats they're not listed. Is there some other thing I need to do to get the feats to show up? Has anyone else had this problem, and how did you fix it?
Thanks ':wizard:'
               
               

               


                     Modifié par empathic_haze, 23 juillet 2011 - 10:18 .
                     
                  


            

Legacy_the.gray.fox

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Custom feats not showing up
« Reply #1 on: July 26, 2011, 01:35:08 pm »


               Assuming that everything within [feat.2da] and [spells.2da] is set up properly...
... the [cls_feat_*.2da] files are to be edited accordingly.

For example, for the Monk class you would edit the [cls_feat_monk.2da] file.
Here is explanation of the columns in it.

-- FeatLabel
String. Just a label for doc purpose.

-- FeatIndex
Integer. Index into feat.2da

-- List
Integer. Valid values...
-1: feat granted at creation, at level 1.
0: feat is choosable.
1: feat can be chosen as a bonus feat or normal feat.
2: feat can only be chosen as a class bonus feat.
3: feat is granted at the level specified by GrantedOnLevel.

-- GrantedOnLevel
Integer. class level [1..40] at which feat is awarded.
Or -1 if feat is not automatically granted at any level, and
must be chosen.

-- OnMenu
Integer. Valid values...
1 if appears on radial menu.
0 if does not appear on radial menu.


[EDIT]
By the way, this question was to be asked at the Custom Content forum.
Just remember it next time :-)


-fox
               
               

               


                     Modifié par the.gray.fox, 26 juillet 2011 - 12:50 .
                     
                  


            

Legacy_kalbaern

  • Hero Member
  • *****
  • Posts: 1531
  • Karma: +0/-0
Custom feats not showing up
« Reply #2 on: July 26, 2011, 05:15:26 pm »


               Maybe try the version by Calvinthesneak which was updated to be 1.69 compliant.
nwvault.ign.com/View.php
               
               

               


                     Modifié par kalbaern, 26 juillet 2011 - 04:15 .