BlakeDrapeta Posted July 9, 2011 Share Posted July 9, 2011 I've been familiarizing myself with it in the process of working on a small mod. Part of this mod entails the use of custom perks. I'm trying to find the data/files that some perks use for things like kill counts. E.g the Bug Stomper perk uses the challengebugscript, but neither the script or the perk have the information on how many insects the player has to kill to achieve each rank. Where is this kind of info stored, and how do you make it yourself? Thanks Link to comment Share on other sites More sharing options...
Gribbleshnibit8 Posted July 9, 2011 Share Posted July 9, 2011 The progress is tracked in the new Challenge forms. You make a challenge that tracks a specific category or trait, etc. The script attached to the challenge controls when the player gets a perk. You'll have to look at the other challenges/scripts to get an idea (that's what I did). The challenges are located under Actor Data. Link to comment Share on other sites More sharing options...
BlakeDrapeta Posted July 11, 2011 Author Share Posted July 11, 2011 Thanks a lot :) Link to comment Share on other sites More sharing options...
Recommended Posts