MonsieurT
Look at the 2das for feats and spells.
Feats are at the indexes 1096 - 1115
Spells are 820 - 839
To understand which script is run when a particular feat is activated look in spells.2da.
To find the index of the feat you want to add to the player menu, look in feats.2da.
Next
Add the feat to each base class's class feat 2da: bards for example have cls_feat_bard.2da
Typically all of the player tools are already in there. In the bard 2da Player Tool 01 is at 133. But it is not given to the player by default until they reach level 99. Change that number to 1 and you are golden.
Also you need to change the list entry to "3" which is the class list.
Those are the basics.
For bonus points, you can work on putting five of the player tools in a sub radial menu under player tool 1. And applying a unique icon and name to all six of these feats. You can change names, and icons in feats.2da.
I don't have the time to explain how to radial feats as I have forgotten how to do the weird math to get them to point to one another, but I am sure someone will point to my old threads or another's threads in whcih someone was puzzling it out.
Modifié par henesua, 20 septembre 2012 - 01:54 .